![]() |
Project
|
#include <Digitizer.h>
Inherits o2::InteractionRecord.
Public Attributes | |
std::vector< o2::fv0::MCLabel > | labels |
std::array< ChannelDigitF, Constants::nFv0Channels > | mPmtChargeVsTime = {} |
![]() | |
uint16_t | bc = DummyBC |
bunch crossing ID of interaction | |
uint32_t | orbit = DummyOrbit |
LHC orbit. | |
Additional Inherited Members | |
![]() | |
static constexpr InteractionRecord | getIRMaxBC () |
static double | bc2ns (int bc, unsigned int orbit) |
static int | ns2bc (double ns, unsigned int &orb) |
static InteractionRecord | long2IR (int64_t l) |
![]() | |
static constexpr uint16_t | DummyBC = 0xffff |
static constexpr uint32_t | DummyOrbit = 0xffffffff |
static constexpr double | DummyTime = DummyBC * o2::constants::lhc::LHCBunchSpacingNS + DummyOrbit * o2::constants::lhc::LHCOrbitNS |
static constexpr int64_t | MaxGlobalBCs = (int64_t(DummyOrbit) * o2::constants::lhc::LHCMaxBunches) + (o2::constants::lhc::LHCMaxBunches - 1) |
Definition at line 71 of file Digitizer.h.
|
inline |
Definition at line 75 of file Digitizer.h.
|
inline |
Definition at line 83 of file Digitizer.h.
void o2::fv0::Digitizer::BCCache::print | ( | ) | const |
std::vector<o2::fv0::MCLabel> o2::fv0::Digitizer::BCCache::labels |
Definition at line 72 of file Digitizer.h.
std::array<ChannelDigitF, Constants::nFv0Channels> o2::fv0::Digitizer::BCCache::mPmtChargeVsTime = {} |
Definition at line 73 of file Digitizer.h.