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

Definition at line 1086 of file ntupleDataFormat.py.

Constructor & Destructor Documentation

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

Arguments:
tree -- TTree object

Definition at line 1088 of file ntupleDataFormat.py.

1089  def __init__(self, tree):
1090  """Constructor.
1091 
1092  Arguments:
1093  tree -- TTree object
1094  """
1095  super(TrackingParticles, self).__init__(tree, "sim_pt", TrackingParticle)