CMS 3D CMS Logo

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

Definition at line 1086 of file ntupleDataFormat.py.

Constructor & Destructor Documentation

◆ __init__()

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

Arguments:
tree -- TTree object

Definition at line 1088 of file ntupleDataFormat.py.

1088  def __init__(self, tree):
1089  """Constructor.
1090 
1091  Arguments:
1092  tree -- TTree object
1093  """
1094  super(TrackingParticles, self).__init__(tree, "sim_pt", TrackingParticle)
1095 
def __init__(self, dataset, job_number, job_id, job_name, isDA, isMC, applyBOWS, applyEXTRACOND, extraconditions, runboundary, lumilist, intlumi, maxevents, gt, allFromGT, alignmentDB, alignmentTAG, apeDB, apeTAG, bowDB, bowTAG, vertextype, tracktype, refittertype, ttrhtype, applyruncontrol, ptcut, CMSSW_dir, the_dir)