CMS 3D CMS Logo

GenMETProducer.h
Go to the documentation of this file.
1 // -*- C++ -*-
2 //
3 // Package: METProducers
4 // Class: GenMETProducer
5 //
13 //
14 //
15 //
16 
17 //____________________________________________________________________________||
18 #ifndef GenMETProducer_h
19 #define GenMETProducer_h
20 
21 //____________________________________________________________________________||
24 
27 
29 
32 
33 //____________________________________________________________________________||
34 namespace cms
35 {
37  {
38  public:
39  explicit GenMETProducer(const edm::ParameterSet&);
40  ~GenMETProducer() override { }
41  void produce(edm::Event&, const edm::EventSetup&) override;
42 
43  private:
44 
46 
48 
50 
52 
53  bool usePt_;
54 
55  };
56 }
57 
58 //____________________________________________________________________________||
59 #endif // GenMETProducer_h
~GenMETProducer() override
edm::EDGetTokenT< edm::View< reco::Candidate > > inputToken_
GenMETProducer(const edm::ParameterSet &)
bool applyFiducialThresholdForFractions_
Namespace of DDCMS conversion namespace.
void produce(edm::Event &, const edm::EventSetup &) override