#include <ParameterMQServer.h>
Definition at line 25 of file ParameterMQServer.h.
◆ ParameterMQServer() [1/2]
ParameterMQServer::ParameterMQServer |
( |
| ) |
|
◆ ParameterMQServer() [2/2]
◆ ~ParameterMQServer()
ParameterMQServer::~ParameterMQServer |
( |
| ) |
|
|
virtual |
◆ GetChannelName()
std::string ParameterMQServer::GetChannelName |
( |
| ) |
|
|
inline |
◆ GetFirstInputName()
std::string ParameterMQServer::GetFirstInputName |
( |
| ) |
|
|
inline |
◆ GetFirstInputType()
std::string ParameterMQServer::GetFirstInputType |
( |
| ) |
|
|
inline |
◆ GetOutputName()
std::string ParameterMQServer::GetOutputName |
( |
| ) |
|
|
inline |
◆ GetOutputType()
std::string ParameterMQServer::GetOutputType |
( |
| ) |
|
|
inline |
◆ GetSecondInputName()
std::string ParameterMQServer::GetSecondInputName |
( |
| ) |
|
|
inline |
◆ GetSecondInputType()
std::string ParameterMQServer::GetSecondInputType |
( |
| ) |
|
|
inline |
◆ InitTask()
void ParameterMQServer::InitTask |
( |
| ) |
|
|
virtual |
Definition at line 41 of file ParameterMQServer.cxx.
References fChannelName, fFirstInputName, fFirstInputType, fOutputName, fOutputType, fRtdb, fSecondInputName, fSecondInputType, fSetup, fsSetupName, CbmSetup::Instance(), and CbmSetup::LoadSetup().
◆ operator=()
◆ Run()
void ParameterMQServer::Run |
( |
| ) |
|
|
virtual |
◆ SetChannelName()
void ParameterMQServer::SetChannelName |
( |
const std::string & | channelName | ) |
|
|
inline |
◆ SetFirstInputName()
void ParameterMQServer::SetFirstInputName |
( |
const std::string & | firstInputName | ) |
|
|
inline |
◆ SetFirstInputType()
void ParameterMQServer::SetFirstInputType |
( |
const std::string & | firstInputType | ) |
|
|
inline |
◆ SetOutputName()
void ParameterMQServer::SetOutputName |
( |
const std::string & | outputName | ) |
|
|
inline |
◆ SetOutputType()
void ParameterMQServer::SetOutputType |
( |
const std::string & | outputType | ) |
|
|
inline |
◆ SetSecondInputName()
void ParameterMQServer::SetSecondInputName |
( |
const std::string & | secondInputName | ) |
|
|
inline |
◆ SetSecondInputType()
void ParameterMQServer::SetSecondInputType |
( |
const std::string & | secondInputType | ) |
|
|
inline |
◆ fChannelName
std::string ParameterMQServer::fChannelName = "data" |
|
private |
◆ fFirstInputName
std::string ParameterMQServer::fFirstInputName = "first_input.root" |
|
private |
◆ fFirstInputType
std::string ParameterMQServer::fFirstInputType = "ROOT" |
|
private |
◆ fOutputName
std::string ParameterMQServer::fOutputName = "" |
|
private |
◆ fOutputType
std::string ParameterMQServer::fOutputType = "ROOT" |
|
private |
◆ fRtdb
FairRuntimeDb* ParameterMQServer::fRtdb = nullptr |
|
private |
◆ fSecondInputName
std::string ParameterMQServer::fSecondInputName = "" |
|
private |
◆ fSecondInputType
std::string ParameterMQServer::fSecondInputType = "ROOT" |
|
private |
◆ fSetup
CbmSetup* ParameterMQServer::fSetup = nullptr |
|
private |
◆ fsSetupName
std::string ParameterMQServer::fsSetupName = "" |
|
private |
The documentation for this class was generated from the following files: