CMS 3D CMS Logo

PFCand_AssoMap.h
Go to the documentation of this file.
1 #ifndef PFCand_AssoMap_h
2 #define PFCand_AssoMap_h
3 
4 // -*- C++ -*-
5 //
6 // Package: PFCand_AssoMap
7 // Class: PFCand_AssoMap
8 //
13 //
14 // Original Author: Matthias Geisler
15 // Created: Wed Apr 18 14:48:37 CEST 2012
16 // $Id: PFCand_AssoMap.h,v 1.7 2012/10/10 11:45:01 mgeisler Exp $
17 //
18 //
19 
22 
25 
27 
29 
31 
32 //
33 // class declaration
34 //
35 
37 public:
38  explicit PFCand_AssoMap(const edm::ParameterSet&);
39  ~PFCand_AssoMap() override;
40 
41  static void fillDescriptions(edm::ConfigurationDescriptions& descriptions);
42 
43 private:
44  void produce(edm::Event&, const edm::EventSetup&) override;
45 
46  // ----------member data ---------------------------
47 
49 
51 };
52 
53 #endif
static void fillDescriptions(edm::ConfigurationDescriptions &descriptions)
edm::InputTag input_AssociationType_
~PFCand_AssoMap() override
edm::EDGetTokenT< reco::PFCandidateCollection > token_PFCandidates_
void produce(edm::Event &, const edm::EventSetup &) override
PFCand_AssoMap(const edm::ParameterSet &)