Back to home page

Project CMSSW displayed by LXR

 
 

    


File indexing completed on 2024-04-06 12:24:01

0001 #include "FWCore/Framework/interface/MakerMacros.h"
0002 
0003 /*
0004   This is an example of using the PatMuonAnalyzer class to do a simple analysis of muons 
0005   using the full framework and cmsRun. You can find the example to use this code in 
0006   PhysicsTools/PatExamples/test/....
0007 */
0008 #include "PhysicsTools/UtilAlgos/interface/EDAnalyzerWrapper.h"
0009 #include "PhysicsTools/PatExamples/interface/PatMuonAnalyzer.h"
0010 
0011 typedef edm::AnalyzerWrapper<PatMuonAnalyzer> PatMuonEDAnalyzer;
0012 DEFINE_FWK_MODULE(PatMuonEDAnalyzer);