ATLAS Offline Software
FullScanDefs.py
Go to the documentation of this file.
1 # Copyright (C) 2002-2020 CERN for the benefit of the ATLAS collaboration
2 
3 """ Provide a place for definitions required by all fullscan signatures """
4 
5 # RoI used for the full-scan calorimeter step
6 caloFSRoI = "FSJETMETCaloRoI"
7 
8 # RoI used for the full-scan tracking step
9 trkFSRoI = "FSJETMETTrkRoI"
10 
11 # Name of the fullscan cells
12 fs_cells = "CaloCellsFS"
13 
14 # Name of the fullscan EM clusters
15 em_clusters = "HLT_TopoCaloClustersFS"
16 
17 # Name of the fullscan LC clusters
18 lc_clusters = "HLT_TopoCaloClustersLCFS"
19 
20 # towers
21 fs_towers = "HLT_HICaloTowerFS"