CMS 3D CMS Logo

/data/doxygen/doxygen-1.7.3/gen/CMSSW_4_2_8/src/SimMuon/MCTruth/src/CSCTruthTest.h

Go to the documentation of this file.
00001 // user include files
00002 #include "FWCore/Framework/interface/Frameworkfwd.h"
00003 #include "FWCore/Framework/interface/EDAnalyzer.h"
00004 #include "SimMuon/MCTruth/interface/MuonTruth.h"
00005 
00006 
00007 class CSCTruthTest : public edm::EDAnalyzer {
00008 public:
00009   explicit CSCTruthTest(const edm::ParameterSet&);
00010   ~CSCTruthTest();
00011 
00012 
00013 private:
00014 
00015   virtual void analyze(const edm::Event&, const edm::EventSetup&);
00016   const edm::ParameterSet& conf_;
00017 
00018 };
00019