ATLAS Offline Software
Loading...
Searching...
No Matches
PhysicsAnalysis
DerivationFramework
DerivationFrameworkCore
python
CompulsoryContent.py
Go to the documentation of this file.
1
# Copyright (C) 2002-2022 CERN for the benefit of the ATLAS collaboration
2
3
# Done as direct AddItems
4
CompulsoryContent = [
5
# Next two lines removed because this is now done in smart slimming. Leaving for documentary purposes.
6
#'xAOD::EventInfo#*',
7
#'xAOD::EventAuxInfo#*',
8
'xAOD::TrigDecision#*'
,
9
'xAOD::TrigDecisionAuxInfo#*'
,
10
'xAOD::TrigConfKeys#*'
,
11
'xAOD::BunchConfKey#*'
]
12
13
CompulsoryTriggerNavigation = [
14
'xAOD::TrigNavigation#*'
,
15
'xAOD::TrigNavigationAuxInfo#*'
,
16
]
17
18
# This accounts for AOD content that must be kept but which is partially expressed
19
# as dynamic variables and which is therefore not covered by the above.
20
# Currently not needed as EventInfo is moved in to smart slimming, but leaving in place should it be needed for some other container.
21
CompulsoryDynamicContent = [
22
#'EventInfo'
23
]
Generated on
for ATLAS Offline Software by
1.14.0