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

Definition at line 730 of file ntupleDataFormat.py.

Constructor & Destructor Documentation

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

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

Definition at line 732 of file ntupleDataFormat.py.

733  def __init__(self, tree, index):
734  """Constructor.
735 
736  Arguments:
737  tree -- TTree object
738  index -- Index of the hit
739  """
740  super(PixelHit, self).__init__(tree, index, "pix")

Member Function Documentation

def ntupleDataFormat.PixelHit.isValidHit (   self)

Definition at line 741 of file ntupleDataFormat.py.

742  def isValidHit(self):
743  return True