|  | Project
    | 
Inherits o2::framework::Task.
| Public Member Functions | |
| TrackAndClusterFilterDevice ()=default | |
| TrackAndClusterFilterDevice (bool writeMC) | |
| void | init (o2::framework::InitContext &ic) final | 
| void | run (o2::framework::ProcessingContext &pc) final | 
| void | endOfStream (o2::framework::EndOfStreamContext &) 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) | 
Definition at line 37 of file TrackAndClusterFilterSpec.cxx.
| 
 | default | 
| 
 | inline | 
Definition at line 41 of file TrackAndClusterFilterSpec.cxx.
| 
 | inlinefinalvirtual | 
This is invoked whenever we have an EndOfStream event.
Reimplemented from o2::framework::Task.
Definition at line 107 of file TrackAndClusterFilterSpec.cxx.
| 
 | 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 43 of file TrackAndClusterFilterSpec.cxx.
| 
 | inlinefinalvirtual | 
This is invoked whenever a new InputRecord is demeed to be complete.
Implements o2::framework::Task.
Definition at line 80 of file TrackAndClusterFilterSpec.cxx.
| 
 | inlinefinalvirtual | 
This is invoked on stop.
Reimplemented from o2::framework::Task.
Definition at line 112 of file TrackAndClusterFilterSpec.cxx.