15#ifndef ALICE_O2_TPC_HALFSAMPADATA_H_
16#define ALICE_O2_TPC_HALFSAMPADATA_H_
56 short getChannel(
int channel)
const {
return mData[channel]; };
70 int getID()
const {
return mID; };
81 std::array<short, 16>&
getData() {
return mData; };
99 std::array<short, 16> mData;
Class to store data from one half SAMPA.
bool operator!=(const HalfSAMPAData &rhs) const
std::array< short, 16 > & getData()
friend std::ostream & operator<<(std::ostream &out, const HalfSAMPAData &s)
std::ostream & Print(std::ostream &output) const
short getChannel(int channel) const
short operator[](int index) const
void setChannel(int channel, short value)
short & operator[](int index)
HalfSAMPAData()
Default constructor.
~HalfSAMPAData()
Destructor.
void reset()
Resets internal storage.
bool operator==(const HalfSAMPAData &rhs) const
GLsizei const GLfloat * value
a couple of static helper functions to create timestamp values for CCDB queries or override obsolete ...