CMS 3D CMS Logo

TCMETProducer.h
Go to the documentation of this file.
1 // -*- C++ -*-
2 //
3 // Package: METProducers
4 // Class: TCMETProducer
5 //
13 //
14 //
15 //
16 
17 //____________________________________________________________________________||
18 #ifndef TCMETProducer_h
19 #define TCMETProducer_h
20 
21 //____________________________________________________________________________||
24 
27 
31 
32 //____________________________________________________________________________||
33 namespace cms {
35  public:
36  explicit TCMETProducer(const edm::ParameterSet&);
37  ~TCMETProducer() override {}
38  void produce(edm::Event&, const edm::EventSetup&) override;
39 
40  private:
42  };
43 } // namespace cms
44 
45 //____________________________________________________________________________||
46 #endif // TCMETProducer_h
TCMETAlgo tcMetAlgo_
Definition: TCMETProducer.h:41
TCMETProducer(const edm::ParameterSet &)
Namespace of DDCMS conversion namespace.
void produce(edm::Event &, const edm::EventSetup &) override
~TCMETProducer() override
Definition: TCMETProducer.h:37