![]() |
Project
|
#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} |
Definition at line 43 of file FITDataReaderDPLSpec.h.
| typedef RawReaderType o2::fit::FITDataReaderDPLSpec< RawReaderType >::RawReader_t |
Definition at line 49 of file FITDataReaderDPLSpec.h.
|
inline |
Definition at line 46 of file FITDataReaderDPLSpec.h.
|
delete |
|
overridedefault |
|
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.
|
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.
|
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.
| bool o2::fit::FITDataReaderDPLSpec< RawReaderType >::mDumpMetrics {false} |
Definition at line 54 of file FITDataReaderDPLSpec.h.
| bool o2::fit::FITDataReaderDPLSpec< RawReaderType >::mIsSampledRawData |
Definition at line 52 of file FITDataReaderDPLSpec.h.
| ConcreteDataMatcher o2::fit::FITDataReaderDPLSpec< RawReaderType >::mMatcherChMapCCDB |
Definition at line 51 of file FITDataReaderDPLSpec.h.
| RawReader_t o2::fit::FITDataReaderDPLSpec< RawReaderType >::mRawReader |
Definition at line 50 of file FITDataReaderDPLSpec.h.
| bool o2::fit::FITDataReaderDPLSpec< RawReaderType >::mUpdateCCDB {true} |
Definition at line 53 of file FITDataReaderDPLSpec.h.