Skip to content

Fixing SDO info by correcting retrieved Identifier

Alexander Leopold requested to merge atlas-hgtd/athena:hgtd_sdo_tests_21p9 into 21.9

The Identifier used to fill the SDO map was not retrieved correctly, phi/eta in the pixel_id argument list were flipped.

Fixed in this MR. Ran tests with one of the recently produced single particle samples

Reco_tf.py  \
--AMI=r13322 \
--jobNumber 1 \
--inputHITSFile /eos/user/a/aleopold/hgtd/HITS/mc15_14TeV.900033.PG_singlemu_Pt1_etaFlatnp0_43.merge.HITS.e8185_s3770_s3773_tid27486249_00/HITS.27486249.*.pool.root.1 \
--outputRDOFile RDO.900033.PG_singlemu_Pt1_etaFlatnp0_43.r13323.pool.root \
--outputESDFile ESD.900033.PG_singlemu_Pt1_etaFlatnp0_43.r13323.pool.root \
--outputAODFile AOD.900033.PG_singlemu_Pt1_etaFlatnp0_43.r13323.pool.root \
--maxEvents 200 | tee recotf.900033.PG_singlemu_Pt1_etaFlatnp0_43.r13323.log

and confirmed to be able to retrieve the truth information in the TrackParticle decoration of the AOD.

Tagging @cohm @dshope @tadej @npetters @tstreble @lderamo for info

Merge request reports