Class Reference for E1039 Core & Analysis Software
DecoParam Struct Reference

#include </dev/shm/kenichi/update-github-e1039-doc/e1039-core/online/decoder_maindaq/DecoParam.h>

+ Collaboration diagram for DecoParam:

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
 

Detailed Description

This class contains all decoder parameters. Two types of parameters are included.

  • For controlling the decoder behavior.
  • For monitoring the condition of the decoder.

Definition at line 14 of file DecoParam.h.

Constructor & Destructor Documentation

◆ DecoParam()

DecoParam::DecoParam ( )

Definition at line 7 of file DecoParam.cc.

◆ ~DecoParam()

DecoParam::~DecoParam ( )
inline

Definition at line 57 of file DecoParam.h.

Member Function Documentation

◆ InitMapper()

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().

+ Here is the call graph for this function:

Member Data Documentation

◆ at_bos

bool DecoParam::at_bos

Set 'true' at BOS, which triggers parsing the data in one spill.

Definition at line 48 of file DecoParam.h.

◆ chan_map_scaler

ChanMapScaler DecoParam::chan_map_scaler

Definition at line 27 of file DecoParam.h.

Referenced by InitMapper(), and Fun4AllEVIOInputManager::run().

◆ chan_map_taiwan

ChanMapTaiwan DecoParam::chan_map_taiwan

Definition at line 25 of file DecoParam.h.

Referenced by InitMapper(), and Fun4AllEVIOInputManager::run().

◆ chan_map_v1495

ChanMapV1495 DecoParam::chan_map_v1495

Definition at line 26 of file DecoParam.h.

Referenced by InitMapper(), and Fun4AllEVIOInputManager::run().

◆ codaID

int DecoParam::codaID

current Coda event ID

Definition at line 41 of file DecoParam.h.

◆ dir_param

std::string DecoParam::dir_param

Definition at line 19 of file DecoParam.h.

Referenced by Fun4AllEVIOInputManager::DirParam().

◆ event_count

unsigned int DecoParam::event_count

current event count

Definition at line 40 of file DecoParam.h.

◆ eventIDstd

int DecoParam::eventIDstd

current event ID of standard physics events

Definition at line 44 of file DecoParam.h.

◆ fn_in

std::string DecoParam::fn_in

Control parameters

Definition at line 18 of file DecoParam.h.

Referenced by MainDaqParser::OpenCodaFile().

◆ has_1st_bos

bool DecoParam::has_1st_bos

Set 'true' at the 1st BOS event.

Definition at line 47 of file DecoParam.h.

◆ hitID

long int DecoParam::hitID

current hit ID, commonly used by Hit and TriggerHit.

Definition at line 45 of file DecoParam.h.

◆ is_online

bool DecoParam::is_online

Definition at line 20 of file DecoParam.h.

Referenced by MainDaqParser::End(), and Fun4AllEVIOInputManager::SetOnline().

◆ rocID

short DecoParam::rocID

current ROC ID

Definition at line 43 of file DecoParam.h.

◆ runID

unsigned short int DecoParam::runID

Monitoring parameters

Definition at line 32 of file DecoParam.h.

Referenced by InitMapper().

◆ sampling

int DecoParam::sampling

Definition at line 21 of file DecoParam.h.

Referenced by Fun4AllEVIOInputManager::EventSamplingFactor().

◆ spillID

int DecoParam::spillID

Definition at line 34 of file DecoParam.h.

◆ spillID_cntr

int DecoParam::spillID_cntr

Definition at line 35 of file DecoParam.h.

◆ spillID_slow

int DecoParam::spillID_slow

Definition at line 36 of file DecoParam.h.

◆ spillType

short DecoParam::spillType

current spill type

Definition at line 42 of file DecoParam.h.

◆ targPos

short DecoParam::targPos

Definition at line 37 of file DecoParam.h.

◆ targPos_slow

short DecoParam::targPos_slow

Definition at line 38 of file DecoParam.h.

◆ time_wait

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().

◆ timeEnd

time_t DecoParam::timeEnd

Definition at line 54 of file DecoParam.h.

Referenced by MainDaqParser::End().

◆ timeStart

time_t DecoParam::timeStart

Definition at line 54 of file DecoParam.h.

Referenced by MainDaqParser::End(), and MainDaqParser::OpenCodaFile().

◆ turn_id_max

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.

◆ verb

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().


The documentation for this struct was generated from the following files: