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.StripHit Class Reference
Inheritance diagram for ntupleDataFormat.StripHit:
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 strip hit.

Definition at line 755 of file ntupleDataFormat.py.

Constructor & Destructor Documentation

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

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

Definition at line 757 of file ntupleDataFormat.py.

758  def __init__(self, tree, index):
759  """Constructor.
760 
761  Arguments:
762  tree -- TTree object
763  index -- Index of the hit
764  """
765  super(StripHit, self).__init__(tree, index, "str")

Member Function Documentation

def ntupleDataFormat.StripHit.isValidHit (   self)

Definition at line 766 of file ntupleDataFormat.py.

767  def isValidHit(self):
768  return True