CbmRoot
|
#include <CbmDeviceTriggerHandlerEtof.h>
Public Member Functions | |
CbmDeviceTriggerHandlerEtof () | |
virtual | ~CbmDeviceTriggerHandlerEtof () |
Protected Member Functions | |
virtual void | InitTask () |
bool | HandleData (FairMQParts &, int) |
bool | HandleMessage (FairMQMessagePtr &, int) |
Private Member Functions | |
Bool_t | IsChannelNameAllowed (std::string channelName) |
Bool_t | InitWorkspace () |
Bool_t | InitContainers () |
Bool_t | ReInitContainers () |
Private Attributes | |
uint64_t | fNumMessages |
std::vector< std::string > | fAllowedChannels |
Int_t | fiMsgCnt |
Bool_t | fbMonitorMode |
Control flags. More... | |
Bool_t | fbDebugMonitorMode |
Switch ON the filling of a minimal set of histograms. More... | |
Bool_t | fbSandboxMode |
Switch ON the filling of a additional set of histograms. More... | |
Bool_t | fbEventDumpEna |
Switch OFF the emission of data toward the STAR DAQ. More... | |
Double_t | fdEvent |
Switch ON the dumping of the events to a binary file. More... | |
Definition at line 37 of file CbmDeviceTriggerHandlerEtof.h.
CbmDeviceTriggerHandlerEtof::CbmDeviceTriggerHandlerEtof | ( | ) |
Definition at line 41 of file CbmDeviceTriggerHandlerEtof.cxx.
|
virtual |
Definition at line 50 of file CbmDeviceTriggerHandlerEtof.cxx.
|
protected |
Definition at line 110 of file CbmDeviceTriggerHandlerEtof.cxx.
References dctime, dSize, fbSandboxMode, fdEvent, fNumMessages, and star_rhicf_write().
Referenced by InitTask().
|
protected |
Definition at line 153 of file CbmDeviceTriggerHandlerEtof.cxx.
References cbm::mq::ChangeState(), cbm::mq::DeviceReady, cbm::mq::End, cbm::mq::Idle, cbm::mq::LogState(), and cbm::mq::Ready.
Referenced by InitTask().
|
private |
|
protectedvirtual |
Definition at line 52 of file CbmDeviceTriggerHandlerEtof.cxx.
References HandleData(), HandleMessage(), InitWorkspace(), and IsChannelNameAllowed().
|
private |
Definition at line 99 of file CbmDeviceTriggerHandlerEtof.cxx.
References fbSandboxMode.
Referenced by InitTask().
|
private |
Definition at line 78 of file CbmDeviceTriggerHandlerEtof.cxx.
References fAllowedChannels, and pos.
Referenced by InitTask().
|
private |
|
private |
Definition at line 58 of file CbmDeviceTriggerHandlerEtof.h.
Referenced by IsChannelNameAllowed().
|
private |
Switch ON the filling of a minimal set of histograms.
Definition at line 74 of file CbmDeviceTriggerHandlerEtof.h.
|
private |
Switch OFF the emission of data toward the STAR DAQ.
Definition at line 77 of file CbmDeviceTriggerHandlerEtof.h.
|
private |
Control flags.
Definition at line 72 of file CbmDeviceTriggerHandlerEtof.h.
|
private |
Switch ON the filling of a additional set of histograms.
Definition at line 75 of file CbmDeviceTriggerHandlerEtof.h.
Referenced by HandleData(), and InitWorkspace().
|
private |
Switch ON the dumping of the events to a binary file.
Definition at line 79 of file CbmDeviceTriggerHandlerEtof.h.
Referenced by HandleData().
|
private |
Definition at line 69 of file CbmDeviceTriggerHandlerEtof.h.
|
private |
Definition at line 57 of file CbmDeviceTriggerHandlerEtof.h.
Referenced by HandleData().