Project
Loading...
Searching...
No Matches
o2::emcal::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.
 

Static Public Member Functions

static const chargetCellBinding ()
 
static const chargetCellTriggerRecordBinding ()
 

Detailed Description

Definition at line 30 of file StandaloneAODProducerSpec.h.

Constructor & Destructor Documentation

◆ StandaloneAODProducerSpec()

o2::emcal::StandaloneAODProducerSpec::StandaloneAODProducerSpec ( )

Definition at line 30 of file StandaloneAODProducerSpec.cxx.

◆ ~StandaloneAODProducerSpec()

o2::emcal::StandaloneAODProducerSpec::~StandaloneAODProducerSpec ( )
overridedefault

Member Function Documentation

◆ endOfStream()

void o2::emcal::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.

◆ getCellBinding()

static const char * o2::emcal::StandaloneAODProducerSpec::getCellBinding ( )
inlinestatic

Definition at line 39 of file StandaloneAODProducerSpec.h.

◆ getCellTriggerRecordBinding()

static const char * o2::emcal::StandaloneAODProducerSpec::getCellTriggerRecordBinding ( )
inlinestatic

Definition at line 40 of file StandaloneAODProducerSpec.h.

◆ init()

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

◆ run()

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


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