![]() |
Project
|
Inherits o2::framework::Task.
Public Member Functions | |
void | init (o2::framework::InitContext &ic) final |
void | run (o2::framework::ProcessingContext &pc) final |
![]() | |
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. | |
Public Attributes | |
int | mNbinsY {400} |
float | mMinY {-200.} |
float | mMaxY {200.} |
int | mAmpThreshold {10} |
int | mTimeWindow {153} |
uint8_t | mPMbitsToCheck {0b11111110} |
uint8_t | mPMbitsGood {0b01001000} |
uint64_t | mTrgBitsToCheck {0b11110000} |
uint64_t | mTrgBitsGood {0b10010000} |
Static Public Attributes | |
static constexpr int | sNCHANNELS = Geometry::Nchannels |
static constexpr int | sNCHANNELS_A = 4 * Geometry::NCellsA |
Definition at line 29 of file FT0TimeSpectraProcessor-Workflow.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 45 of file FT0TimeSpectraProcessor-Workflow.cxx.
|
inlinefinalvirtual |
This is invoked whenever a new InputRecord is demeed to be complete.
Implements o2::framework::Task.
Definition at line 60 of file FT0TimeSpectraProcessor-Workflow.cxx.
int o2::ft0::FT0TimeSpectraProcessor::mAmpThreshold {10} |
Definition at line 39 of file FT0TimeSpectraProcessor-Workflow.cxx.
float o2::ft0::FT0TimeSpectraProcessor::mMaxY {200.} |
Definition at line 38 of file FT0TimeSpectraProcessor-Workflow.cxx.
float o2::ft0::FT0TimeSpectraProcessor::mMinY {-200.} |
Definition at line 37 of file FT0TimeSpectraProcessor-Workflow.cxx.
int o2::ft0::FT0TimeSpectraProcessor::mNbinsY {400} |
Definition at line 36 of file FT0TimeSpectraProcessor-Workflow.cxx.
uint8_t o2::ft0::FT0TimeSpectraProcessor::mPMbitsGood {0b01001000} |
Definition at line 42 of file FT0TimeSpectraProcessor-Workflow.cxx.
uint8_t o2::ft0::FT0TimeSpectraProcessor::mPMbitsToCheck {0b11111110} |
Definition at line 41 of file FT0TimeSpectraProcessor-Workflow.cxx.
int o2::ft0::FT0TimeSpectraProcessor::mTimeWindow {153} |
Definition at line 40 of file FT0TimeSpectraProcessor-Workflow.cxx.
uint64_t o2::ft0::FT0TimeSpectraProcessor::mTrgBitsGood {0b10010000} |
Definition at line 44 of file FT0TimeSpectraProcessor-Workflow.cxx.
uint64_t o2::ft0::FT0TimeSpectraProcessor::mTrgBitsToCheck {0b11110000} |
Definition at line 43 of file FT0TimeSpectraProcessor-Workflow.cxx.
|
staticconstexpr |
Definition at line 33 of file FT0TimeSpectraProcessor-Workflow.cxx.
|
staticconstexpr |
Definition at line 34 of file FT0TimeSpectraProcessor-Workflow.cxx.