ATLAS Offline Software
Public Member Functions | Public Attributes | List of all members
python.InDetTrigCollectionKeys.IDTrigSCTKeys Class Reference
Collaboration diagram for python.InDetTrigCollectionKeys.IDTrigSCTKeys:

Public Member Functions

def __init__ (self)
 

Public Attributes

 Clusters
 
 SpacePoints
 

Detailed Description

Keys for the Pixel 

Definition at line 33 of file InDetTrigCollectionKeys.py.

Constructor & Destructor Documentation

◆ __init__()

def python.InDetTrigCollectionKeys.IDTrigSCTKeys.__init__ (   self)

Definition at line 35 of file InDetTrigCollectionKeys.py.

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 

Member Data Documentation

◆ Clusters

python.InDetTrigCollectionKeys.IDTrigSCTKeys.Clusters

Definition at line 37 of file InDetTrigCollectionKeys.py.

◆ SpacePoints

python.InDetTrigCollectionKeys.IDTrigSCTKeys.SpacePoints

Definition at line 40 of file InDetTrigCollectionKeys.py.


The documentation for this class was generated from the following file:
python.processes.powheg.ZZ.ZZ.__init__
def __init__(self, base_directory, **kwargs)
Constructor: all process options are set here.
Definition: ZZ.py:18