10 #ifndef OpDetWaveform_h 11 #define OpDetWaveform_h 51 std::vector< uint16_t > rhs )
55 this->reserve(rhs.size());
56 for (
unsigned int i =0; i < rhs.size(); i++)
57 this->push_back(rhs[i]);
64 std::vector<ADC_Count_t>&
Waveform() {
return *
this; }
67 static_assert(
sizeof(
unsigned long long)==8,
"unsigned long long is not 8 bytes");
104 return (*lhs) < (*rhs);
bool operator<(const OpDetWaveform &lhs, const OpDetWaveform &rhs)
double TimeStamp_t
us since 1970, based on TimeService
auto vector(Vector const &v)
Returns a manipulator which will print the specified array.