CMS 3D CMS Logo

PATPFParticleProducer.h
Go to the documentation of this file.
1 //
2 //
3 
4 #ifndef PhysicsTools_PatAlgos_PATPFParticleProducer_h
5 #define PhysicsTools_PatAlgos_PATPFParticleProducer_h
6 
23 
25 
27 
31 
34 
35 #include <string>
36 
37 namespace pat {
38 
39  class LeptonLRCalc;
40 
42  public:
43  explicit PATPFParticleProducer(const edm::ParameterSet& iConfig);
44  ~PATPFParticleProducer() override;
45 
46  void produce(edm::Event& iEvent, const edm::EventSetup& iSetup) override;
47 
48  private:
49  // configurables
54  std::vector<edm::EDGetTokenT<edm::Association<reco::GenParticleCollection> > > genMatchTokens_;
55  // tools
57 
60 
63 
66  };
67 
68 } // namespace pat
69 
70 #endif
Assists in assimilating all pat::UserData into pat objects.
pat::helper::KinResolutionsLoader resolutionLoader_
std::vector< edm::EDGetTokenT< edm::Association< reco::GenParticleCollection > > > genMatchTokens_
PATPFParticleProducer(const edm::ParameterSet &iConfig)
Definition: HeavyIon.h:7
int iEvent
Definition: GenABIO.cc:224
pat::helper::EfficiencyLoader efficiencyLoader_
edm::EDGetTokenT< edm::View< reco::PFCandidate > > pfCandidateToken_
Produces pat::PFParticle&#39;s.
pat::PATUserDataHelper< pat::PFParticle > userDataHelper_
void produce(edm::Event &iEvent, const edm::EventSetup &iSetup) override
GreaterByPt< PFParticle > pTComparator_