artdaq_demo_hdf5  v1_03_00
art::HDFFileOutput Class Referencefinal

The HDFFileOutput module streams art Events to a binary file, bypassing ROOT. More...

Inheritance diagram for art::HDFFileOutput:

Public Member Functions

 HDFFileOutput (ParameterSet const &ps)
 HDFFileOutput Constructor. More...
 
 ~HDFFileOutput () override
 HDFFileOutput Destructor.
 

Detailed Description

The HDFFileOutput module streams art Events to a binary file, bypassing ROOT.

Definition at line 48 of file HDFFileOutput_module.cc.

Constructor & Destructor Documentation

art::HDFFileOutput::HDFFileOutput ( ParameterSet const &  ps)
explicit

HDFFileOutput Constructor.

Parameters
psParameterSet 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 91 of file HDFFileOutput_module.cc.


The documentation for this class was generated from the following file: