CMS 3D CMS Logo

 All Classes Namespaces Files Functions Variables Typedefs Enumerations Enumerator Properties Friends Macros Pages
SiStripPedestalsDQM.h
Go to the documentation of this file.
1 #ifndef SiStripMonitorSummary_SiStripPedestalsDQM_h
2 #define SiStripMonitorSummary_SiStripPedestalsDQM_h
3 
4 
6 
9 
10 
12 
13  public:
14 
15  SiStripPedestalsDQM(const edm::EventSetup & eSetup,
16  edm::ParameterSet const& hPSet,
17  edm::ParameterSet const& fPSet);
18 
19  virtual ~SiStripPedestalsDQM();
20 
21  void getActiveDetIds(const edm::EventSetup & eSetup);
22 
23  void fillModMEs(const std::vector<uint32_t> & selectedDetIds, const edm::EventSetup& es);
24  void fillSummaryMEs(const std::vector<uint32_t> & selectedDetIds, const edm::EventSetup& es);
25 
26  void fillMEsForDet(const ModMEs& selModME_,uint32_t selDetId_, const TrackerTopology* tTopo);
27  void fillMEsForLayer( /*std::map<uint32_t, ModMEs> selModMEsMap_, */ uint32_t selDetId_, const TrackerTopology* tTopo);
28 
29  unsigned long long getCache(const edm::EventSetup & eSetup){ return eSetup.get<SiStripPedestalsRcd>().cacheIdentifier();}
30 
31  void getConditionObject(const edm::EventSetup & eSetup){
34  }
35 
36  private:
38 
39 };
40 
41 #endif
edm::ESHandle< SiStripPedestals > pedestalHandle_
void fillModMEs(const std::vector< uint32_t > &selectedDetIds, const edm::EventSetup &es)
SiStripPedestalsDQM(const edm::EventSetup &eSetup, edm::ParameterSet const &hPSet, edm::ParameterSet const &fPSet)
void fillSummaryMEs(const std::vector< uint32_t > &selectedDetIds, const edm::EventSetup &es)
unsigned long long cacheID_memory
void fillMEsForDet(const ModMEs &selModME_, uint32_t selDetId_, const TrackerTopology *tTopo)
void getConditionObject(const edm::EventSetup &eSetup)
const T & get() const
Definition: EventSetup.h:56
void getActiveDetIds(const edm::EventSetup &eSetup)
void fillMEsForLayer(uint32_t selDetId_, const TrackerTopology *tTopo)
unsigned long long cacheID_current
unsigned long long getCache(const edm::EventSetup &eSetup)