Functions | |
def | bookComponent |
def | bookEvent |
def | bookGenTau |
def | bookJet |
def | bookMet |
def | bookParticle |
def | bookTau |
def | fill |
def | fillComponent |
def | fillEvent |
def | fillGenTau |
def | fillJet |
def | fillMet |
def | fillParticle |
def | fillTau |
def | var |
Variables | |
list | pdgids = [211, 22, 130, 11, 13] |
def ntuple.bookGenTau | ( | tree, | |
pName, | |||
pfdiscs, | |||
calodiscs | |||
) |
def ntuple.bookJet | ( | tree, | |
pName | |||
) |
Definition at line 99 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 66 of file ntuple.py.
References bookParticle(), and var().
Referenced by bookGenTau().
def ntuple.fill | ( | tree, | |
varName, | |||
value | |||
) |
Definition at line 7 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 105 of file ntuple.py.
References fillComponent(), fillParticle(), and print().
Referenced by fillGenTau(), and SimpleTreeAnalyzer.ZJetsTreeAnalyzer.process().
def ntuple.fillParticle | ( | tree, | |
pName, | |||
particle | |||
) |
def ntuple.fillTau | ( | tree, | |
pName, | |||
tau | |||
) |
Definition at line 74 of file ntuple.py.
References fill(), and fillParticle().
Referenced by fillGenTau().
def ntuple.var | ( | tree, | |
varName, | |||
type = float |
|||
) |
Definition at line 4 of file ntuple.py.
Referenced by bookComponent(), bookEvent(), bookMet(), bookParticle(), and bookTau().
list ntuple.pdgids = [211, 22, 130, 11, 13] |
Definition at line 97 of file ntuple.py.
Referenced by CaloParticleSelector.operator()().