CMS 3D CMS Logo

Type0PFMETcorrInputProducer.h
Go to the documentation of this file.
1 #ifndef JetMETCorrections_Type1MET_Type0PFMETcorrInputProducer_h
2 #define JetMETCorrections_Type1MET_Type0PFMETcorrInputProducer_h
3 
20 
22 
24 
25 #include <TFormula.h>
26 
27 #include <string>
28 
30 {
31  public:
32 
35 
36  private:
37 
38  void produce(edm::Event&, const edm::EventSetup&) override;
39 
41 
44 
45  TFormula* correction_;
46 
47  double minDz_;
48 };
49 
50 #endif
51 
52 
53 
54 
55 
void produce(edm::Event &, const edm::EventSetup &) override
edm::EDGetTokenT< PFCandToVertexAssMap > pfCandidateToVertexAssociationsToken_
edm::EDGetTokenT< reco::VertexCollection > hardScatterVertexToken_
Type0PFMETcorrInputProducer(const edm::ParameterSet &)