Skip to content

add missing Aux to PHYSLITE

Rui Wang requested to merge rwang-master-patch-05054 into master

Add 'EventInfo.RandomRunNumber.PileupWeight_NOSYS.GenFiltHT.GenFiltMET.timeStampNSOffset' to PHYSLITE.py to resolve missing AUX Error when merge the DAOD_PHYSLITE ntuples using DAODMerge_tf.py PHYSLITEMerge 23:14:27 EventInfoTagBuilder ERROR SG::ExcBadAuxVar: Attempt to retrieve nonexistent aux data item ::timeStampNSOffset' (841).`

The DAOD_PHYSLITE are generated with data using

ATHENA_CORE_NUMBER=2 Derivation_tf.py --inputAODFile=/cvmfs/atlas-nightlies.cern.ch/repo/data/data-art/Tier0ChainTests/data18_13TeV.00357772.physics_Main.recon.AOD.r13286/AOD.27654050._000557.pool.root.1 --maxEvents 100 --multiprocess True --formats PHYSLITE --outputDAODFile pool.root.1 --CA "all:True" --athenaMPMergeTargetSize "DAOD_*:0" --postExec "default:cfg.getService(\"AthMpEvtLoopMgr\").ExecAtPreFork=[\"AthCondSeq\"];" --multithreadedFileValidation True

then merged using

DAODMerge_tf.py --inputDAOD_PHYSLITEFile DAOD_PHYSLITE.pool.root.* --outputDAOD_PHYSLITE_MRGFile DAOD_PHYSLITE.pool.root [log.PHYSLITEMerge](/uploads/0d7bb9b4c3f0acfc166f98d1ebb15398/log.PHYSLITEMerge)

Merge request reports