![]() |
Project
|
Inherits o2::framework::Task.
Public Types | |
| enum | TrackDecision : char { NA , REMOVE , REDUCE , KEEP } |
Public Member Functions | |
| TPCDataFilter (std::shared_ptr< DataRequest > dr, GTrackID::mask_t src, bool useMC) | |
| ~TPCDataFilter () final=default | |
| void | init (InitContext &ic) final |
| void | run (ProcessingContext &pc) final |
| void | finaliseCCDB (ConcreteDataMatcher &matcher, void *obj) final |
| void | process (o2::globaltracking::RecoContainer &recoData) |
| void | sendOutput (ProcessingContext &pc) |
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. | |
Definition at line 48 of file TPCDataFilter.cxx.
| Enumerator | |
|---|---|
| NA | |
| REMOVE | |
| REDUCE | |
| KEEP | |
Definition at line 51 of file TPCDataFilter.cxx.
|
inline |
Definition at line 56 of file TPCDataFilter.cxx.
|
finaldefault |
|
finalvirtual |
This is invoked whenever a new CCDB object associated to a given ConcreteDataMatcher is deserialised
Reimplemented from o2::framework::Task.
Definition at line 274 of file TPCDataFilter.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 88 of file TPCDataFilter.cxx.
| void o2::global::TPCDataFilter::process | ( | o2::globaltracking::RecoContainer & | recoData | ) |
Definition at line 146 of file TPCDataFilter.cxx.
|
finalvirtual |
This is invoked whenever a new InputRecord is demeed to be complete.
Implements o2::framework::Task.
Definition at line 97 of file TPCDataFilter.cxx.
| void o2::global::TPCDataFilter::sendOutput | ( | ProcessingContext & | pc | ) |
Definition at line 107 of file TPCDataFilter.cxx.