Classes | |
class | _Collection |
class | _HitObject |
class | _LayerStrAdaptor |
class | _Object |
class | _RecoHitAdaptor |
class | _SimHitAdaptor |
class | _TrackingParticleMatchAdaptor |
class | BeamSpot |
class | Event |
class | GluedHit |
class | GluedHits |
class | HitSimType |
class | InvalidHit |
class | PixelHit |
class | PixelHits |
class | Seed |
class | Seeds |
class | SimHit |
class | StripHit |
class | StripHits |
class | SubDet |
class | Track |
class | TrackingNtuple |
class | TrackingParticle |
class | TrackingParticleMatchInfo |
class | TrackingParticles |
class | TrackingVertex |
class | TrackingVertices |
class | TrackMatchInfo |
class | Tracks |
class | Vertex |
class | Vertices |
Variables | |
list | pdgids = [211, 22, 130, 11, 13] |
|
private |
Internal function for returning a pair of indices for the beginning of seeds of a given 'algo', and the one-beyond-last index of the seeds.
Definition at line 623 of file ntuple.py.
Referenced by ntuple.Seed.indexWithinAlgo(), ntuple.Seeds.nSeedsForAlgo(), and ntuple.Seeds.seedsForAlgo().
def ntuple.bookComponent | ( | tree, | |
pName | |||
) |
def ntuple.bookGenTau | ( | tree, | |
pName, | |||
pfdiscs, | |||
calodiscs | |||
) |
def ntuple.bookJet | ( | tree, | |
pName | |||
) |
Definition at line 98 of file ntuple.py.
References bookComponent(), and bookParticle().
Referenced by SimpleTreeAnalyzer.ZJetsTreeAnalyzer.beginLoop(), and bookGenTau().
def ntuple.bookParticle | ( | tree, | |
pName | |||
) |
def ntuple.bookTau | ( | tree, | |
pName, | |||
discNames | |||
) |
Definition at line 65 of file ntuple.py.
References bookParticle(), and var().
Referenced by bookGenTau().
def ntuple.fill | ( | tree, | |
varName, | |||
value | |||
) |
Definition at line 6 of file ntuple.py.
Referenced by fillComponent(), fillEvent(), fillMet(), fillParticle(), and fillTau().
def ntuple.fillComponent | ( | tree, | |
pName, | |||
component | |||
) |
def ntuple.fillGenTau | ( | tree, | |
pName, | |||
tau | |||
) |
def ntuple.fillJet | ( | tree, | |
pName, | |||
jet | |||
) |
Definition at line 104 of file ntuple.py.
References fillComponent(), and fillParticle().
Referenced by fillGenTau(), and SimpleTreeAnalyzer.ZJetsTreeAnalyzer.process().
def ntuple.fillParticle | ( | tree, | |
pName, | |||
particle | |||
) |
def ntuple.fillTau | ( | tree, | |
pName, | |||
tau | |||
) |
Definition at line 73 of file ntuple.py.
References fill(), and fillParticle().
Referenced by fillGenTau().
def ntuple.var | ( | tree, | |
varName, | |||
type = float |
|||
) |
Definition at line 3 of file ntuple.py.
Referenced by bookComponent(), bookEvent(), bookMet(), bookParticle(), and bookTau().