Project
Loading...
Searching...
No Matches
o2::its::ITSThresholdAggregator Class Reference

#include <ThresholdAggregatorSpec.h>

Inherits o2::framework::Task.

Public Member Functions

 ITSThresholdAggregator ()
 
 ~ITSThresholdAggregator () 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.
 
void finalize (EndOfStreamContext *ec)
 
void stop () final
 This is invoked on stop.
 
- Public Member Functions inherited from o2::framework::Task
virtual ~Task ()
 
virtual void finaliseCCDB (ConcreteDataMatcher &matcher, void *obj)
 

Detailed Description

Definition at line 47 of file ThresholdAggregatorSpec.h.

Constructor & Destructor Documentation

◆ ITSThresholdAggregator()

o2::its::ITSThresholdAggregator::ITSThresholdAggregator ( )

Definition at line 27 of file ThresholdAggregatorSpec.cxx.

◆ ~ITSThresholdAggregator()

o2::its::ITSThresholdAggregator::~ITSThresholdAggregator ( )
overridedefault

Member Function Documentation

◆ endOfStream()

void o2::its::ITSThresholdAggregator::endOfStream ( EndOfStreamContext context)
finalvirtual

This is invoked whenever we have an EndOfStream event.

Reimplemented from o2::framework::Task.

Definition at line 241 of file ThresholdAggregatorSpec.cxx.

◆ finalize()

void o2::its::ITSThresholdAggregator::finalize ( EndOfStreamContext ec)

Definition at line 110 of file ThresholdAggregatorSpec.cxx.

◆ init()

void o2::its::ITSThresholdAggregator::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 33 of file ThresholdAggregatorSpec.cxx.

◆ run()

void o2::its::ITSThresholdAggregator::run ( 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 ThresholdAggregatorSpec.cxx.

◆ stop()

void o2::its::ITSThresholdAggregator::stop ( )
finalvirtual

This is invoked on stop.

Reimplemented from o2::framework::Task.

Definition at line 224 of file ThresholdAggregatorSpec.cxx.


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