ATLAS Offline Software
Trigger
TrigTools
TrigInDetConfig
python
InDetTrigCollectionKeys.py
Go to the documentation of this file.
1
# Copyright (C) 2002-2020 CERN for the benefit of the ATLAS collaboration
2
#----------------------------------------------------------------------------------------------------------
3
#
4
# This file contains names of the collections used across the Inner detector Trigger SW
5
#
6
7
8
class
IDTrigTRTKeys
:
9
""" Keys for the Transition Radiation Tracker """
10
def
__init__
(self):
11
#Created by TRTRawDataProvider
12
self.
RDOs
=
"TRT_RDOs_TRIG"
#Raw data objects
13
14
#Created by RIO_MAKER
15
self.
DriftCircles
=
"TRT_TrigDriftCircles"
16
17
18
class
IDTrigPixelKeys
:
19
""" Keys for the Pixel """
20
def
__init__
(self):
21
22
self.
Clusters
=
"PixelTrigClusters"
#FIXME: "TrigPixelClusters"
23
24
#Created by silicon Tracker space point finder alg
25
self.
SpacePoints
=
"PixelTrigSpacePoints"
#FIXME: "TrigPixelSpacePoints"
26
27
#Created by InDetPRD_AssociationTool(GangedPixels)
28
#self.PRDtoTrackMap = "TrigPixelClusterAmbiguitiesMap"
29
self.
PRDtoTrackMap
=
"TrigPRDtoTrackMap"
30
self.
PixelClusterAmbiguitiesMap
=
'TrigPixelClusterAmbiguitiesMap'
31
32
33
class
IDTrigSCTKeys
:
34
""" Keys for the Pixel """
35
def
__init__
(self):
36
37
self.
Clusters
=
"SCT_TrigClusters"
#FIXME unify this with the naming of others? (Remove the underscore, Trig as prefix)
38
39
#Created by silicon Tracker space point finder alg
40
self.
SpacePoints
=
"SCT_TrigSpacePoints"
# FIXME: should be unified "TrigSCTSpacePoints"
41
42
43
44
TrigTRTKeys =
IDTrigTRTKeys
( )
45
TrigPixelKeys =
IDTrigPixelKeys
( )
46
TrigSCTKeys =
IDTrigSCTKeys
( )
python.InDetTrigCollectionKeys.IDTrigPixelKeys
Definition:
InDetTrigCollectionKeys.py:18
python.InDetTrigCollectionKeys.IDTrigSCTKeys.__init__
def __init__(self)
Definition:
InDetTrigCollectionKeys.py:35
python.InDetTrigCollectionKeys.IDTrigTRTKeys
Definition:
InDetTrigCollectionKeys.py:8
python.InDetTrigCollectionKeys.IDTrigTRTKeys.DriftCircles
DriftCircles
Definition:
InDetTrigCollectionKeys.py:15
python.InDetTrigCollectionKeys.IDTrigPixelKeys.PRDtoTrackMap
PRDtoTrackMap
Definition:
InDetTrigCollectionKeys.py:29
python.InDetTrigCollectionKeys.IDTrigPixelKeys.SpacePoints
SpacePoints
Definition:
InDetTrigCollectionKeys.py:25
python.InDetTrigCollectionKeys.IDTrigPixelKeys.__init__
def __init__(self)
Definition:
InDetTrigCollectionKeys.py:20
python.InDetTrigCollectionKeys.IDTrigSCTKeys
Definition:
InDetTrigCollectionKeys.py:33
python.InDetTrigCollectionKeys.IDTrigSCTKeys.SpacePoints
SpacePoints
Definition:
InDetTrigCollectionKeys.py:40
python.InDetTrigCollectionKeys.IDTrigTRTKeys.__init__
def __init__(self)
Definition:
InDetTrigCollectionKeys.py:10
python.InDetTrigCollectionKeys.IDTrigPixelKeys.Clusters
Clusters
Definition:
InDetTrigCollectionKeys.py:22
python.InDetTrigCollectionKeys.IDTrigPixelKeys.PixelClusterAmbiguitiesMap
PixelClusterAmbiguitiesMap
Definition:
InDetTrigCollectionKeys.py:30
python.InDetTrigCollectionKeys.IDTrigSCTKeys.Clusters
Clusters
Definition:
InDetTrigCollectionKeys.py:37
python.InDetTrigCollectionKeys.IDTrigTRTKeys.RDOs
RDOs
Definition:
InDetTrigCollectionKeys.py:12
Generated on Wed Jan 8 2025 21:11:12 for ATLAS Offline Software by
1.8.18