![]() |
Belle II Software release-09-00-03
|


Public Member Functions | |
| def | initialize (self) |
| def | calc_time (self, it) |
| def | event (self) |
Public Attributes | |
| meta | |
| Store object of EventMetaData. | |
| raws | |
| list of raw dataobjects | |
Static Public Attributes | |
| str | detectorlist = "SVD CDC ECL TOP" |
| List of detector names to check in that order (for fallback) | |
| None | meta = None |
| pointer to event meta data | |
| list | raws = [] |
| array of pointers to the detector raw data arrays | |
module which sets time in EventMetaData from detector raw data Author: bjoern.spruck@belle2.org
Definition at line 16 of file SetMetaTimeModule.py.
| def calc_time | ( | self, | |
| it | |||
| ) |
Calculate the time in ns since epoch from UnixTime and Accelerator Clock count
Definition at line 43 of file SetMetaTimeModule.py.
| def event | ( | self | ) |
event
Definition at line 48 of file SetMetaTimeModule.py.
| def initialize | ( | self | ) |
initialize
Definition at line 33 of file SetMetaTimeModule.py.
|
static |
List of detector names to check in that order (for fallback)
Definition at line 25 of file SetMetaTimeModule.py.
|
static |
pointer to event meta data
Definition at line 28 of file SetMetaTimeModule.py.
| meta |
Store object of EventMetaData.
Definition at line 36 of file SetMetaTimeModule.py.
|
static |
array of pointers to the detector raw data arrays
Definition at line 31 of file SetMetaTimeModule.py.
| raws |
list of raw dataobjects
Definition at line 41 of file SetMetaTimeModule.py.