CMS 3D CMS Logo

 All Classes Namespaces Files Functions Variables Typedefs Enumerations Enumerator Properties Friends Macros Pages
CSCWireDigiValidation.h
Go to the documentation of this file.
1 #ifndef CSCWireDigiValidation_H
2 #define CSCWireDigiValidation_H
3 
5 
10 
12 {
13 public:
15  const edm::InputTag & inputTag,
16  edm::ConsumesCollector && /* iC */,
17  bool doSim);
19  void analyze(const edm::Event&, const edm::EventSetup&);
20 
21  void plotResolution(const PSimHit & hit, const CSCWireDigi & digi,
22  const CSCLayer * layer, int chamberType);
23 
24 private:
30 
31 };
32 
33 #endif
34 
MonitorElement * theNDigisPerEventPlot
MonitorElement * theResolutionPlots[10]
MonitorElement * theNDigisPerLayerPlots[10]
void plotResolution(const PSimHit &hit, const CSCWireDigi &digi, const CSCLayer *layer, int chamberType)
MonitorElement * theTimeBinPlots[10]
CSCWireDigiValidation(DQMStore *dbe, const edm::InputTag &inputTag, edm::ConsumesCollector &&, bool doSim)
void analyze(const edm::Event &, const edm::EventSetup &)