key4hep / CLDConfig

Apache License 2.0
0 stars 10 forks source link

CLD Reconstruction does not work with empty LumiCalCollection #46

Closed doloresgarcia closed 2 months ago

doloresgarcia commented 2 months ago

When generating events with a Zcard in Pythia and the LumiCalCollection is empty for some events in the output of ddsim, the reconstruction breaks (as I assume it's expecting a non empty collection).

The files can be found here: /eos/experiment/fcc/ee/datasets/CLD_tracking/condor/Pythia/Zcard_CLD/706/

out_sim_edm4hep.py is the output of the ddsim: ddsim --compactFile $K4GEO/FCCee/CLD/compact/CLD_o2_v05/CLD_o2_v05.xml --outputFile out_sim_edm4hep.root \ --steeringFile cld_steer.py --inputFiles out.hepmc --numberOfEvents ${NEV} --random.seed ${SEED}

running on source /cvmfs/sw-nightlies.hsf.org/key4hep/setup.sh -r 2024-03-07

BrieucF commented 2 months ago

Hi Dolores, this was fixed recently (https://github.com/FCALSW/FCalClusterer/pull/73) and a new release was deployed with the fix: 2024-04-12

Zehvogel commented 2 months ago

@doloresgarcia did this solve your issue?

doloresgarcia commented 2 months ago

yes! thank you