|
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 = {"tofcomponent", "parameters", "etofevts", "tofhits", "syscmd"} |
| Int_t | fiMsgCnt |
| Bool_t | fbMonitorMode |
| Control flags. | |
| Bool_t | fbDebugMonitorMode |
| Switch ON the filling of a minimal set of histograms. | |
| Bool_t | fbSandboxMode |
| Switch ON the filling of a additional set of histograms. | |
| Bool_t | fbEventDumpEna |
| Switch OFF the emission of data toward the STAR DAQ. | |
| Double_t | fdEvent |
| Switch ON the dumping of the events to a binary file. | |
Definition at line 40 of file CbmDeviceTriggerHandlerEtof.h.
| CbmDeviceTriggerHandlerEtof::CbmDeviceTriggerHandlerEtof | ( | ) |
Definition at line 45 of file CbmDeviceTriggerHandlerEtof.cxx.
References fbDebugMonitorMode, fbEventDumpEna, fbMonitorMode, fbSandboxMode, fdEvent, fiMsgCnt, and fNumMessages.
|
virtual |
Definition at line 56 of file CbmDeviceTriggerHandlerEtof.cxx.
|
protected |
Definition at line 114 of file CbmDeviceTriggerHandlerEtof.cxx.
References dctime, dSize, fbSandboxMode, fdEvent, fNumMessages, and star_rhicf_write().
Referenced by InitTask().
|
protected |
Definition at line 151 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 58 of file CbmDeviceTriggerHandlerEtof.cxx.
References HandleData(), HandleMessage(), InitWorkspace(), and IsChannelNameAllowed().
|
private |
Definition at line 102 of file CbmDeviceTriggerHandlerEtof.cxx.
References fbSandboxMode.
Referenced by InitTask().
|
private |
Definition at line 84 of file CbmDeviceTriggerHandlerEtof.cxx.
References fAllowedChannels, and pos.
Referenced by InitTask().
|
private |
|
private |
Definition at line 61 of file CbmDeviceTriggerHandlerEtof.h.
Referenced by IsChannelNameAllowed().
|
private |
Switch ON the filling of a minimal set of histograms.
Definition at line 71 of file CbmDeviceTriggerHandlerEtof.h.
Referenced by CbmDeviceTriggerHandlerEtof().
|
private |
Switch OFF the emission of data toward the STAR DAQ.
Definition at line 73 of file CbmDeviceTriggerHandlerEtof.h.
Referenced by CbmDeviceTriggerHandlerEtof().
|
private |
Control flags.
Definition at line 70 of file CbmDeviceTriggerHandlerEtof.h.
Referenced by CbmDeviceTriggerHandlerEtof().
|
private |
Switch ON the filling of a additional set of histograms.
Definition at line 72 of file CbmDeviceTriggerHandlerEtof.h.
Referenced by CbmDeviceTriggerHandlerEtof(), HandleData(), and InitWorkspace().
|
private |
Switch ON the dumping of the events to a binary file.
Definition at line 75 of file CbmDeviceTriggerHandlerEtof.h.
Referenced by CbmDeviceTriggerHandlerEtof(), and HandleData().
|
private |
Definition at line 68 of file CbmDeviceTriggerHandlerEtof.h.
Referenced by CbmDeviceTriggerHandlerEtof().
|
private |
Definition at line 60 of file CbmDeviceTriggerHandlerEtof.h.
Referenced by CbmDeviceTriggerHandlerEtof(), and HandleData().