Project
Loading...
Searching...
No Matches
o2::zdc::ZDCRawParserDPLSpec Class Reference

#include <ZDCRawParserDPLSpec.h>

Inherits o2::framework::Task.

Public Member Functions

 ZDCRawParserDPLSpec ()
 
 ZDCRawParserDPLSpec (const int verbosity)
 
 ~ZDCRawParserDPLSpec () override=default
 
void init (o2::framework::InitContext &ic) final
 
void run (o2::framework::ProcessingContext &pc) final
 
void endOfStream (o2::framework::EndOfStreamContext &ec) final
 This is invoked whenever we have an EndOfStream event.
 
- Public Member Functions inherited from o2::framework::Task
virtual ~Task ()
 
virtual void finaliseCCDB (ConcreteDataMatcher &matcher, void *obj)
 
virtual void stop ()
 This is invoked on stop.
 

Detailed Description

Definition at line 32 of file ZDCRawParserDPLSpec.h.

Constructor & Destructor Documentation

◆ ZDCRawParserDPLSpec() [1/2]

o2::zdc::ZDCRawParserDPLSpec::ZDCRawParserDPLSpec ( )

Definition at line 52 of file ZDCRawParserDPLSpec.cxx.

◆ ZDCRawParserDPLSpec() [2/2]

o2::zdc::ZDCRawParserDPLSpec::ZDCRawParserDPLSpec ( const int  verbosity)

Definition at line 58 of file ZDCRawParserDPLSpec.cxx.

◆ ~ZDCRawParserDPLSpec()

o2::zdc::ZDCRawParserDPLSpec::~ZDCRawParserDPLSpec ( )
overridedefault

Member Function Documentation

◆ endOfStream()

void o2::zdc::ZDCRawParserDPLSpec::endOfStream ( o2::framework::EndOfStreamContext context)
finalvirtual

This is invoked whenever we have an EndOfStream event.

Reimplemented from o2::framework::Task.

Definition at line 150 of file ZDCRawParserDPLSpec.cxx.

◆ init()

void o2::zdc::ZDCRawParserDPLSpec::init ( o2::framework::InitContext context)
finalvirtual

The method which is called once to initialise the task. Derived classes can use this to save extra state.

Reimplemented from o2::framework::Task.

Definition at line 64 of file ZDCRawParserDPLSpec.cxx.

◆ run()

void o2::zdc::ZDCRawParserDPLSpec::run ( o2::framework::ProcessingContext context)
finalvirtual

This is invoked whenever a new InputRecord is demeed to be complete.

Implements o2::framework::Task.

Definition at line 70 of file ZDCRawParserDPLSpec.cxx.


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