CMS 3D CMS Logo

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   MuonTruth theTruth;  
00017 
00018 };
00019 

Generated on Tue Jun 9 17:47:34 2009 for CMSSW by  doxygen 1.5.4