![]() |
Project
|
Inherits o2::framework::Task.
Classes | |
| struct | TagInfo |
Public Types | |
| using | TagInfos = std::vector< TagInfo > |
Public Member Functions | |
| DCSConfigDevice ()=default | |
| void | init (o2::framework::InitContext &ic) final |
| void | run (o2::framework::ProcessingContext &pc) final |
| void | writeRootFile (int tag) |
| void | endOfStream (o2::framework::EndOfStreamContext &ec) 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) |
Static Public Member Functions | |
| static TagInfos | readTagInfos (gsl::span< const char > configBuff) |
Definition at line 61 of file DCSConfigSpec.cxx.
| using o2::tpc::DCSConfigDevice::TagInfos = std::vector<TagInfo> |
Definition at line 74 of file DCSConfigSpec.cxx.
|
default |
|
inlinefinalvirtual |
This is invoked whenever we have an EndOfStream event.
Reimplemented from o2::framework::Task.
Definition at line 84 of file DCSConfigSpec.cxx.
|
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 134 of file DCSConfigSpec.cxx.
|
static |
Definition at line 376 of file DCSConfigSpec.cxx.
|
finalvirtual |
This is invoked whenever a new InputRecord is demeed to be complete.
Implements o2::framework::Task.
Definition at line 154 of file DCSConfigSpec.cxx.
|
inlinefinalvirtual |
This is invoked on stop.
Reimplemented from o2::framework::Task.
Definition at line 89 of file DCSConfigSpec.cxx.
Definition at line 367 of file DCSConfigSpec.cxx.