ATLAS Offline Software
Trigger
TriggerCommon
TrigEDMConfig
python
TriggerEDMRun4.py
Go to the documentation of this file.
1
# Copyright (C) 2002-2024 CERN for the benefit of the ATLAS collaboration
2
3
# ------------------------------------------------------------
4
# Definition of trigger EDM for Run 4
5
6
# Concept of categories is kept similar to TriggerEDMRun3.py, categories are:
7
# AllowedCategories = ['Bjet', 'Bphys', 'Egamma', 'ID', 'Jet', 'L1', 'MET', 'MinBias', 'Muon', 'Steer', 'Tau', 'Calo', 'UTT']
8
9
# ------------------------------------------------------------
10
11
from
AthenaCommon.Logging
import
logging
12
__log = logging.getLogger(
'TriggerEDMRun4Config'
)
13
14
# ------------------------------------------------------------
15
# Additional properties for EDM collections
16
# ------------------------------------------------------------
17
#from TrigEDMConfig.TriggerEDMDefs import Alias, InViews, allowTruncation # Import when needed
18
19
# ----------------------------
20
21
TriggerHLTListRun4 = [
22
23
# framework/steering
24
#('xAOD::TrigDecision#xTrigDecision' , 'ESD AODFULL AODSLIM', 'Steer'),
25
26
# Collections for Run 4 calorimeter studies
27
(
'xAOD::TrigRingerRingsContainer#Ringer2sigGlobal'
,
'BS ESD AODFULL'
,
'Calo'
),
28
(
'xAOD::TrigRingerRingsAuxContainer#Ringer2sigGlobalAux.'
,
'BS ESD AODFULL'
,
'Calo'
),
29
30
(
'xAOD::TrigEMClusterContainer#CaloClusters2sigGlobal'
,
'BS ESD AODFULL'
,
'Calo'
),
31
(
'xAOD::TrigEMClusterAuxContainer#CaloClusters2sigGlobalAux.'
,
'BS ESD AODFULL'
,
'Calo'
),
32
33
(
'xAOD::TrigRingerRingsContainer#RingerGlobal'
,
'BS ESD AODFULL'
,
'Calo'
),
34
(
'xAOD::TrigRingerRingsAuxContainer#RingerGlobalAux.'
,
'BS ESD AODFULL'
,
'Calo'
),
35
36
(
'xAOD::TrigEMClusterContainer#CaloClustersGlobal'
,
'BS ESD AODFULL'
,
'Calo'
),
37
(
'xAOD::TrigEMClusterAuxContainer#CaloClustersGlobalAux.'
,
'BS ESD AODFULL'
,
'Calo'
),
38
39
(
'CaloCellContainer#SeedLessFS'
,
'ESD AODFULL'
,
'Calo'
),
40
41
# L1 Calo inputs, note we are giving extended EDM targets
42
(
"CaloCellContainer#SCell"
,
'ESD AODFULL'
,
'L1'
),
43
44
]
Generated on Mon Nov 18 2024 21:29:41 for ATLAS Offline Software by
1.8.18