Public Member Functions | |
EventDataSaver (std::string supervisorApplicationUID, std::string bufferUID, std::string processorUID, ConsumerPriority priority) | |
void | openFile (std::string fileName) |
void | closeFile (void) |
void | save (std::string &data) |
std::string | getName (void) |
Protected Member Functions | |
void | writeHeader (void) |
bool | workLoopThread (toolbox::task::WorkLoop *workLoop) |
Protected Attributes | |
TFile * | outFile_ |
Event * | anEvent_ |
TTree * | outTree_ |
Definition at line 15 of file EventDataSaver.h.