CMS 3D CMS Logo

 All Classes Namespaces Files Functions Variables Typedefs Enumerations Enumerator Properties Friends Macros Pages
SiStripGainRandomCalculator.h
Go to the documentation of this file.
1 #ifndef CalibTracker_SiStripChannelGain_SiStripGainRandomCalculator_h
2 #define CalibTracker_SiStripChannelGain_SiStripGainRandomCalculator_h
3 // -*- C++ -*-
4 //
5 // Package: SiStripApvGainCalculator
6 // Class: SiStripApvGainCalculator
7 //
15 //
16 // Original Author: Dorian Kcira, Pierre Rodeghiero
17 // Created: Mon Nov 20 10:04:31 CET 2006
18 // $Id: SiStripGainRandomCalculator.h,v 1.1 2007/06/13 14:03:35 gbruno Exp $
19 //
20 //
21 
22 
25 #include <vector>
26 
27 class SiStripGainRandomCalculator : public ConditionDBWriter<SiStripApvGain> {
28 
29 public:
30 
33 
34 private:
35 
36  void algoAnalyze(const edm::Event &, const edm::EventSetup &);
37 
39 
40 private:
41 
42  double meanGain_;
43  double sigmaGain_;
45 
46  std::vector< std::pair<uint32_t, unsigned short> > detid_apvs_;
47  unsigned long long m_cacheID_;
49 
50 };
51 #endif
void algoAnalyze(const edm::Event &, const edm::EventSetup &)
SiStripGainRandomCalculator(const edm::ParameterSet &)
std::vector< std::pair< uint32_t, unsigned short > > detid_apvs_