CMS 3D CMS Logo

 All Classes Namespaces Files Functions Variables Typedefs Enumerations Enumerator Properties Friends Macros Pages
RecoMuonFromPFProducer.h
Go to the documentation of this file.
1 #ifndef RecoMuonFromPFProducer_h_
2 #define RecoMuonFromPFProducer_h_
3 
4 
5 // system include files
6 #include <string>
7 
8 // user include files
12 
13 // useful?
15 
17 
24  public:
27 
28  virtual void produce(edm::Event&, const edm::EventSetup&);
29  virtual void beginJob();
30  virtual void beginRun(edm::Run &, const edm::EventSetup &);
31 
32  private:
33 
35 
37  bool verbose_;
38 };
39 
40 #endif
virtual void produce(edm::Event &, const edm::EventSetup &)
virtual void beginRun(edm::Run &, const edm::EventSetup &)
RecoMuonFromPFProducer(const edm::ParameterSet &)
Definition: Run.h:32
Produces a collection of reco::Muons referred to by the PFCandidates of type muons in a collection of...