otsdaq  v2_05_02_indev
ots::DQMHistosConsumerBase Class Reference
Inheritance diagram for ots::DQMHistosConsumerBase:
ots::DQMHistosBase ots::DataConsumer ots::DataProcessor ots::WorkLoop

Public Member Functions

 DQMHistosConsumerBase (std::string supervisorApplicationUID, std::string bufferUID, std::string processorUID, ConsumerPriority)
 
std::mutex & getFillHistoMutex (void)
 
- Public Member Functions inherited from ots::DQMHistosBase
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)
 
- Public Member Functions inherited from ots::DataConsumer
 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)
 
- Public Member Functions inherited from ots::DataProcessor
 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)
 
- Public Member Functions inherited from ots::WorkLoop
 WorkLoop (const std::string &name)
 
void startWorkLoop (void)
 
bool stopWorkLoop (void)
 
bool isActive (void) const
 

Protected Attributes

std::mutex fillHistoMutex_
 
- Protected Attributes inherited from ots::DQMHistosBase
TFile * theFile_
 
TDirectory * myDirectory_
 
- Protected Attributes inherited from ots::DataProcessor
const std::string supervisorApplicationUID_
 
const std::string bufferUID_
 
const std::string processorUID_
 
CircularBufferBasetheCircularBuffer_
 
- Protected Attributes inherited from ots::WorkLoop
volatile bool continueWorkLoop_
 

Additional Inherited Members

- Public Types inherited from ots::DataConsumer
enum  ConsumerPriority { LowConsumerPriority, HighConsumerPriority }
 
- Protected Member Functions inherited from ots::DQMHistosBase
virtual void save (void)
 
virtual void openFile (std::string fileName)
 
virtual void closeFile (void)
 
- Protected Member Functions inherited from ots::WorkLoop
virtual bool workLoopThread (toolbox::task::WorkLoop *workLoop)=0
 
const std::string & getWorkLoopName (void) const
 

Detailed Description

Definition at line 11 of file DQMHistosConsumerBase.h.


The documentation for this class was generated from the following file: