EIC Software
 All Classes Namespaces Files Functions Variables Typedefs Enumerations Enumerator Friends Macros Groups Pages
ActsExamples::IWriter Class Referenceabstract

#include <acts/blob/sPHENIX/Examples/Framework/include/ActsExamples/Framework/IWriter.hpp>

+ Inheritance diagram for ActsExamples::IWriter:

Public Member Functions

virtual ~IWriter ()=default
 
virtual std::string name () const =0
 The writer name.
 
virtual ProcessCode write (const AlgorithmContext &context)=0
 Write data from one event.
 
virtual ProcessCode endRun ()=0
 End the run (e.g. aggregate statistics, write down output, close files).
 

Detailed Description

Event data writer interface.

Get data from the event store and write it to disk. The writer can have internal state and implementations are responsible to handle concurrent calls.

Definition at line 27 of file IWriter.hpp.

View newest version in sPHENIX GitHub at line 27 of file IWriter.hpp

Constructor & Destructor Documentation

virtual ActsExamples::IWriter::~IWriter ( )
virtualdefault

Member Function Documentation


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