CMS 3D CMS Logo

/data/refman/pasoursint/CMSSW_4_1_8_patch13/src/SimMuon/CSCDigitizer/src/CSCDigiDump.h

Go to the documentation of this file.
00001 #ifndef CSCDigitizer_CSCDigiDump_h
00002 #define CSCDigitizer_CSCDigiDump_h
00003 
00004 #include "FWCore/Framework/interface/EDAnalyzer.h"
00005 #include "FWCore/ParameterSet/interface/ParameterSet.h"
00006 #include <string>
00007 
00008 class CSCDigiDump : public edm::EDAnalyzer {
00009 public:
00010   explicit CSCDigiDump(edm::ParameterSet const& conf);
00011   virtual void analyze(edm::Event const& e, edm::EventSetup const& c);
00012 
00013 private:
00014   edm::InputTag wireDigiTag_;
00015   edm::InputTag stripDigiTag_;
00016   edm::InputTag comparatorDigiTag_;
00017 };
00018 
00019 #endif
00020