CMS 3D CMS Logo

SysShiftMETcorrInputProducer.h
Go to the documentation of this file.
1 #ifndef JetMETCorrections_Type1MET_SysShiftMETcorrInputProducer_h
2 #define JetMETCorrections_Type1MET_SysShiftMETcorrInputProducer_h
3 
20 
23 
24 #include <TFormula.h>
25 
26 #include <string>
27 
29 {
30  public:
31 
34 
35  private:
36 
37  void produce(edm::Event&, const edm::EventSetup&) override;
38 
40 
43 
44  bool useNvtx;
45 
46  TFormula* corrPx_;
47  TFormula* corrPy_;
48 };
49 
50 #endif
51 
52 
53 
54 
SysShiftMETcorrInputProducer(const edm::ParameterSet &)
edm::EDGetTokenT< reco::VertexCollection > verticesToken_
edm::EDGetTokenT< edm::View< reco::MET > > token_
void produce(edm::Event &, const edm::EventSetup &) override