CMS 3D CMS Logo

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

Public Member Functions

def __init__ (self, tree)
 
- Public Member Functions inherited from ntuple._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 589 of file ntuple.py.

Constructor & Destructor Documentation

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

Arguments:
tree -- TTree object

Definition at line 591 of file ntuple.py.

591  def __init__(self, tree):
592  """Constructor.
593 
594  Arguments:
595  tree -- TTree object
596  """
597  super(GluedHits, self).__init__(tree, "glu_isBarrel", GluedHit)
598 
def __init__(self, tree)
Definition: ntuple.py:591