12#ifndef DETECTORS_ZDC_DIGITIZER_TEST_H_
13#define DETECTORS_ZDC_DIGITIZER_TEST_H_
49 float myShift,
bool hasJitter =
true);
50 const std::vector<o2::zdc::OrbitData>&
getZDCOrbitData()
const {
return zdcOrbitData; }
51 const std::vector<o2::zdc::BCData>&
getZDCBCData()
const {
return zdcBCData; }
58 static constexpr int BCCacheMin = -1, BCCacheMax = 5, NBC2Cache = 1 + BCCacheMax - BCCacheMin;
59 std::string mCCDBServer =
"";
63 std::deque<Digitizer::BCCache> mCache;
66 std::vector<o2::zdc::OrbitData> zdcOrbitData;
67 std::vector<o2::zdc::BCData> zdcBCData;
68 std::vector<o2::zdc::ChannelData> zdcChData;
Class to describe fired triggered and/or stored channels for the BC and to refer to channel data.
Class to describe pedestal data accumulated over the orbit.
double add(int ic, float myAmp, const o2::InteractionRecord irpk, float myShift, bool hasJitter=true)
const std::vector< o2::zdc::OrbitData > & getZDCOrbitData() const
void setCCDBServer(const std::string &s)
const std::vector< o2::zdc::ChannelData > & getZDCChannelData() const
o2::zdc::Digitizer::BCCache & getCreateBCCache(const o2::InteractionRecord &ir)
void setMask(uint32_t ich, uint32_t mask)
const std::vector< o2::zdc::BCData > & getZDCBCData() const
struct o2::upgrades_utils::@463 zdc
structure to keep FT0 information
a couple of static helper functions to create timestamp values for CCDB queries or override obsolete ...
o2::InteractionRecord ir(0, 0)