Project
Loading...
Searching...
No Matches
o2::fit::FITDataReaderDPLSpec< RawReaderType > Class Template Reference

#include <FITDataReaderDPLSpec.h>

Inherits o2::framework::Task.

Public Types

typedef RawReaderType RawReader_t
 

Public Member Functions

 FITDataReaderDPLSpec (const RawReaderType &rawReader, const ConcreteDataMatcher &matcherChMapCCDB, bool isSampledRawData, bool updateCCDB)
 
 FITDataReaderDPLSpec ()=delete
 
 ~FITDataReaderDPLSpec () override=default
 
void init (InitContext &ic) final
 
void run (ProcessingContext &pc) final
 
void finaliseCCDB (ConcreteDataMatcher &matcher, void *obj) final
 
- Public Member Functions inherited from o2::framework::Task
virtual ~Task ()
 
virtual void endOfStream (EndOfStreamContext &context)
 This is invoked whenever we have an EndOfStream event.
 
virtual void stop ()
 This is invoked on stop.
 

Public Attributes

RawReader_t mRawReader
 
ConcreteDataMatcher mMatcherChMapCCDB
 
bool mIsSampledRawData
 
bool mUpdateCCDB {true}
 
bool mDumpMetrics {false}
 

Detailed Description

template<typename RawReaderType>
class o2::fit::FITDataReaderDPLSpec< RawReaderType >

Definition at line 43 of file FITDataReaderDPLSpec.h.

Member Typedef Documentation

◆ RawReader_t

template<typename RawReaderType >
typedef RawReaderType o2::fit::FITDataReaderDPLSpec< RawReaderType >::RawReader_t

Definition at line 49 of file FITDataReaderDPLSpec.h.

Constructor & Destructor Documentation

◆ FITDataReaderDPLSpec() [1/2]

template<typename RawReaderType >
o2::fit::FITDataReaderDPLSpec< RawReaderType >::FITDataReaderDPLSpec ( const RawReaderType &  rawReader,
const ConcreteDataMatcher matcherChMapCCDB,
bool  isSampledRawData,
bool  updateCCDB 
)
inline

Definition at line 46 of file FITDataReaderDPLSpec.h.

◆ FITDataReaderDPLSpec() [2/2]

template<typename RawReaderType >
o2::fit::FITDataReaderDPLSpec< RawReaderType >::FITDataReaderDPLSpec ( )
delete

◆ ~FITDataReaderDPLSpec()

template<typename RawReaderType >
o2::fit::FITDataReaderDPLSpec< RawReaderType >::~FITDataReaderDPLSpec ( )
overridedefault

Member Function Documentation

◆ finaliseCCDB()

template<typename RawReaderType >
void o2::fit::FITDataReaderDPLSpec< RawReaderType >::finaliseCCDB ( ConcreteDataMatcher matcher,
void obj 
)
inlinefinalvirtual

This is invoked whenever a new CCDB object associated to a given ConcreteDataMatcher is deserialised

Reimplemented from o2::framework::Task.

Definition at line 156 of file FITDataReaderDPLSpec.h.

◆ init()

template<typename RawReaderType >
void o2::fit::FITDataReaderDPLSpec< RawReaderType >::init ( 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 55 of file FITDataReaderDPLSpec.h.

◆ run()

template<typename RawReaderType >
void o2::fit::FITDataReaderDPLSpec< RawReaderType >::run ( ProcessingContext context)
inlinefinalvirtual

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

Implements o2::framework::Task.

Definition at line 83 of file FITDataReaderDPLSpec.h.

Member Data Documentation

◆ mDumpMetrics

template<typename RawReaderType >
bool o2::fit::FITDataReaderDPLSpec< RawReaderType >::mDumpMetrics {false}

Definition at line 54 of file FITDataReaderDPLSpec.h.

◆ mIsSampledRawData

template<typename RawReaderType >
bool o2::fit::FITDataReaderDPLSpec< RawReaderType >::mIsSampledRawData

Definition at line 52 of file FITDataReaderDPLSpec.h.

◆ mMatcherChMapCCDB

template<typename RawReaderType >
ConcreteDataMatcher o2::fit::FITDataReaderDPLSpec< RawReaderType >::mMatcherChMapCCDB

Definition at line 51 of file FITDataReaderDPLSpec.h.

◆ mRawReader

template<typename RawReaderType >
RawReader_t o2::fit::FITDataReaderDPLSpec< RawReaderType >::mRawReader

Definition at line 50 of file FITDataReaderDPLSpec.h.

◆ mUpdateCCDB

template<typename RawReaderType >
bool o2::fit::FITDataReaderDPLSpec< RawReaderType >::mUpdateCCDB {true}

Definition at line 53 of file FITDataReaderDPLSpec.h.


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