ATLAS Offline Software
Loading...
Searching...
No Matches
CalibrationHitsInOutput.py
Go to the documentation of this file.
1# Copyright (C) 2002-2023 CERN for the benefit of the ATLAS collaboration
2
3# Useage: place in postInclude eg. RAWtoALL:RecJobTransforms.CalibrationHitsInOutput.CalibrationHitsInESD
4
6 from OutputStreamAthenaPool.OutputStreamConfig import addToESD
7 toESD=[f'{"CaloCalibrationHitContainer#*"}',]
8 return addToESD(flags, toESD)
9
11 from OutputStreamAthenaPool.OutputStreamConfig import addToAOD
12 toAOD=[f'{"CaloCalibrationHitContainer#*"}',]
13 return addToAOD(flags, toAOD)
14