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

Inherits o2::framework::Task.

Public Types

using FEEIDType = rdh_utils::FEEIDType
 

Public Member Functions

 IDCToVectorDevice (const std::vector< uint32_t > &crus)
 
void init (o2::framework::InitContext &ic) final
 
void run (o2::framework::ProcessingContext &pc) final
 
void closeFiles ()
 
void stop () final
 This is invoked on stop.
 
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)
 

Detailed Description

Definition at line 62 of file IDCToVectorSpec.cxx.

Member Typedef Documentation

◆ FEEIDType

Constructor & Destructor Documentation

◆ IDCToVectorDevice()

o2::tpc::IDCToVectorDevice::IDCToVectorDevice ( const std::vector< uint32_t > &  crus)
inline

Definition at line 66 of file IDCToVectorSpec.cxx.

Member Function Documentation

◆ closeFiles()

void o2::tpc::IDCToVectorDevice::closeFiles ( )
inline

Definition at line 325 of file IDCToVectorSpec.cxx.

◆ endOfStream()

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

This is invoked whenever we have an EndOfStream event.

Reimplemented from o2::framework::Task.

Definition at line 346 of file IDCToVectorSpec.cxx.

◆ init()

void o2::tpc::IDCToVectorDevice::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 68 of file IDCToVectorSpec.cxx.

◆ run()

void o2::tpc::IDCToVectorDevice::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 126 of file IDCToVectorSpec.cxx.

◆ stop()

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

This is invoked on stop.

Reimplemented from o2::framework::Task.

Definition at line 340 of file IDCToVectorSpec.cxx.


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