artdaq  v3_09_00
art::BinaryFileOutput Class Referencefinal

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

Inheritance diagram for art::BinaryFileOutput:

Public Member Functions

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

Detailed Description

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

Definition at line 41 of file BinaryFileOutput_module.cc.

Constructor & Destructor Documentation

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

BinaryFileOutput Constructor.

Parameters
psParameterSet 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.


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