MARootFileWriter Class Reference
[Writers]
List of all members.
Detailed Description
Apollo Root File writer module.
- Author:
- Marco Vignati
Writes DAQ ROOT data files
- See also:
- MARootFileReader
- Parameters:
- OutputDir [string = . ]: output directory
- OutputFilePrefix [string = QRFWriter_DEFAULT]: output file prefix, suffix is taken from readers.
- OutputFilesList [string = QRFWriter_DEFAULT.list]: output files list name
- WriteFilesList [bool = false]: write list of output files or not
- Description [string ( = Apollo Data]: QTree description
- ForceApolloFlag [bool = false]; force fIsApollo = true in QRawEventR
- FixStreamer [bool = false]; workaround for a bug in the full streaming of the data to tree
- Reads:
|
Public Member Functions |
| MARootFileWriter (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 |
QATree * | fTree |
QAEventR * | fEvent |
std::string | fDescription |
std::map< std::string,
std::string > | fAliases |
bool | fForceApolloFlag |
bool | fFixNoiseFlag |
The documentation for this class was generated from the following files:
- /home/cuoresvn/cuore/pkg/writerapollo/MARootFileWriter.hh
- /home/cuoresvn/cuore/pkg/writerapollo/MARootFileWriter.cc