ATLAS Offline Software
Loading...
Searching...
No Matches
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
6caloFSRoI = "FSJETMETCaloRoI"
7
8# RoI used for the full-scan tracking step
9trkFSRoI = "FSJETMETTrkRoI"
10
11# Name of the fullscan cells
12fs_cells = "CaloCellsFS"
13
14# Name of the fullscan EM clusters
15em_clusters = "HLT_TopoCaloClustersFS"
16
17# Name of the fullscan LC clusters
18lc_clusters = "HLT_TopoCaloClustersLCFS"
19
20# towers
21fs_towers = "HLT_HICaloTowerFS"