CMS 3D CMS Logo

CSCDigiValidation.h

Go to the documentation of this file.
00001 #ifndef CSCDigiValidation_H
00002 #define CSCDigiValidation_H
00003 
00004 // user include files
00005 
00006 #include "FWCore/Framework/interface/Event.h"
00007 #include "FWCore/Framework/interface/ESHandle.h"
00008 #include "FWCore/Framework/interface/EDAnalyzer.h"
00009 
00010 #include "DQMServices/Core/interface/DQMStore.h"
00011 #include "SimMuon/MCTruth/interface/PSimHitMap.h"
00012 #include "Geometry/CSCGeometry/interface/CSCGeometry.h"
00013 
00014 class CSCStripDigiValidation;
00015 class CSCWireDigiValidation;
00016 class CSCComparatorDigiValidation;
00017 
00018 class CSCDigiValidation : public edm::EDAnalyzer {
00019 public:
00020   explicit CSCDigiValidation(const edm::ParameterSet&);
00021   ~CSCDigiValidation();
00022   virtual void analyze(const edm::Event&, const edm::EventSetup&);
00023   virtual void beginJob(const edm::EventSetup&){} 
00024   virtual void endJob() ;
00025  
00026 
00027  private:
00028   DQMStore* dbe_;
00029   std::string outputFile_;
00030   PSimHitMap theSimHitMap;
00031   CSCGeometry * theCSCGeometry;
00032 
00033   CSCStripDigiValidation      * theStripDigiValidation;
00034   CSCWireDigiValidation       * theWireDigiValidation;
00035   CSCComparatorDigiValidation * theComparatorDigiValidation;
00036 
00037 };
00038 
00039 #endif
00040 

Generated on Tue Jun 9 17:49:24 2009 for CMSSW by  doxygen 1.5.4