CMS 3D CMS Logo

 All Classes Namespaces Files Functions Variables Typedefs Enumerations Enumerator Properties Friends Macros Pages
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);
33 
34  virtual void produce(edm::StreamID streamID, edm::Event & iEvent,
35  const edm::EventSetup & iSetup) const;
36 
37  private:
38 
40 
42 
43  };
44 
45 }
46 
47 #endif
pat::MET::METCorrectionLevel corLevel_
Retrieves the recoMET from a pat::MET.
int iEvent
Definition: GenABIO.cc:230
edm::EDGetTokenT< std::vector< pat::MET > > metSrcToken_
virtual void produce(edm::StreamID streamID, edm::Event &iEvent, const edm::EventSetup &iSetup) const
METCorrectionLevel
Definition: MET.h:159
RecoMETExtractor(const edm::ParameterSet &iConfig)