Main Page
Namespaces
Classes
Package Documentation
PhysicsTools
PatExamples
plugins
PatMuonEDAnalyzer.cc
Go to the documentation of this file.
1
#include "
FWCore/Framework/interface/MakerMacros.h
"
2
3
/*
4
This is an example of using the PatMuonAnalyzer class to do a simple analysis of muons
5
using the full framework and cmsRun. You can find the example to use this code in
6
PhysicsTools/PatExamples/test/....
7
*/
8
#include "
PhysicsTools/UtilAlgos/interface/EDAnalyzerWrapper.h
"
9
#include "
PhysicsTools/PatExamples/interface/PatMuonAnalyzer.h
"
10
11
typedef
edm::AnalyzerWrapper<PatMuonAnalyzer>
PatMuonEDAnalyzer
;
12
DEFINE_FWK_MODULE
(
PatMuonEDAnalyzer
);
13
14
EDAnalyzerWrapper.h
MakerMacros.h
DEFINE_FWK_MODULE
#define DEFINE_FWK_MODULE(type)
Definition:
MakerMacros.h:16
PatMuonAnalyzer.h
edm::AnalyzerWrapper
Definition:
EDAnalyzerWrapper.h:48
PatMuonEDAnalyzer
edm::AnalyzerWrapper< PatMuonAnalyzer > PatMuonEDAnalyzer
Definition:
PatMuonEDAnalyzer.cc:11
Generated for CMSSW Reference Manual by
1.8.11