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 950 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 952 of file ntupleDataFormat.py.

952  def __init__(self, tree, index):
953  """Constructor.
954 
955  Arguments:
956  tree -- TTree object
957  index -- Index of the SimHit
958  """
959  super(SimHit, self).__init__(tree, index, "simhit")
960 
def __init__(self, tree, index)

Member Function Documentation

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