12#ifndef ALICEO2_PHOS_TRIGGERRECORD_H 
   13#define ALICEO2_PHOS_TRIGGERRECORD_H 
   40  void setDataRange(
int firstentry, 
int nentries) { mDataRange.set(firstentry, nentries); }
 
 
Class to refer to the 1st entry and N elements of some group in the continuous container.
 
Header for data corresponding to the same hardware trigger adapted from DataFormatsEMCAL/TriggerRecor...
 
void setBCData(const BCData &data)
 
TriggerRecord(const BCData &bunchcrossing, int firstentry, int nentries)
 
void setNumberOfObjects(int nentries)
 
void setDataRange(int firstentry, int nentries)
 
void PrintStream(std::ostream &stream) const
 
int getFirstEntry() const
 
int getNumberOfObjects() const
 
void setIndexFirstObject(int firstentry)
 
const BCData & getBCData() const
 
std::ostream & operator<<(std::ostream &in, const BadChannelsMap &bcm)
Printing bad channel map on the stream.
 
a couple of static helper functions to create timestamp values for CCDB queries or override obsolete ...