CMS 3D CMS Logo

List of all members | Public Member Functions
ntupleDataFormat.GluedHits Class Reference
Inheritance diagram for ntupleDataFormat.GluedHits:
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 matched strip hits.

Definition at line 776 of file ntupleDataFormat.py.

Constructor & Destructor Documentation

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

Arguments:
tree -- TTree object

Definition at line 778 of file ntupleDataFormat.py.

778  def __init__(self, tree):
779  """Constructor.
780 
781  Arguments:
782  tree -- TTree object
783  """
784  super(GluedHits, self).__init__(tree, "glu_isBarrel", GluedHit)
785