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 817 of file ntupleDataFormat.py.

Constructor & Destructor Documentation

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

Arguments:
tree -- TTree object

Definition at line 819 of file ntupleDataFormat.py.

819  def __init__(self, tree):
820  """Constructor.
821 
822  Arguments:
823  tree -- TTree object
824  """
825  super(GluedHits, self).__init__(tree, "glu_isBarrel", GluedHit)
826