CMS 3D CMS Logo

 All Classes Namespaces Files Functions Variables Typedefs Enumerations Enumerator Properties Friends Macros Pages
SiStripNoisesDQM.h
Go to the documentation of this file.
1 #ifndef SiStripMonitorSummary_SiStripNoisesDQM_h
2 #define SiStripMonitorSummary_SiStripNoisesDQM_h
3 
4 
6 
11 
13 
14  public:
15 
16  SiStripNoisesDQM(const edm::EventSetup & eSetup,
17  edm::ParameterSet const& hPSet,
18  edm::ParameterSet const& fPSet);
19 
20  virtual ~SiStripNoisesDQM();
21 
22  void getActiveDetIds(const edm::EventSetup & eSetup);
23 
24  void fillMEsForDet(const ModMEs& selModME_,uint32_t selDetId_, const TrackerTopology* tTopo);
25  void fillMEsForLayer( /*std::map<uint32_t, ModMEs> selModMEsMap_, */ uint32_t selDetId_, const TrackerTopology* tTopo);
26 
27  unsigned long long getCache(const edm::EventSetup & eSetup){ return eSetup.get<SiStripNoisesRcd>().cacheIdentifier();}
28 
29  void getConditionObject(const edm::EventSetup & eSetup){
30  eSetup.get<SiStripNoisesRcd>().get(noiseHandle_);
32  }
33 
34  private:
39 
40 };
41 
42 #endif
void fillMEsForDet(const ModMEs &selModME_, uint32_t selDetId_, const TrackerTopology *tTopo)
virtual ~SiStripNoisesDQM()
unsigned long long cacheID_memory
SiStripNoisesDQM(const edm::EventSetup &eSetup, edm::ParameterSet const &hPSet, edm::ParameterSet const &fPSet)
edm::ESHandle< SiStripNoises > noiseHandle_
void getActiveDetIds(const edm::EventSetup &eSetup)
void getConditionObject(const edm::EventSetup &eSetup)
const T & get() const
Definition: EventSetup.h:56
edm::ESHandle< SiStripApvGain > gainHandle_
unsigned long long cacheID_current
unsigned long long getCache(const edm::EventSetup &eSetup)
void fillMEsForLayer(uint32_t selDetId_, const TrackerTopology *tTopo)