![]() |
Project
|
#include <EventsPerBcCalibrator.h>
Public Member Functions | |
| EventsPerBcContainer (int32_t minAmplitudeSideA, int32_t minAmplitudeSideC) | |
| size_t | getEntries () const |
| void | print () const |
| void | fill (const o2::dataformats::TFIDInfo &ti, const gsl::span< const o2::ft0::Digit > data) |
| void | merge (const EventsPerBcContainer *prev) |
| ClassDefNV (EventsPerBcContainer, 1) | |
Public Attributes | |
| const int32_t | mMinAmplitudeSideA |
| const int32_t | mMinAmplitudeSideC |
| std::array< double, o2::constants::lhc::LHCMaxBunches > | mTvx {0.0} |
| size_t | entries {0} |
| long | startTimeStamp {0} |
| long | stopTimeStamp {0} |
Definition at line 33 of file EventsPerBcCalibrator.h.
|
inline |
Definition at line 34 of file EventsPerBcCalibrator.h.
| o2::ft0::EventsPerBcContainer::ClassDefNV | ( | EventsPerBcContainer | , |
| 1 | |||
| ) |
| void o2::ft0::EventsPerBcContainer::fill | ( | const o2::dataformats::TFIDInfo & | ti, |
| const gsl::span< const o2::ft0::Digit > | data | ||
| ) |
Definition at line 22 of file EventsPerBcCalibrator.cxx.
|
inline |
Definition at line 36 of file EventsPerBcCalibrator.h.
| void o2::ft0::EventsPerBcContainer::merge | ( | const EventsPerBcContainer * | prev | ) |
Definition at line 34 of file EventsPerBcCalibrator.cxx.
| void o2::ft0::EventsPerBcContainer::print | ( | ) | const |
Definition at line 17 of file EventsPerBcCalibrator.cxx.
| size_t o2::ft0::EventsPerBcContainer::entries {0} |
Definition at line 45 of file EventsPerBcCalibrator.h.
| const int32_t o2::ft0::EventsPerBcContainer::mMinAmplitudeSideA |
Definition at line 41 of file EventsPerBcCalibrator.h.
| const int32_t o2::ft0::EventsPerBcContainer::mMinAmplitudeSideC |
Definition at line 42 of file EventsPerBcCalibrator.h.
| std::array<double, o2::constants::lhc::LHCMaxBunches> o2::ft0::EventsPerBcContainer::mTvx {0.0} |
Definition at line 44 of file EventsPerBcCalibrator.h.
| long o2::ft0::EventsPerBcContainer::startTimeStamp {0} |
Definition at line 46 of file EventsPerBcCalibrator.h.
| long o2::ft0::EventsPerBcContainer::stopTimeStamp {0} |
Definition at line 47 of file EventsPerBcCalibrator.h.