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
34 {
36  {
37  public:
38  explicit TCMETProducer(const edm::ParameterSet&);
39  ~TCMETProducer() override { }
40  void produce(edm::Event&, const edm::EventSetup&) override;
41 
42  private:
43 
45 
46  };
47 }
48 
49 //____________________________________________________________________________||
50 #endif // TCMETProducer_h
TCMETAlgo tcMetAlgo_
Definition: TCMETProducer.h:44
TCMETProducer(const edm::ParameterSet &)
Namespace of DDCMS conversion namespace.
void produce(edm::Event &, const edm::EventSetup &) override
~TCMETProducer() override
Definition: TCMETProducer.h:39