CMS 3D CMS Logo

 All Classes Namespaces Files Functions Variables Typedefs Enumerations Enumerator Properties Friends Macros Pages
TowerMET.h
Go to the documentation of this file.
1 #ifndef METOBJECTS_TOWER_MET_H
2 #define METOBJECTS_TOWER_MET_H
3 
16 
17 class TowerMETv0: public BaseMETv0 {
18 public:
19 
20  // Methods
21  virtual void clearMET();
22 
23  virtual ~TowerMETv0() {};
24 
25 };
26 
27 #endif // METOBJECTS_TOWER_MET_H
virtual ~TowerMETv0()
Definition: TowerMET.h:23
virtual void clearMET()
Definition: TowerMET.cc:10