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 //
43 
44 typedef std::pair<reco::PFCandidateRef, int> PFCandQualityPair;
45 typedef std::vector<PFCandQualityPair > PFCandQualityPairVector;
46 
47 //
48 // class declaration
49 //
50 
51 
53  public:
54  explicit PFCand_NoPU_WithAM(const edm::ParameterSet&);
55  ~PFCand_NoPU_WithAM() override;
56 
57  static void fillDescriptions(edm::ConfigurationDescriptions& descriptions);
58 
59  private:
60  void produce(edm::Event&, const edm::EventSetup&) override;
61 
62  // ----------member data ---------------------------
63 
65 
68 
70 
72 };
73 
74 
75 #endif
edm::EDGetTokenT< reco::VertexCollection > token_VertexCollection_
edm::EDGetTokenT< VertexToPFCandAssMap > token_VertexToPFCandAssMap_
edm::EDGetTokenT< PFCandToVertexAssMap > token_PFCandToVertexAssMap_
static void fillDescriptions(edm::ConfigurationDescriptions &descriptions)
edm::AssociationMap< edm::OneToManyWithQuality< reco::PFCandidateCollection, reco::VertexCollection, int > > VertexToPFCandAssMap
std::pair< reco::PFCandidateRef, int > PFCandQualityPair
~PFCand_NoPU_WithAM() override
void produce(edm::Event &, const edm::EventSetup &) override
PFCand_NoPU_WithAM(const edm::ParameterSet &)
edm::AssociationMap< edm::OneToManyWithQuality< reco::VertexCollection, reco::PFCandidateCollection, int > > PFCandToVertexAssMap
edm::InputTag input_AssociationType_
std::vector< PFCandQualityPair > PFCandQualityPairVector