![]() |
Project
|
Coverter task for PHOS digits to raw. More...
#include <RawWriterSpec.h>
Inherits o2::framework::Task.
Public Member Functions | |
| RawWriterSpec () | |
| Constructor. | |
| ~RawWriterSpec () override=default | |
| Destructor. | |
| void | init (framework::InitContext &ctx) final |
| Initializing the RawWriterSpec. | |
| void | run (framework::ProcessingContext &ctx) final |
| Run conversion of digits to cells. | |
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 | finaliseCCDB (ConcreteDataMatcher &matcher, void *obj) |
| virtual void | stop () |
| This is invoked on stop. | |
Coverter task for PHOS digits to raw.
Task converting a vector of PHOS digits to raw file
Definition at line 33 of file RawWriterSpec.h.
|
inline |
Constructor.
| propagateMC | If true the MCTruthContainer is propagated to the output |
Definition at line 38 of file RawWriterSpec.h.
|
overridedefault |
Destructor.
|
finalvirtual |
Initializing the RawWriterSpec.
| ctx | Init context |
Reimplemented from o2::framework::Task.
Definition at line 29 of file RawWriterSpec.cxx.
|
finalvirtual |
Run conversion of digits to cells.
| ctx | Processing context |
Converting the input vector of o2::phos::Digit to file with raw data
The following branches are linked: Input digits: {"PHS", "DIGITS", 0, Lifetime::Timeframe} Input digit trigger records: {"PHS", "DIGITTRS", 0, Lifetime::Timeframe}
Implements o2::framework::Task.
Definition at line 42 of file RawWriterSpec.cxx.