|
| DQMHistosConsumerBase (std::string supervisorApplicationUID, std::string bufferUID, std::string processorUID, ConsumerPriority) |
|
std::mutex & | getFillHistoMutex (void) |
|
virtual void | book (void) |
|
virtual void | fill (std::string &, std::map< std::string, std::string >) |
|
virtual void | load (std::string) |
|
TObject * | get (std::string name) |
|
TFile * | getFile (void) |
|
| DataConsumer (std::string supervisorApplicationUID, std::string bufferUID, std::string processorUID, ConsumerPriority priority) |
|
virtual void | registerToBuffer (void) |
|
virtual void | startProcessingData (std::string runNumber) |
|
virtual void | stopProcessingData (void) |
|
template<class D , class H > |
int | read (D &buffer, H &header) |
|
template<class D , class H > |
int | read (D *&buffer, H *&header) |
|
template<class D , class H > |
int | setReadSubBuffer (void) |
|
template<class D , class H > |
int | read (D &buffer) |
|
ConsumerPriority | getPriority (void) |
|
| DataProcessor (std::string supervisorApplicationUID, std::string bufferUID, std::string processorUID) |
|
virtual void | pauseProcessingData (void) |
|
virtual void | resumeProcessingData (void) |
|
const std::string & | getProcessorID (void) const |
|
void | setCircularBuffer (CircularBufferBase *circularBuffer) |
|
| WorkLoop (const std::string &name) |
|
void | startWorkLoop (void) |
|
bool | stopWorkLoop (void) |
|
bool | isActive (void) const |
|
|
std::mutex | fillHistoMutex_ |
|
TFile * | theFile_ |
|
TDirectory * | myDirectory_ |
|
const std::string | supervisorApplicationUID_ |
|
const std::string | bufferUID_ |
|
const std::string | processorUID_ |
|
CircularBufferBase * | theCircularBuffer_ |
|
volatile bool | continueWorkLoop_ |
|
|
enum | ConsumerPriority { LowConsumerPriority,
HighConsumerPriority
} |
|
virtual void | save (void) |
|
virtual void | openFile (std::string fileName) |
|
virtual void | closeFile (void) |
|
virtual bool | workLoopThread (toolbox::task::WorkLoop *workLoop)=0 |
|
const std::string & | getWorkLoopName (void) const |
|
Definition at line 11 of file DQMHistosConsumerBase.h.
The documentation for this class was generated from the following file: