CMS 3D CMS Logo

VpspScanAnalysis.h
Go to the documentation of this file.
1 #ifndef CondFormats_SiStripObjects_VpspScanAnalysis_H
2 #define CondFormats_SiStripObjects_VpspScanAnalysis_H
3 
6 #include <sstream>
7 #include <vector>
8 #include <cstdint>
9 
16 public:
17  // ---------- con(de)structors ----------
18 
19  VpspScanAnalysis(const uint32_t& key);
20 
22 
23  ~VpspScanAnalysis() override { ; }
24 
25  friend class VpspScanAlgorithm;
26 
27  // ---------- public interface ----------
28 
30  bool isValid() const override;
31 
33  inline const VInt& vpsp() const;
34 
36  inline const VInt& adcLevel() const;
37 
39  inline const VInt& fraction() const;
40 
42  inline const VInt& topEdge() const;
43 
45  inline const VInt& bottomEdge() const;
46 
48  inline const VInt& topLevel() const;
49 
51  inline const VInt& bottomLevel() const;
52 
53  // ---------- misc ----------
54 
56  void print(std::stringstream&, uint32_t not_used = 0) override;
57 
59  void summary(std::stringstream&) const override;
60 
62  void reset() override;
63 
64  // ---------- private member data ----------
65 
66 private:
69 
71 
73 
75 
77 
79 
81 };
82 
83 // ---------- Inline methods ----------
84 
92 
93 #endif // CondFormats_SiStripObjects_VpspScanAnalysis_H
bool isValid() const override
const VInt & vpsp() const
const VInt & bottomEdge() const
void print(std::stringstream &, uint32_t not_used=0) override
const VInt & topLevel() const
const VInt & bottomLevel() const
const VInt & fraction() const
key
prepare the HTCondor submission files and eventually submit them
std::vector< uint16_t > VInt
Histogram-based analysis for VPSP scan.
const VInt & adcLevel() const
~VpspScanAnalysis() override
Histogram-based analysis for VPSP scan.
const VInt & topEdge() const
Abstract base for derived classes that provide analysis of commissioning histograms.
void reset() override
void summary(std::stringstream &) const override