CMS 3D CMS Logo

 All Classes Namespaces Files Functions Variables Typedefs Enumerations Enumerator Properties Friends Macros Groups Pages
List of all members | Public Member Functions
ntupleDataFormat.Phase2OTHit Class Reference
Inheritance diagram for ntupleDataFormat.Phase2OTHit:
ntupleDataFormat._HitObject ntupleDataFormat._SimHitMatchAdaptor ntupleDataFormat._Object ntupleDataFormat._DetIdStrAdaptor

Public Member Functions

def __init__
 
def isValidHit
 
- Public Member Functions inherited from ntupleDataFormat._HitObject
def __init__
 
def nseeds
 
def ntracks
 
def r
 
def r3D
 
def seeds
 
def tracks
 
- Public Member Functions inherited from ntupleDataFormat._Object
def __getattr__
 
def __init__
 
def index
 
def isValid
 
- Public Member Functions inherited from ntupleDataFormat._DetIdStrAdaptor
def __init__
 
def detIdStr
 
def layerStr
 
- Public Member Functions inherited from ntupleDataFormat._SimHitMatchAdaptor
def __init__
 
def matchedSimHitInfos
 
def nMatchedSimHits
 

Detailed Description

Class representing a phase2 OT hit.

Definition at line 858 of file ntupleDataFormat.py.

Constructor & Destructor Documentation

def ntupleDataFormat.Phase2OTHit.__init__ (   self,
  tree,
  index 
)
Constructor.

Arguments:
tree  -- TTree object
index -- Index of the hit

Definition at line 860 of file ntupleDataFormat.py.

861  def __init__(self, tree, index):
862  """Constructor.
863 
864  Arguments:
865  tree -- TTree object
866  index -- Index of the hit
867  """
868  super(Phase2OTHit, self).__init__(tree, index, "ph2")

Member Function Documentation

def ntupleDataFormat.Phase2OTHit.isValidHit (   self)

Definition at line 869 of file ntupleDataFormat.py.

870  def isValidHit(self):
871  return True