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 
8 
10 {
11 public:
13  const edm::InputTag & inputTag,
14  bool doSim);
16  void analyze(const edm::Event&, const edm::EventSetup&);
17 
18  void plotResolution(const PSimHit & hit, const CSCWireDigi & digi,
19  const CSCLayer * layer, int chamberType);
20 
21  private:
27 
28 };
29 
30 #endif
31 
MonitorElement * theNDigisPerEventPlot
MonitorElement * theResolutionPlots[10]
MonitorElement * theNDigisPerLayerPlots[10]
void plotResolution(const PSimHit &hit, const CSCWireDigi &digi, const CSCLayer *layer, int chamberType)
MonitorElement * theTimeBinPlots[10]
void analyze(const edm::Event &, const edm::EventSetup &)
CSCWireDigiValidation(DQMStore *dbe, const edm::InputTag &inputTag, bool doSim)