Project
Loading...
Searching...
No Matches
o2::aodmcproducer::AODMcProducerWorkflowDPL Class Reference

#include <AODMcProducerWorkflowSpec.h>

Inherits o2::framework::Task.

Public Types

using MCEventHeader = dataformats::MCEventHeader
 
using McCollisions = aod::McCollisions
 
using McParticles = aod::StoredMcParticles
 
using Origins = aod::Origins
 
using XSections = aod::HepMCXSections
 
using PdfInfos = aod::HepMCPdfInfos
 
using HeavyIons = aod::HepMCHeavyIons
 
using MCKinematicsReader = steer::MCKinematicsReader
 

Public Member Functions

 AODMcProducerWorkflowDPL ()=default
 
 ~AODMcProducerWorkflowDPL () override=default
 
void init (InitContext &ic) final
 
void run (ProcessingContext &pc) final
 
void endOfStream (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 35 of file AODMcProducerWorkflowSpec.h.

Member Typedef Documentation

◆ HeavyIons

Definition at line 51 of file AODMcProducerWorkflowSpec.h.

◆ McCollisions

◆ MCEventHeader

◆ MCKinematicsReader

◆ McParticles

◆ Origins

◆ PdfInfos

Definition at line 50 of file AODMcProducerWorkflowSpec.h.

◆ XSections

Definition at line 49 of file AODMcProducerWorkflowSpec.h.

Constructor & Destructor Documentation

◆ AODMcProducerWorkflowDPL()

o2::aodmcproducer::AODMcProducerWorkflowDPL::AODMcProducerWorkflowDPL ( )
default

◆ ~AODMcProducerWorkflowDPL()

o2::aodmcproducer::AODMcProducerWorkflowDPL::~AODMcProducerWorkflowDPL ( )
overridedefault

Member Function Documentation

◆ endOfStream()

void o2::aodmcproducer::AODMcProducerWorkflowDPL::endOfStream ( EndOfStreamContext context)
finalvirtual

This is invoked whenever we have an EndOfStream event.

Reimplemented from o2::framework::Task.

Definition at line 281 of file AODMcProducerWorkflowSpec.cxx.

◆ init()

void o2::aodmcproducer::AODMcProducerWorkflowDPL::init ( 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 28 of file AODMcProducerWorkflowSpec.cxx.

◆ run()

void o2::aodmcproducer::AODMcProducerWorkflowDPL::run ( ProcessingContext context)
finalvirtual

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

Implements o2::framework::Task.

Definition at line 120 of file AODMcProducerWorkflowSpec.cxx.


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