artdaq  v2_03_00
 All Classes Namespaces Files Functions Variables Typedefs Enumerations Enumerator Pages
Public Member Functions | List of all members
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...
 
virtual ~BinaryFileOutput ()
 BinaryFileOutput Destructor.
 

Detailed Description

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

Definition at line 40 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

Definition at line 87 of file BinaryFileOutput_module.cc.


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