![]() |
Project
|
Example task for CPV digits monitoring. More...
#include <DigitsPrinterSpec.h>
Inherits o2::framework::Task.
Public Member Functions | |
DigitsPrinterSpec ()=default | |
Constructor. | |
~DigitsPrinterSpec () override=default | |
Destructor. | |
void | init (framework::InitContext &ctx) final |
Initializing the digits printer task. | |
void | run (framework::ProcessingContext &ctx) final |
Printing digit-related information. | |
![]() | |
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. | |
Example task for CPV digits monitoring.
Example payload for workflows using o2::cpv::Digit as payload. Printing several digit-related information for each digit. Refer to run for the list of input spec to be specified.
Definition at line 32 of file DigitsPrinterSpec.h.
|
default |
Constructor.
|
overridedefault |
Destructor.
|
finalvirtual |
Initializing the digits printer task.
ctx | Init context |
Reimplemented from o2::framework::Task.
Definition at line 26 of file DigitsPrinterSpec.cxx.
|
finalvirtual |
Printing digit-related information.
ctx | Processing context |
Printing energy and absID for each digit. Following input branches are linked:
Implements o2::framework::Task.
Definition at line 30 of file DigitsPrinterSpec.cxx.