Class Reference for E1039 Core & Analysis Software
|
#include </dev/shm/kenichi/update-github-e1039-doc/e1039-core/online/decoder_maindaq/DecoParam.h>
Public Member Functions | |
DecoParam () | |
~DecoParam () | |
int | InitMapper () |
Public Attributes | |
std::string | fn_in |
std::string | dir_param |
bool | is_online |
int | sampling |
int | verb |
Verbosity. 0 = error, 1 = warning, 2 = info, 3 = debug, 4 = insane. More... | |
int | time_wait |
waiting time in second to pretend the online data flow. More... | |
ChanMapTaiwan | chan_map_taiwan |
ChanMapV1495 | chan_map_v1495 |
ChanMapScaler | chan_map_scaler |
unsigned short int | runID |
int | spillID |
int | spillID_cntr |
int | spillID_slow |
short | targPos |
short | targPos_slow |
unsigned int | event_count |
current event count More... | |
int | codaID |
current Coda event ID More... | |
short | spillType |
current spill type More... | |
short | rocID |
current ROC ID More... | |
int | eventIDstd |
current event ID of standard physics events More... | |
long int | hitID |
current hit ID, commonly used by Hit and TriggerHit. More... | |
bool | has_1st_bos |
Set 'true' at the 1st BOS event. More... | |
bool | at_bos |
Set 'true' at BOS, which triggers parsing the data in one spill. More... | |
unsigned int | turn_id_max |
Max turnOnset in a spill. Used to drop NIM3 events that came after the beam stops. See elog 15010. More... | |
time_t | timeStart |
time_t | timeEnd |
This class contains all decoder parameters. Two types of parameters are included.
Definition at line 14 of file DecoParam.h.
DecoParam::DecoParam | ( | ) |
Definition at line 7 of file DecoParam.cc.
|
inline |
Definition at line 57 of file DecoParam.h.
int DecoParam::InitMapper | ( | ) |
Definition at line 32 of file DecoParam.cc.
References chan_map_scaler, chan_map_taiwan, chan_map_v1495, RunParamBase::ReadFromDB(), runID, and RunParamBase::SetMapIDbyDB().
bool DecoParam::at_bos |
Set 'true' at BOS, which triggers parsing the data in one spill.
Definition at line 48 of file DecoParam.h.
ChanMapScaler DecoParam::chan_map_scaler |
Definition at line 27 of file DecoParam.h.
Referenced by InitMapper(), and Fun4AllEVIOInputManager::run().
ChanMapTaiwan DecoParam::chan_map_taiwan |
Definition at line 25 of file DecoParam.h.
Referenced by InitMapper(), and Fun4AllEVIOInputManager::run().
ChanMapV1495 DecoParam::chan_map_v1495 |
Definition at line 26 of file DecoParam.h.
Referenced by InitMapper(), and Fun4AllEVIOInputManager::run().
int DecoParam::codaID |
current Coda event ID
Definition at line 41 of file DecoParam.h.
std::string DecoParam::dir_param |
Definition at line 19 of file DecoParam.h.
Referenced by Fun4AllEVIOInputManager::DirParam().
unsigned int DecoParam::event_count |
current event count
Definition at line 40 of file DecoParam.h.
int DecoParam::eventIDstd |
current event ID of standard physics events
Definition at line 44 of file DecoParam.h.
std::string DecoParam::fn_in |
Control parameters
Definition at line 18 of file DecoParam.h.
Referenced by MainDaqParser::OpenCodaFile().
bool DecoParam::has_1st_bos |
Set 'true' at the 1st BOS event.
Definition at line 47 of file DecoParam.h.
long int DecoParam::hitID |
current hit ID, commonly used by Hit and TriggerHit.
Definition at line 45 of file DecoParam.h.
bool DecoParam::is_online |
Definition at line 20 of file DecoParam.h.
Referenced by MainDaqParser::End(), and Fun4AllEVIOInputManager::SetOnline().
short DecoParam::rocID |
current ROC ID
Definition at line 43 of file DecoParam.h.
unsigned short int DecoParam::runID |
int DecoParam::sampling |
Definition at line 21 of file DecoParam.h.
Referenced by Fun4AllEVIOInputManager::EventSamplingFactor().
int DecoParam::spillID |
Definition at line 34 of file DecoParam.h.
int DecoParam::spillID_cntr |
Definition at line 35 of file DecoParam.h.
int DecoParam::spillID_slow |
Definition at line 36 of file DecoParam.h.
short DecoParam::spillType |
current spill type
Definition at line 42 of file DecoParam.h.
short DecoParam::targPos |
Definition at line 37 of file DecoParam.h.
short DecoParam::targPos_slow |
Definition at line 38 of file DecoParam.h.
int DecoParam::time_wait |
waiting time in second to pretend the online data flow.
Definition at line 23 of file DecoParam.h.
Referenced by Fun4AllEVIOInputManager::PretendSpillInterval().
time_t DecoParam::timeEnd |
Definition at line 54 of file DecoParam.h.
Referenced by MainDaqParser::End().
time_t DecoParam::timeStart |
Definition at line 54 of file DecoParam.h.
Referenced by MainDaqParser::End(), and MainDaqParser::OpenCodaFile().
unsigned int DecoParam::turn_id_max |
Max turnOnset in a spill. Used to drop NIM3 events that came after the beam stops. See elog 15010.
Definition at line 51 of file DecoParam.h.
int DecoParam::verb |
Verbosity. 0 = error, 1 = warning, 2 = info, 3 = debug, 4 = insane.
Definition at line 22 of file DecoParam.h.
Referenced by MainDaqParser::End(), and Fun4AllEVIOInputManager::fileopen().