CMS 3D CMS Logo

List of all members | Public Member Functions
ntupleDataFormat.StripHits Class Reference
Inheritance diagram for ntupleDataFormat.StripHits:
ntupleDataFormat._Collection

Public Member Functions

def __init__ (self, tree)
 
- Public Member Functions inherited from ntupleDataFormat._Collection
def __getitem__ (self, index)
 
def __init__ (self, tree, sizeBranch, objclass)
 
def __iter__ (self)
 
def __len__ (self)
 
def size (self)
 

Detailed Description

Class presenting a collection of strip hits.

Definition at line 727 of file ntupleDataFormat.py.

Constructor & Destructor Documentation

def ntupleDataFormat.StripHits.__init__ (   self,
  tree 
)
Constructor.

Arguments:
tree -- TTree object

Definition at line 729 of file ntupleDataFormat.py.

729  def __init__(self, tree):
730  """Constructor.
731 
732  Arguments:
733  tree -- TTree object
734  """
735  super(StripHits, self).__init__(tree, "str_isBarrel", StripHit)
736