otsdaq
v2_00_00
|
Public Member Functions | |
DQMHistosOuterTracker (std::string supervisorApplicationUID, std::string bufferUID, std::string processorUID) | |
void | setConfigurationManager (ConfigurationManager *configurationManager) |
void | book (void) |
void | fill (std::string &buffer, std::map< std::string, std::string > header) |
void | save (void) |
void | load (std::string fileName) |
TObject * | get (std::string name) |
TFile * | getFile () |
Protected Member Functions | |
void | openFile (std::string fileName) |
void | closeFile (void) |
Protected Attributes | |
TFile * | theFile_ |
DataDecoder | theDataDecoder_ |
std::queue< uint32_t > | convertedBuffer_ |
std::map< std::string, std::map< std::string, std::map< unsigned int, TH1 * > > > | planeOccupancies_ |
TH1I * | numberOfTriggers_ |
const std::string | supervisorContextUID_ |
const std::string | supervisorApplicationUID_ |
const std::string | bufferUID_ |
const std::string | processorUID_ |
TDirectory * | currentDirectory_ |
ConfigurationManager * | theConfigurationManager_ |
Definition at line 26 of file DQMHistosOuterTracker.h.