Project
Loading...
Searching...
No Matches
o2::tpc::TrackAndClusterFilterDevice Class Reference

Inherits o2::framework::Task.

Public Member Functions

 TrackAndClusterFilterDevice ()=default
 
 TrackAndClusterFilterDevice (bool writeMC)
 
void init (o2::framework::InitContext &ic) final
 
void run (o2::framework::ProcessingContext &pc) final
 
void endOfStream (o2::framework::EndOfStreamContext &) final
 This is invoked whenever we have an EndOfStream event.
 
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 37 of file TrackAndClusterFilterSpec.cxx.

Constructor & Destructor Documentation

◆ TrackAndClusterFilterDevice() [1/2]

o2::tpc::TrackAndClusterFilterDevice::TrackAndClusterFilterDevice ( )
default

◆ TrackAndClusterFilterDevice() [2/2]

o2::tpc::TrackAndClusterFilterDevice::TrackAndClusterFilterDevice ( bool  writeMC)
inline

Definition at line 41 of file TrackAndClusterFilterSpec.cxx.

Member Function Documentation

◆ endOfStream()

void o2::tpc::TrackAndClusterFilterDevice::endOfStream ( o2::framework::EndOfStreamContext context)
inlinefinalvirtual

This is invoked whenever we have an EndOfStream event.

Reimplemented from o2::framework::Task.

Definition at line 107 of file TrackAndClusterFilterSpec.cxx.

◆ init()

void o2::tpc::TrackAndClusterFilterDevice::init ( o2::framework::InitContext context)
inlinefinalvirtual

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 43 of file TrackAndClusterFilterSpec.cxx.

◆ run()

void o2::tpc::TrackAndClusterFilterDevice::run ( o2::framework::ProcessingContext context)
inlinefinalvirtual

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

Implements o2::framework::Task.

Definition at line 80 of file TrackAndClusterFilterSpec.cxx.

◆ stop()

void o2::tpc::TrackAndClusterFilterDevice::stop ( )
inlinefinalvirtual

This is invoked on stop.

Reimplemented from o2::framework::Task.

Definition at line 112 of file TrackAndClusterFilterSpec.cxx.


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