![]() |
ATLAS Offline Software
|
Public Types | |
| typedef HLT::TypeInformation::for_each_type_c< typenameEDMLIST::map, my_functor, my_result<>, my_arg< HLT::TypeInformation::get_cont, CONTAINER > >::type | result |
Public Member Functions | |
| __init__ (self) | |
| openDB (self) | |
| closeDB (self) | |
| loadRunData (self, run) | |
| loadBunchgroups (self, run) | |
| getTrainPosition (self, run, lb, bcid) | |
| getNeighbourBcids (self, run, lb, bcid) | |
| getNeighbourPattern (self, run, lb, bcid) | |
Public Attributes | |
| str | trigProdDbName = 'COOLONL_TRIGGER/COMP200' |
| str | bunchGroupContentFolder = '/TRIGGER/LVL1/BunchGroupContent' |
| str | bunchGroupDescFolder = '/TRIGGER/LVL1/BunchGroupDescription' |
| trigProdDb = None | |
| bool | verbose = True |
| int | physicsBunchgroupBit = 1 |
| runObjects = dict() | |
| list | runArchive = [] |
| int | runsToArchive = 20 |
| int | bcidRange = 32 |
Definition at line 69 of file StandaloneBunchgroupHandler.py.
|
inherited |
Definition at line 90 of file EDM_MasterSearch.h.
| StandaloneBunchgroupHandler.BunchgroupHandler.__init__ | ( | self | ) |
Definition at line 71 of file StandaloneBunchgroupHandler.py.
| StandaloneBunchgroupHandler.BunchgroupHandler.closeDB | ( | self | ) |
Definition at line 108 of file StandaloneBunchgroupHandler.py.
| StandaloneBunchgroupHandler.BunchgroupHandler.getNeighbourBcids | ( | self, | |
| run, | |||
| lb, | |||
| bcid ) |
Definition at line 153 of file StandaloneBunchgroupHandler.py.
| StandaloneBunchgroupHandler.BunchgroupHandler.getNeighbourPattern | ( | self, | |
| run, | |||
| lb, | |||
| bcid ) |
Definition at line 179 of file StandaloneBunchgroupHandler.py.
| StandaloneBunchgroupHandler.BunchgroupHandler.getTrainPosition | ( | self, | |
| run, | |||
| lb, | |||
| bcid ) |
Definition at line 146 of file StandaloneBunchgroupHandler.py.
| StandaloneBunchgroupHandler.BunchgroupHandler.loadBunchgroups | ( | self, | |
| run ) |
Definition at line 124 of file StandaloneBunchgroupHandler.py.
| StandaloneBunchgroupHandler.BunchgroupHandler.loadRunData | ( | self, | |
| run ) |
Definition at line 114 of file StandaloneBunchgroupHandler.py.
| StandaloneBunchgroupHandler.BunchgroupHandler.openDB | ( | self | ) |
Definition at line 98 of file StandaloneBunchgroupHandler.py.
| StandaloneBunchgroupHandler.BunchgroupHandler.bcidRange = 32 |
Definition at line 96 of file StandaloneBunchgroupHandler.py.
| str StandaloneBunchgroupHandler.BunchgroupHandler.bunchGroupContentFolder = '/TRIGGER/LVL1/BunchGroupContent' |
Definition at line 75 of file StandaloneBunchgroupHandler.py.
| str StandaloneBunchgroupHandler.BunchgroupHandler.bunchGroupDescFolder = '/TRIGGER/LVL1/BunchGroupDescription' |
Definition at line 76 of file StandaloneBunchgroupHandler.py.
| int StandaloneBunchgroupHandler.BunchgroupHandler.physicsBunchgroupBit = 1 |
Definition at line 85 of file StandaloneBunchgroupHandler.py.
| StandaloneBunchgroupHandler.BunchgroupHandler.runArchive = [] |
Definition at line 91 of file StandaloneBunchgroupHandler.py.
| StandaloneBunchgroupHandler.BunchgroupHandler.runObjects = dict() |
Definition at line 88 of file StandaloneBunchgroupHandler.py.
| int StandaloneBunchgroupHandler.BunchgroupHandler.runsToArchive = 20 |
Definition at line 93 of file StandaloneBunchgroupHandler.py.
| StandaloneBunchgroupHandler.BunchgroupHandler.trigProdDb = None |
Definition at line 79 of file StandaloneBunchgroupHandler.py.
| str StandaloneBunchgroupHandler.BunchgroupHandler.trigProdDbName = 'COOLONL_TRIGGER/COMP200' |
Definition at line 74 of file StandaloneBunchgroupHandler.py.
| bool StandaloneBunchgroupHandler.BunchgroupHandler.verbose = True |
Definition at line 82 of file StandaloneBunchgroupHandler.py.