Fixing warnings in derivation jobs
This fixes a handful of warnings: -) From EventInfoCnvTool, when certain truth collections are not available. This is expected in any job running on EVNT -) In PrimmaryDPDFlags, some lines were duplicated (completely identical), leading to a warning when the flags are imported -) In RecExCommon_flags, athena common flags values were checked independent of whether they had statusOn. Now the code checks for statusOn before checking the value of the flag -) In Reco_tf.py, both digitization and overlay were loading the basic digitization flags into the transform. Now only the overlay portion does the loading of these flags.
Showing
- Event/xAOD/xAODEventInfoCnv/src/EventInfoCnvTool.cxx 4 additions, 3 deletionsEvent/xAOD/xAODEventInfoCnv/src/EventInfoCnvTool.cxx
- PhysicsAnalysis/PrimaryDPDMaker/python/PrimaryDPDFlags.py 0 additions, 13 deletionsPhysicsAnalysis/PrimaryDPDMaker/python/PrimaryDPDFlags.py
- Reconstruction/RecExample/RecExCond/share/RecExCommon_flags.py 10 additions, 8 deletions...struction/RecExample/RecExCond/share/RecExCommon_flags.py
- Reconstruction/RecJobTransforms/scripts/Reco_tf.py 2 additions, 2 deletionsReconstruction/RecJobTransforms/scripts/Reco_tf.py
Loading
Please register or sign in to comment