CMS 3D CMS Logo

 All Classes Namespaces Files Functions Variables Typedefs Enumerations Enumerator Properties Friends Macros Pages
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"),
14  latency_(sistrip::invalid_)
15 {;}
16 
17 // ----------------------------------------------------------------------------
18 //
20  : CommissioningAnalysis("ApvLatencyAnalysis"),
21  latency_(sistrip::invalid_)
22 {;}
23 
24 // ----------------------------------------------------------------------------
25 //
28 }
29 
30 // ----------------------------------------------------------------------------
31 //
32 void ApvLatencyAnalysis::print( std::stringstream& ss, uint32_t not_used ) {
33  header( ss );
34  ss << " APV latency setting : " << latency_ << "\n";
35 }
void print(std::stringstream &, uint32_t not_used=0)
virtual void header(std::stringstream &) const
static const uint16_t invalid_
Definition: Constants.h:17
list key
Definition: combine.py:13
Abstract base for derived classes that provide analysis of commissioning histograms.