test
CMS 3D CMS Logo

 All Classes Namespaces Files Functions Variables Typedefs Enumerations Enumerator Properties Friends Macros Pages
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  virtual ~TCMETProducer() { }
40  virtual void produce(edm::Event&, const edm::EventSetup&) override;
41 
42  private:
43 
45 
46  };
47 }
48 
49 //____________________________________________________________________________||
50 #endif // TCMETProducer_h
virtual ~TCMETProducer()
Definition: TCMETProducer.h:39
TCMETAlgo tcMetAlgo_
Definition: TCMETProducer.h:44
TCMETProducer(const edm::ParameterSet &)
virtual void produce(edm::Event &, const edm::EventSetup &) override