|
Class Reference for E1039 Core & Analysis Software
|
#include </dev/shm/kenichi/update-github-e1039-doc/e1039-core/online/decoder_maindaq/DecoData.h>
Collaboration diagram for SpillData:Public Member Functions | |
| SpillData () | |
| virtual | ~SpillData () |
Public Attributes | |
| unsigned int | spill_id |
| unsigned int | spill_id_slow |
| unsigned int | run_id |
| unsigned int | targ_pos |
| unsigned int | bos_coda_id |
| unsigned int | bos_vme_time |
| unsigned int | eos_coda_id |
| unsigned int | eos_vme_time |
| unsigned int | n_bos_spill |
| unsigned int | n_eos_spill |
| unsigned int | n_slow |
| unsigned int | n_scaler |
| double | time_input |
| In msec. More... | |
| double | time_decode |
| In msec. More... | |
| double | time_map |
| In msec. More... | |
| SlowControlDataList | list_slow_cont |
| ScalerDataList | list_scaler |
Definition at line 141 of file DecoData.h.
| SpillData::SpillData | ( | ) |
Definition at line 58 of file DecoData.cc.
|
inlinevirtual |
Definition at line 164 of file DecoData.h.
| unsigned int SpillData::bos_coda_id |
Definition at line 146 of file DecoData.h.
Referenced by Fun4AllEVIOInputManager::run().
| unsigned int SpillData::bos_vme_time |
Definition at line 147 of file DecoData.h.
Referenced by Fun4AllEVIOInputManager::run().
| unsigned int SpillData::eos_coda_id |
Definition at line 148 of file DecoData.h.
Referenced by Fun4AllEVIOInputManager::run().
| unsigned int SpillData::eos_vme_time |
Definition at line 149 of file DecoData.h.
Referenced by Fun4AllEVIOInputManager::run().
| ScalerDataList SpillData::list_scaler |
Definition at line 161 of file DecoData.h.
Referenced by Fun4AllEVIOInputManager::run().
| SlowControlDataList SpillData::list_slow_cont |
Definition at line 160 of file DecoData.h.
Referenced by Fun4AllEVIOInputManager::run().
| unsigned int SpillData::n_bos_spill |
Definition at line 151 of file DecoData.h.
| unsigned int SpillData::n_eos_spill |
Definition at line 152 of file DecoData.h.
| unsigned int SpillData::n_scaler |
Definition at line 154 of file DecoData.h.
| unsigned int SpillData::n_slow |
Definition at line 153 of file DecoData.h.
| unsigned int SpillData::run_id |
Definition at line 144 of file DecoData.h.
Referenced by Fun4AllEVIOInputManager::run().
| unsigned int SpillData::spill_id |
Definition at line 142 of file DecoData.h.
Referenced by Fun4AllEVIOInputManager::run().
| unsigned int SpillData::spill_id_slow |
Definition at line 143 of file DecoData.h.
| unsigned int SpillData::targ_pos |
Definition at line 145 of file DecoData.h.
Referenced by Fun4AllEVIOInputManager::run().
| double SpillData::time_decode |
| double SpillData::time_input |
| double SpillData::time_map |