artdaq
v3_07_01
|
The BinaryFileOutput module streams art Events to a binary file, bypassing ROOT. More...
Public Member Functions | |
BinaryFileOutput (ParameterSet const &ps) | |
BinaryFileOutput Constructor. More... | |
virtual | ~BinaryFileOutput () |
BinaryFileOutput Destructor. | |
The BinaryFileOutput module streams art Events to a binary file, bypassing ROOT.
Definition at line 41 of file BinaryFileOutput_module.cc.
|
explicit |
BinaryFileOutput Constructor.
ps | ParameterSet used to configure BinaryFileOutput |
BinaryFileOutput accepts the same configuration parameters as art::OutputModule. It has the same name substitution code that RootOutput uses to uniquify names.
BinaryFileOutput also expects the following Parameters: "fileName" (REQUIRED): Name of the file to write "directIO" (Default: false): Whether to use O_DIRECT
Definition at line 87 of file BinaryFileOutput_module.cc.