CMS 3D CMS Logo

 All Classes Namespaces Files Functions Variables Typedefs Enumerations Enumerator Properties Friends Macros Pages
DeltaBetaWeights.h
Go to the documentation of this file.
1 
2 // Weight for neutral particles based on distance with charged
3 //
4 // Original Author: Michail Bachtis,40 1-B08,+41227678176,
5 // Created: Mon Dec 9 13:18:05 CET 2013
6 //
7 // edited by Pavel Jez
8 //
9 
10 
11 // system include files
12 #include <memory>
13 
14 // user include files
22 
23 //
24 // class declaration
25 //
26 
28  public:
29  explicit DeltaBetaWeights(const edm::ParameterSet&);
31 
32  private:
33 
34  virtual void produce(edm::Event&, const edm::EventSetup&);
35  // ----------member data ---------------------------
39 
43 
44 
45 
46 };
edm::EDGetTokenT< edm::View< reco::Candidate > > pfPU_token
virtual void produce(edm::Event &, const edm::EventSetup &)
edm::EDGetTokenT< edm::View< reco::Candidate > > pfCharged_token
edm::InputTag pfCharged_
edm::InputTag pfPU_
edm::EDGetTokenT< edm::View< reco::Candidate > > src_token
edm::InputTag src_
DeltaBetaWeights(const edm::ParameterSet &)