CMS 3D CMS Logo

List of all members | Public Member Functions
ntupleDataFormat.SimHit Class Reference
Inheritance diagram for ntupleDataFormat.SimHit:
ntupleDataFormat._Object ntupleDataFormat._DetIdStrAdaptor ntupleDataFormat._RecoHitAdaptor

Public Member Functions

def __init__ (self, tree, index)
 
def nRecHits (self)
 
def trackingParticle (self)
 
- Public Member Functions inherited from ntupleDataFormat._Object
def __getattr__ (self, attr)
 
def __init__ (self, tree, index, prefix)
 
def index (self)
 
def isValid (self)
 
- Public Member Functions inherited from ntupleDataFormat._DetIdStrAdaptor
def __init__ (self)
 
def detIdStr (self)
 
def layerStr (self)
 
- Public Member Functions inherited from ntupleDataFormat._RecoHitAdaptor
def __init__ (self)
 
def gluedHits (self)
 
def hits (self)
 
def invalidHits (self)
 
def phase2OTHits (self)
 
def pixelHits (self)
 
def stripHits (self)
 

Detailed Description

Class representing a SimHit which has not induced a RecHit.

Definition at line 909 of file ntupleDataFormat.py.

Constructor & Destructor Documentation

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

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

Definition at line 911 of file ntupleDataFormat.py.

911  def __init__(self, tree, index):
912  """Constructor.
913 
914  Arguments:
915  tree -- TTree object
916  index -- Index of the SimHit
917  """
918  super(SimHit, self).__init__(tree, index, "simhit")
919 
def __init__(self, tree, index)

Member Function Documentation

def ntupleDataFormat.SimHit.nRecHits (   self)
def ntupleDataFormat.SimHit.trackingParticle (   self)