CMS 3D CMS Logo

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

Definition at line 719 of file ntupleDataFormat.py.

Constructor & Destructor Documentation

◆ __init__()

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

Arguments:
tree -- TTree object

Definition at line 721 of file ntupleDataFormat.py.

721  def __init__(self, tree):
722  """Constructor.
723 
724  Arguments:
725  tree -- TTree object
726  """
727  super(Tracks, self).__init__(tree, "trk_pt", Track)
728 
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)