artdaq_demo_hdf5
v1_04_01
|
The HDFFileOutput module streams art Events to a binary file, bypassing ROOT. More...
Public Member Functions | |
HDFFileOutput (ParameterSet const &ps) | |
HDFFileOutput Constructor. More... | |
~HDFFileOutput () override | |
HDFFileOutput Destructor. | |
The HDFFileOutput module streams art Events to a binary file, bypassing ROOT.
Definition at line 44 of file HDFFileOutput_module.cc.
|
explicit |
HDFFileOutput Constructor.
ps | ParameterSet used to configure HDFFileOutput |
HDFFileOutput accepts the same configuration parameters as art::OutputModule. It has the same name substitution code that RootOutput uses to uniquify names.
HDFFileOutput 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 HDFFileOutput_module.cc.