CMS 3D CMS Logo

ApvLatencyAnalysis.cc
Go to the documentation of this file.
5 #include <iostream>
6 #include <cmath>
7 
8 using namespace sistrip;
9 
10 // ----------------------------------------------------------------------------
11 //
13  : CommissioningAnalysis(key, "ApvLatencyAnalysis"), latency_(sistrip::invalid_) {
14  ;
15 }
16 
17 // ----------------------------------------------------------------------------
18 //
20  ;
21 }
22 
23 // ----------------------------------------------------------------------------
24 //
26 
27 // ----------------------------------------------------------------------------
28 //
29 void ApvLatencyAnalysis::print(std::stringstream& ss, uint32_t not_used) {
30  header(ss);
31  ss << " APV latency setting : " << latency_ << "\n";
32 }
sistrip classes
void print(std::stringstream &, uint32_t not_used=0) override
static const uint16_t invalid_
Definition: Constants.h:16
virtual void header(std::stringstream &) const
Abstract base for derived classes that provide analysis of commissioning histograms.
void reset() override