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

Constructor & Destructor Documentation

◆ __init__()

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

Arguments:
tree -- TTree object

Definition at line 820 of file ntupleDataFormat.py.

820  def __init__(self, tree):
821  """Constructor.
822 
823  Arguments:
824  tree -- TTree object
825  """
826  super(GluedHits, self).__init__(tree, "glu_isBarrel", GluedHit)
827 
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)