Definition at line 11 of file LatencyTask.h.
void LatencyTask::book |
( |
| ) |
|
|
overrideprivatevirtual |
Reimplemented from CommissioningTask.
Definition at line 30 of file LatencyTask.cc.
31 LogDebug(
"Commissioning") <<
"[LatencyTask::book]";
41 LogDebug(
"Commissioning") <<
"[LatencyTask::book] using existing histogram.";
44 LogDebug(
"Commissioning") <<
"[LatencyTask::book] booking a new histogram in " <<
dqm()->
pwd();
69 LogDebug(
"Commissioning") <<
"[LatencyTask::book] booking a new histogram in " <<
dqm()->
pwd();
74 detkeypartition.key(),
96 LogDebug(
"Commissioning") <<
"[LatencyTask::book] using existing histogram.";
99 LogDebug(
"Commissioning") <<
"[LatencyTask::book] booking a new histogram in " <<
dqm()->
pwd();
121 LogDebug(
"Commissioning") <<
"[LatencyTask::book] booking a new histogram in " <<
dqm()->
pwd();
126 detkeypartition.key(),
142 LogDebug(
"Commissioning") <<
"[LatencyTask::book] done";
References sistrip::APV_LATENCY, cluster_, sistrip::extrainfo::clusterCharge_, clusterPartition_, CommissioningTask::connection(), sistrip::DET_KEY, CommissioningTask::dqm(), sistrip::EXPERT_HISTO, HIGHBIN, CommissioningTask::HistoSet::histo(), CommissioningTask::HistoSet::isProfile_, SiStripKey::key(), LogDebug, LOWBIN, seedmultiplicitymonitor_newtracking_cfi::nBins, NBINS, sistrip::extrainfo::occupancy_, sistrip::PARTITION, SiStripKey::path(), dqm::implementation::DQMStore::pwd(), dqm::implementation::DQMStore::setCurrentFolder(), AlCaHLTBitMon_QueryRunRegistry::string, timing_, timingPartition_, runGCPTkAlMap::title, sistrip::TRACKER, CommissioningTask::HistoSet::vNumOfEntries_, CommissioningTask::HistoSet::vSumOfContents_, and CommissioningTask::HistoSet::vSumOfSquares_.
Reimplemented from CommissioningTask.
Definition at line 147 of file LatencyTask.cc.
148 LogDebug(
"Commissioning") <<
"[LatencyTask::fill]";
150 int32_t
delay = static_cast<int32_t>(
summary.latency());
153 float correctedDelay = 0.;
154 LogDebug(
"Commissioning") <<
"[LatencyTask::fill]; the delay is " <<
delay;
156 unsigned int nclusters = 0;
164 correctedDelay =
delay * (-25.);
167 LogDebug(
"Commissioning") <<
"[LatencyTask::fill]; using a hit with value " << (digis.
data[
strip].adc() & 0xff)
168 <<
" at corrected delay of " << correctedDelay <<
" in bin " <<
bin;
170 LogDebug(
"Commissioning") <<
"HistoSet timing Updated " <<
strip <<
" " << digis.
data.size();
172 LogDebug(
"Commissioning") <<
"HistoSet timingPartition Updated " <<
strip <<
" " << digis.
data.size();
177 LogDebug(
"Commissioning") <<
"[LatencyTask::fill]; occupancy is " << nclusters;
References newFWLiteAna::bin, cluster_, clusterPartition_, edm::DetSet< T >::data, phase2TrackerDigitizer_cfi::delay, firstReading_, HIGHBIN, createfilelist::int, LogDebug, LOWBIN, NBINS, digitizers_cfi::strip, edmLumisInFiles::summary, timing_, timingPartition_, and CommissioningTask::updateHistoSet().