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 
24 
26 
28 
32 
35 
36 #include <string>
37 
38 
39 namespace pat {
40 
41  class LeptonLRCalc;
42 
44 
45  public:
46 
47  explicit PATPFParticleProducer(const edm::ParameterSet & iConfig);
48  ~PATPFParticleProducer() override;
49 
50  void produce(edm::Event & iEvent, const edm::EventSetup& iSetup) override;
51 
52  private:
53 
54  // configurables
59  std::vector<edm::EDGetTokenT<edm::Association<reco::GenParticleCollection> > > genMatchTokens_;
60  // tools
62 
65 
68 
71 
72 
73  };
74 
75 
76 }
77 
78 #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:230
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_