CMS 3D CMS Logo

CSCWireDigiValidation.h
Go to the documentation of this file.
1 #ifndef CSCWireDigiValidation_H
2 #define CSCWireDigiValidation_H
3 
5 
11 
13 public:
15  ~CSCWireDigiValidation() override;
17  void analyze(const edm::Event &, const edm::EventSetup &) override;
18  void plotResolution(const PSimHit &hit, const CSCWireDigi &digi, const CSCLayer *layer, int chamberType);
19 
20 private:
22  bool doSim_;
27 };
28 
29 #endif
MonitorElement * theNDigisPerEventPlot
MonitorElement * theResolutionPlots[10]
edm::EDGetTokenT< CSCWireDigiCollection > wires_Token_
MonitorElement * theNDigisPerLayerPlots[10]
CSCWireDigiValidation(const edm::InputTag &inputTag, edm::ConsumesCollector &&iC, bool doSim)
void plotResolution(const PSimHit &hit, const CSCWireDigi &digi, const CSCLayer *layer, int chamberType)
MonitorElement * theTimeBinPlots[10]
void bookHistograms(DQMStore::IBooker &)
void analyze(const edm::Event &, const edm::EventSetup &) override