ATLAS Offline Software
|
Public Member Functions | |
def | __init__ (self) |
def | open (self, update=True) |
def | close (self) |
def | init (self) |
def | save (self) |
def | readLastEntry (self) |
def | fillLumi (self, lumi) |
def | fillL1Trig (self, trigData, trigChan) |
def | defineBranch (self, name, type) |
def | loadBranch (self, name) |
def | initLBData (self) |
def | initBCIDData (self) |
def | initL1TrigData (self) |
def | clear (self) |
Public Attributes | |
fileName | |
treeName | |
file | |
tree | |
updatemode | |
bcidData | |
l1TrigData | |
lbData | |
varList | |
lumiDel | |
qBeam1 | |
qBeam2 | |
liveFrac | |
b1BCID | |
b2BCID | |
colBCID | |
l1TBP | |
l1TAP | |
l1TAV | |
Definition at line 18 of file TrigNtupleHandler.py.
def python.TrigNtupleHandler.TrigNtupleHandler.__init__ | ( | self | ) |
Definition at line 20 of file TrigNtupleHandler.py.
def python.TrigNtupleHandler.TrigNtupleHandler.clear | ( | self | ) |
Definition at line 338 of file TrigNtupleHandler.py.
def python.TrigNtupleHandler.TrigNtupleHandler.close | ( | self | ) |
Definition at line 50 of file TrigNtupleHandler.py.
def python.TrigNtupleHandler.TrigNtupleHandler.defineBranch | ( | self, | |
name, | |||
type | |||
) |
Definition at line 162 of file TrigNtupleHandler.py.
def python.TrigNtupleHandler.TrigNtupleHandler.fillL1Trig | ( | self, | |
trigData, | |||
trigChan | |||
) |
Definition at line 156 of file TrigNtupleHandler.py.
def python.TrigNtupleHandler.TrigNtupleHandler.fillLumi | ( | self, | |
lumi | |||
) |
Definition at line 70 of file TrigNtupleHandler.py.
def python.TrigNtupleHandler.TrigNtupleHandler.init | ( | self | ) |
Definition at line 56 of file TrigNtupleHandler.py.
def python.TrigNtupleHandler.TrigNtupleHandler.initBCIDData | ( | self | ) |
Definition at line 280 of file TrigNtupleHandler.py.
def python.TrigNtupleHandler.TrigNtupleHandler.initL1TrigData | ( | self | ) |
Definition at line 317 of file TrigNtupleHandler.py.
def python.TrigNtupleHandler.TrigNtupleHandler.initLBData | ( | self | ) |
Definition at line 169 of file TrigNtupleHandler.py.
def python.TrigNtupleHandler.TrigNtupleHandler.loadBranch | ( | self, | |
name | |||
) |
Definition at line 165 of file TrigNtupleHandler.py.
def python.TrigNtupleHandler.TrigNtupleHandler.open | ( | self, | |
update = True |
|||
) |
Definition at line 34 of file TrigNtupleHandler.py.
def python.TrigNtupleHandler.TrigNtupleHandler.readLastEntry | ( | self | ) |
Definition at line 65 of file TrigNtupleHandler.py.
def python.TrigNtupleHandler.TrigNtupleHandler.save | ( | self | ) |
Definition at line 62 of file TrigNtupleHandler.py.
python.TrigNtupleHandler.TrigNtupleHandler.b1BCID |
Definition at line 304 of file TrigNtupleHandler.py.
python.TrigNtupleHandler.TrigNtupleHandler.b2BCID |
Definition at line 305 of file TrigNtupleHandler.py.
python.TrigNtupleHandler.TrigNtupleHandler.bcidData |
Definition at line 29 of file TrigNtupleHandler.py.
python.TrigNtupleHandler.TrigNtupleHandler.colBCID |
Definition at line 306 of file TrigNtupleHandler.py.
python.TrigNtupleHandler.TrigNtupleHandler.file |
Definition at line 24 of file TrigNtupleHandler.py.
python.TrigNtupleHandler.TrigNtupleHandler.fileName |
Definition at line 22 of file TrigNtupleHandler.py.
python.TrigNtupleHandler.TrigNtupleHandler.l1TAP |
Definition at line 323 of file TrigNtupleHandler.py.
python.TrigNtupleHandler.TrigNtupleHandler.l1TAV |
Definition at line 324 of file TrigNtupleHandler.py.
python.TrigNtupleHandler.TrigNtupleHandler.l1TBP |
Definition at line 322 of file TrigNtupleHandler.py.
python.TrigNtupleHandler.TrigNtupleHandler.l1TrigData |
Definition at line 32 of file TrigNtupleHandler.py.
python.TrigNtupleHandler.TrigNtupleHandler.lbData |
Definition at line 222 of file TrigNtupleHandler.py.
python.TrigNtupleHandler.TrigNtupleHandler.liveFrac |
Definition at line 288 of file TrigNtupleHandler.py.
python.TrigNtupleHandler.TrigNtupleHandler.lumiDel |
Definition at line 285 of file TrigNtupleHandler.py.
python.TrigNtupleHandler.TrigNtupleHandler.qBeam1 |
Definition at line 286 of file TrigNtupleHandler.py.
python.TrigNtupleHandler.TrigNtupleHandler.qBeam2 |
Definition at line 287 of file TrigNtupleHandler.py.
python.TrigNtupleHandler.TrigNtupleHandler.tree |
Definition at line 25 of file TrigNtupleHandler.py.
python.TrigNtupleHandler.TrigNtupleHandler.treeName |
Definition at line 23 of file TrigNtupleHandler.py.
python.TrigNtupleHandler.TrigNtupleHandler.updatemode |
Definition at line 26 of file TrigNtupleHandler.py.
python.TrigNtupleHandler.TrigNtupleHandler.varList |
Definition at line 224 of file TrigNtupleHandler.py.