Project
Loading...
Searching...
No Matches
o2::ft0::FT0TimeSpectraProcessor Class Referencefinal

Inherits o2::framework::Task.

Public Member Functions

void init (o2::framework::InitContext &ic) final
 
void run (o2::framework::ProcessingContext &pc) final
 
- 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.
 

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
 

Detailed Description

Definition at line 29 of file FT0TimeSpectraProcessor-Workflow.cxx.

Member Function Documentation

◆ init()

void o2::ft0::FT0TimeSpectraProcessor::init ( o2::framework::InitContext context)
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.

◆ run()

void o2::ft0::FT0TimeSpectraProcessor::run ( o2::framework::ProcessingContext context)
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.

Member Data Documentation

◆ mAmpThreshold

int o2::ft0::FT0TimeSpectraProcessor::mAmpThreshold {10}

Definition at line 39 of file FT0TimeSpectraProcessor-Workflow.cxx.

◆ mMaxY

float o2::ft0::FT0TimeSpectraProcessor::mMaxY {200.}

Definition at line 38 of file FT0TimeSpectraProcessor-Workflow.cxx.

◆ mMinY

float o2::ft0::FT0TimeSpectraProcessor::mMinY {-200.}

Definition at line 37 of file FT0TimeSpectraProcessor-Workflow.cxx.

◆ mNbinsY

int o2::ft0::FT0TimeSpectraProcessor::mNbinsY {400}

Definition at line 36 of file FT0TimeSpectraProcessor-Workflow.cxx.

◆ mPMbitsGood

uint8_t o2::ft0::FT0TimeSpectraProcessor::mPMbitsGood {0b01001000}

Definition at line 42 of file FT0TimeSpectraProcessor-Workflow.cxx.

◆ mPMbitsToCheck

uint8_t o2::ft0::FT0TimeSpectraProcessor::mPMbitsToCheck {0b11111110}

Definition at line 41 of file FT0TimeSpectraProcessor-Workflow.cxx.

◆ mTimeWindow

int o2::ft0::FT0TimeSpectraProcessor::mTimeWindow {153}

Definition at line 40 of file FT0TimeSpectraProcessor-Workflow.cxx.

◆ mTrgBitsGood

uint64_t o2::ft0::FT0TimeSpectraProcessor::mTrgBitsGood {0b10010000}

Definition at line 44 of file FT0TimeSpectraProcessor-Workflow.cxx.

◆ mTrgBitsToCheck

uint64_t o2::ft0::FT0TimeSpectraProcessor::mTrgBitsToCheck {0b11110000}

Definition at line 43 of file FT0TimeSpectraProcessor-Workflow.cxx.

◆ sNCHANNELS

constexpr int o2::ft0::FT0TimeSpectraProcessor::sNCHANNELS = Geometry::Nchannels
staticconstexpr

Definition at line 33 of file FT0TimeSpectraProcessor-Workflow.cxx.

◆ sNCHANNELS_A

constexpr int o2::ft0::FT0TimeSpectraProcessor::sNCHANNELS_A = 4 * Geometry::NCellsA
staticconstexpr

Definition at line 34 of file FT0TimeSpectraProcessor-Workflow.cxx.


The documentation for this class was generated from the following file: