CMS 3D CMS Logo

PFCand_NoPU_WithAM.h
Go to the documentation of this file.
1 #ifndef PFCand_NoPU_WithAM_h
2 #define PFCand_NoPU_WithAM_h
3 
4 // -*- C++ -*-
5 //
6 // Package: PFCand_NoPU_WithAM
7 // Class: PFCand_NoPU_WithAM
8 //
14 //
15 // Original Author: Matthias Geisler,32 4-B20,+41227676487,
16 // Created: Thu Dec 1 16:07:41 CET 2011
17 // $Id: PFCand_NoPU_WithAM.h,v 1.2 2012/04/18 15:09:23 mgeisler Exp $
18 //
19 //
20 #include <string>
21 
26 
31 
34 
37 
38 //
39 // constants, enums and typedefs
40 //
45 
46 typedef std::pair<reco::PFCandidateRef, int> PFCandQualityPair;
47 typedef std::vector<PFCandQualityPair> PFCandQualityPairVector;
48 
49 //
50 // class declaration
51 //
52 
54 public:
55  explicit PFCand_NoPU_WithAM(const edm::ParameterSet&);
56  ~PFCand_NoPU_WithAM() override;
57 
58  static void fillDescriptions(edm::ConfigurationDescriptions& descriptions);
59 
60 private:
61  void produce(edm::Event&, const edm::EventSetup&) override;
62 
63  // ----------member data ---------------------------
64 
66 
69 
71 
73 };
74 
75 #endif
PFCand_NoPU_WithAM::token_VertexCollection_
edm::EDGetTokenT< reco::VertexCollection > token_VertexCollection_
Definition: PFCand_NoPU_WithAM.h:70
VertexToPFCandAssMap
edm::AssociationMap< edm::OneToManyWithQuality< reco::PFCandidateCollection, reco::VertexCollection, int > > VertexToPFCandAssMap
Definition: PFCand_NoPU_WithAM.h:44
Handle.h
EDProducer.h
PFCandidate.h
PFCand_NoPU_WithAM
Definition: PFCand_NoPU_WithAM.h:53
edm::EDGetTokenT
Definition: EDGetToken.h:33
AssociationMap.h
PFCandToVertexAssMap
edm::AssociationMap< edm::OneToManyWithQuality< reco::VertexCollection, reco::PFCandidateCollection, int > > PFCandToVertexAssMap
Definition: PFCand_NoPU_WithAM.h:42
PFCand_NoPU_WithAM::token_VertexToPFCandAssMap_
edm::EDGetTokenT< VertexToPFCandAssMap > token_VertexToPFCandAssMap_
Definition: PFCand_NoPU_WithAM.h:68
PFCand_NoPU_WithAM::~PFCand_NoPU_WithAM
~PFCand_NoPU_WithAM() override
Definition: PFCand_NoPU_WithAM.cc:77
PFCand_NoPU_WithAM::produce
void produce(edm::Event &, const edm::EventSetup &) override
Definition: PFCand_NoPU_WithAM.cc:87
OneToManyWithQuality.h
PFCand_NoPU_WithAM::PFCand_NoPU_WithAM
PFCand_NoPU_WithAM(const edm::ParameterSet &)
Definition: PFCand_NoPU_WithAM.cc:44
PFCandQualityPair
std::pair< reco::PFCandidateRef, int > PFCandQualityPair
Definition: PFCand_NoPU_WithAM.h:46
PFCandQualityPairVector
std::vector< PFCandQualityPair > PFCandQualityPairVector
Definition: PFCand_NoPU_WithAM.h:47
edm::ConfigurationDescriptions
Definition: ConfigurationDescriptions.h:28
Vertex.h
PFCand_NoPU_WithAM::fillDescriptions
static void fillDescriptions(edm::ConfigurationDescriptions &descriptions)
Definition: PFCand_NoPU_WithAM.cc:172
edm::ParameterSet
Definition: ParameterSet.h:36
edm::AssociationMap
Definition: AssociationMap.h:48
OneToManyWithQualityGeneric.h
edm::EventSetup
Definition: EventSetup.h:57
PFCand_NoPU_WithAM::input_AssociationType_
edm::InputTag input_AssociationType_
Definition: PFCand_NoPU_WithAM.h:65
InputTag.h
VertexFwd.h
Frameworkfwd.h
PFCand_NoPU_WithAM::input_MinQuality_
int input_MinQuality_
Definition: PFCand_NoPU_WithAM.h:72
edm::EDProducer
Definition: EDProducer.h:36
ParameterSet.h
PFCand_NoPU_WithAM::token_PFCandToVertexAssMap_
edm::EDGetTokenT< PFCandToVertexAssMap > token_PFCandToVertexAssMap_
Definition: PFCand_NoPU_WithAM.h:67
edm::Event
Definition: Event.h:73
edm::InputTag
Definition: InputTag.h:15
PFCandidateFwd.h