29 return os <<
key.sector <<
" " <<
key.station <<
" " <<
key.plane <<
" " <<
key.channel;
35 Key key{key1, key2, key3, key4};
43 os <<
"\nSECTOR STATION PLANE CHANNEL SAMPLES \n";
44 for (
const auto& kv :
data.binMap_) {
45 os << kv.first <<
"\n[";
46 for (
size_t i = 0;
i < kv.second.size(); ++
i)
47 os << (
i > 0 ?
", " :
"") << kv.second.at(
i);
friend std::ostream & operator<<(std::ostream &os, const PPSTimingCalibrationLUT &data)
std::vector< double > bins(int key1, int key2, int key3, int key4) const
key
prepare the HTCondor submission files and eventually submit them
char data[epos_bytes_allocation]
Helper structure for indexing calibration data.
bool operator<(const Key &rhs) const
Comparison operator.