source /cvmfs/sw.hsf.org/key4hep/setup.sh
git clone https://github.com/iLCSoft/CLICPerformance.git
cd CLICPerformance/fcceeConfig/
ddsim --compactFile $LCGEO/FCCee/compact/FCCee_o2_v02/FCCee_o2_v02.xml \
--inputFiles /eos/home-g/gasadows/genFiles/ee_Zmumu_91.hepmc \
--numberOfEvents 10000 --steeringFile fcc_steer.py \
--outputFile /eos/home-g/gasadows/Output/Zmumu/SIM/Zmumu_91_10000ev_SIM_edm4hep.root
ddsim --compactFile $LCGEO/FCCee/compact/FCCee_o2_v02/FCCee_o2_v02.xml \
--outputFile SIM_e_10GeV_90deg_edm4hep.root \
--steeringFile fcc_steer.py \
--enableGun \
--gun.particle e- \
--gun.energy "10*GeV" \
--gun.distribution uniform \
--gun.thetaMin "90*deg" \
--gun.thetaMax "90*deg" \
--numberOfEvents 10
Note
simulation output file format must be _edm4hep.root
fccRec_e4h_input.py file here
k4run fccRec_e4h_input.py --EventDataSvc.input /eos/home-g/gasadows/Output/Zmumu/SIM/Zmumu_91_10000ev_SIM_edm4hep.root \
--filename.PodioOutput /eos/user/g/gasadows/Output/Zmumu/REC/Zmumu_91_10000ev_REC.root \
-n 10000
Clone this fork of FCCAnalyses and follow instructions here:
git clone https://github.com/gaswk/FCCAnalyses.git
cd FCCAnalyses
source ./setup.sh
mkdir build install
cd build
cmake .. -DCMAKE_INSTALL_PREFIX=../install
make install -j4
cd ..
analysis_Zmumu.py file here
fccanalysis run analysis_examples/analysis_Zmumu.py --output /eos/home-g/gasadows/Output/Zmumu/Analysis/Zmumu.root --files-list /eos/user/g/gasadows/Output/Zmumu/REC/Zmumu_91_10000ev_REC.root