CMS 3D CMS Logo

List of all members | Public Member Functions
ntupleDataFormat.SimHit Class Reference
Inheritance diagram for ntupleDataFormat.SimHit:
ntupleDataFormat._Object ntupleDataFormat._DetIdStrAdaptor ntupleDataFormat._RecoHitAdaptor

Public Member Functions

def __init__ (self, tree, index)
 
def nRecHits (self)
 
def trackingParticle (self)
 
- Public Member Functions inherited from ntupleDataFormat._Object
def __getattr__ (self, attr)
 
def __init__ (self, tree, index, prefix)
 
def index (self)
 
def isValid (self)
 
- Public Member Functions inherited from ntupleDataFormat._DetIdStrAdaptor
def __init__ (self)
 
def detIdStr (self)
 
def layerStr (self)
 
- Public Member Functions inherited from ntupleDataFormat._RecoHitAdaptor
def __init__ (self)
 
def gluedHits (self)
 
def hits (self)
 
def invalidHits (self)
 
def phase2OTHits (self)
 
def pixelHits (self)
 
def stripHits (self)
 

Detailed Description

Class representing a SimHit which has not induced a RecHit.

Definition at line 951 of file ntupleDataFormat.py.

Constructor & Destructor Documentation

◆ __init__()

def ntupleDataFormat.SimHit.__init__ (   self,
  tree,
  index 
)
Constructor.

Arguments:
tree  -- TTree object
index -- Index of the SimHit

Definition at line 953 of file ntupleDataFormat.py.

953  def __init__(self, tree, index):
954  """Constructor.
955 
956  Arguments:
957  tree -- TTree object
958  index -- Index of the SimHit
959  """
960  super(SimHit, self).__init__(tree, index, "simhit")
961 
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)

Member Function Documentation

◆ nRecHits()

def ntupleDataFormat.SimHit.nRecHits (   self)

◆ trackingParticle()

def ntupleDataFormat.SimHit.trackingParticle (   self)