Writes DAQ ROOT data files
writer MQinoRootFileWriter verbosity = debug enable = true OutputDir = ../data OutputFilePrefix = test_ OutputFilesList = test.list WriteFilesList = true endmod
Public Member Functions | |
MQinoRootFileWriter (QSequence *s) | |
void | Open (const std::string &filename) |
Open File. | |
void | Dump (const QEvent &ev) |
Dump ev to file. | |
void | Close () |
Close file. | |
Private Attributes | |
TFile * | fRootOutput |
QiTree * | fTree |
QiEventR * | fEvent |
std::string | fDescription |
std::map< std::string, std::string > | fAliases |