Go to the source code of this file.
◆ operator<<() [1/2]
◆ operator<<() [2/2]
Definition at line 57 of file PPSTimingCalibration.cc.
References data, mps_fire::i, crabWrapper::key, and hcalRecHitTable_cff::time.
58 os <<
"FORMULA: " <<
data.formula_ <<
"\nDB SAMPIC CHANNEL CELL PARAMETERS TIME_OFFSET\n";
59 for (
const auto& kv :
data.parameters_) {
60 os << kv.first <<
" [";
61 for (
size_t i = 0;
i < kv.second.size(); ++
i)
62 os << (
i > 0 ?
", " :
"") << kv.second.at(
i);
65 if (
data.timeInfo_.find(
key) ==
data.timeInfo_.end())
66 key = {kv.first.db, kv.first.sampic, kv.first.channel, -1};
69 os <<
"] " <<
time.first <<
" " <<
time.second <<
"\n";
Helper structure for indexing calibration data.
char data[epos_bytes_allocation]