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 
20 
23 
24 namespace pat {
25 
27  public:
28  explicit RecoMETExtractor(const edm::ParameterSet& iConfig);
29  ~RecoMETExtractor() override;
30 
31  void produce(edm::StreamID streamID, edm::Event& iEvent, const edm::EventSetup& iSetup) const override;
32 
33  private:
35 
37  };
38 
39 } // namespace pat
40 
41 #endif
pat::MET::METCorrectionLevel corLevel_
Retrieves the recoMET from a pat::MET.
Definition: HeavyIon.h:7
int iEvent
Definition: GenABIO.cc:224
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:173
RecoMETExtractor(const edm::ParameterSet &iConfig)