artdaq
v3_09_01
|
The BinaryFileOutput module streams art Events to a binary file, bypassing ROOT. More...
Public Member Functions | |
BinaryFileOutput (ParameterSet const &ps) | |
BinaryFileOutput Constructor. More... | |
~BinaryFileOutput () override | |
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 (Ref. issue #24437)
Definition at line 92 of file BinaryFileOutput_module.cc.