Project
Loading...
Searching...
No Matches
o2::phos::StandaloneAODProducerSpec Class Reference

#include <StandaloneAODProducerSpec.h>

Inherits o2::framework::Task.

Public Member Functions

 StandaloneAODProducerSpec ()
 
 ~StandaloneAODProducerSpec () override=default
 
void run (o2::framework::ProcessingContext &pc) final
 
void init (o2::framework::InitContext &ic) 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 29 of file StandaloneAODProducerSpec.h.

Constructor & Destructor Documentation

◆ StandaloneAODProducerSpec()

o2::phos::StandaloneAODProducerSpec::StandaloneAODProducerSpec ( )

Definition at line 32 of file StandaloneAODProducerSpec.cxx.

◆ ~StandaloneAODProducerSpec()

o2::phos::StandaloneAODProducerSpec::~StandaloneAODProducerSpec ( )
overridedefault

Member Function Documentation

◆ endOfStream()

void o2::phos::StandaloneAODProducerSpec::endOfStream ( o2::framework::EndOfStreamContext context)
finalvirtual

This is invoked whenever we have an EndOfStream event.

Reimplemented from o2::framework::Task.

Definition at line 145 of file StandaloneAODProducerSpec.cxx.

◆ init()

void o2::phos::StandaloneAODProducerSpec::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 38 of file StandaloneAODProducerSpec.cxx.

◆ run()

void o2::phos::StandaloneAODProducerSpec::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 47 of file StandaloneAODProducerSpec.cxx.


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