CMS 3D CMS Logo

 All Classes Namespaces Files Functions Variables Typedefs Enumerations Enumerator Properties Friends Macros Pages
PATPFParticleProducer.h
Go to the documentation of this file.
1 //
2 // $Id: PATPFParticleProducer.h,v 1.7 2010/02/20 21:00:26 wmtan Exp $
3 //
4 
5 #ifndef PhysicsTools_PatAlgos_PATPFParticleProducer_h
6 #define PhysicsTools_PatAlgos_PATPFParticleProducer_h
7 
25 
27 
29 
33 
34 #include <string>
35 
36 
37 namespace pat {
38 
39  class LeptonLRCalc;
40 
42 
43  public:
44 
45  explicit PATPFParticleProducer(const edm::ParameterSet & iConfig);
47 
48  virtual void produce(edm::Event & iEvent, const edm::EventSetup & iSetup);
49 
50  private:
51  void
53  const edm::InputTag& tag,
54  const edm::Event& iSetup) const;
55 
56  // configurables
61  std::vector<edm::InputTag> genMatchSrc_;
62  // tools
64 
67 
70 
71 
72  };
73 
74 
75 }
76 
77 #endif
virtual void produce(edm::Event &iEvent, const edm::EventSetup &iSetup)
pat::helper::KinResolutionsLoader resolutionLoader_
PATPFParticleProducer(const edm::ParameterSet &iConfig)
std::vector< edm::InputTag > genMatchSrc_
int iEvent
Definition: GenABIO.cc:243
pat::helper::EfficiencyLoader efficiencyLoader_
Produces pat::PFParticle&#39;s.
void fetchCandidateCollection(edm::Handle< edm::View< reco::PFCandidate > > &c, const edm::InputTag &tag, const edm::Event &iSetup) const
GreaterByPt< PFParticle > pTComparator_