CMS 3D CMS Logo

RecoMETExtractor.h
Go to the documentation of this file.
1 #ifndef PhysicsTools_PatAlgos_RecoMETExtractor_h
2 #define PhysicsTools_PatAlgos_RecoMETExtractor_h
3 
21 
24 
25 namespace pat {
26 
28 
29  public:
30 
31  explicit RecoMETExtractor(const edm::ParameterSet& iConfig);
32  ~RecoMETExtractor() override;
33 
34  void produce(edm::StreamID streamID, edm::Event & iEvent,
35  const edm::EventSetup & iSetup) const override;
36 
37  private:
38 
40 
42 
43  };
44 
45 }
46 
47 #endif
pat::MET::METCorrectionLevel corLevel_
Retrieves the recoMET from a pat::MET.
Definition: HeavyIon.h:7
int iEvent
Definition: GenABIO.cc:230
edm::EDGetTokenT< std::vector< pat::MET > > metSrcToken_
void produce(edm::StreamID streamID, edm::Event &iEvent, const edm::EventSetup &iSetup) const override
METCorrectionLevel
Definition: MET.h:158
RecoMETExtractor(const edm::ParameterSet &iConfig)