Variables | |
list | pdgids = [211, 22, 130, 11, 13] |
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.fillEvent | ( | tree, | |
event | |||
) |
Definition at line 16 of file ntuple.py.
References fill().
Referenced by ThePEG::LesHouchesInterface.doReadEvent(), and ThePEG::LesHouchesInterface.getEvent().
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().