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.Phase2OTHits Class Reference
Inheritance diagram for ntupleDataFormat.Phase2OTHits:
ntupleDataFormat._Collection

Public Member Functions

def __init__
 
- Public Member Functions inherited from ntupleDataFormat._Collection
def __getitem__
 
def __init__
 
def __iter__
 
def __len__
 
def size
 

Detailed Description

Class presenting a collection of phase2 OT hits.

Definition at line 872 of file ntupleDataFormat.py.

Constructor & Destructor Documentation

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

Arguments:
tree -- TTree object

Definition at line 874 of file ntupleDataFormat.py.

875  def __init__(self, tree):
876  """Constructor.
877 
878  Arguments:
879  tree -- TTree object
880  """
881  super(Phase2OTHits, self).__init__(tree, "ph2_isBarrel", Phase2OTHit)