CMS 3D CMS Logo

ParticleFlowForChargedMETProducer.h
Go to the documentation of this file.
1 #ifndef RECOMET_METPRODUCERS_PARTICLEFLOWFORCHARGEDMETPRODUCER_H
2 #define RECOMET_METPRODUCERS_PARTICLEFLOWFORCHARGEDMETPRODUCER_H
3 
4 /*
5  Producer of collection of charged PF candidates beloning to the main PV
6  Author: Marco Zanetti, MIT
7 */
8 
14 
17 
18 namespace reco {
20  public:
23 
24  private:
25  void produce(edm::Event&, const edm::EventSetup&) override;
26 
29 
32 
33  double dzCut;
35  };
36 } // namespace reco
37 
38 #endif
reco::ParticleFlowForChargedMETProducer::pvCollectionToken
edm::EDGetTokenT< VertexCollection > pvCollectionToken
Definition: ParticleFlowForChargedMETProducer.h:30
reco::ParticleFlowForChargedMETProducer::produce
void produce(edm::Event &, const edm::EventSetup &) override
Definition: ParticleFlowForChargedMETProducer.cc:23
edm::EDGetTokenT< VertexCollection >
reco::ParticleFlowForChargedMETProducer::neutralEtThreshold
double neutralEtThreshold
Definition: ParticleFlowForChargedMETProducer.h:34
EDProducer.h
reco
fixed size matrix
Definition: AlignmentAlgorithmBase.h:45
MakerMacros.h
reco::ParticleFlowForChargedMETProducer::~ParticleFlowForChargedMETProducer
~ParticleFlowForChargedMETProducer() override
Definition: ParticleFlowForChargedMETProducer.cc:58
reco::ParticleFlowForChargedMETProducer::dzCut
double dzCut
Definition: ParticleFlowForChargedMETProducer.h:33
edm::ParameterSet
Definition: ParameterSet.h:47
Event.h
edm::stream::EDProducer
Definition: EDProducer.h:38
reco::ParticleFlowForChargedMETProducer
Definition: ParticleFlowForChargedMETProducer.h:19
edm::EventSetup
Definition: EventSetup.h:57
VertexFwd.h
reco::ParticleFlowForChargedMETProducer::pfCandidatesToken
edm::EDGetTokenT< PFCandidateCollection > pfCandidatesToken
Definition: ParticleFlowForChargedMETProducer.h:31
Frameworkfwd.h
reco::ParticleFlowForChargedMETProducer::pfCollectionLabel
edm::InputTag pfCollectionLabel
Definition: ParticleFlowForChargedMETProducer.h:27
ParameterSet.h
reco::ParticleFlowForChargedMETProducer::pvCollectionLabel
edm::InputTag pvCollectionLabel
Definition: ParticleFlowForChargedMETProducer.h:28
edm::Event
Definition: Event.h:73
reco::ParticleFlowForChargedMETProducer::ParticleFlowForChargedMETProducer
ParticleFlowForChargedMETProducer(const edm::ParameterSet &)
Definition: ParticleFlowForChargedMETProducer.cc:10
edm::InputTag
Definition: InputTag.h:15
PFCandidateFwd.h