CMS 3D CMS Logo

 All Classes Namespaces Files Functions Variables Typedefs Enumerations Enumerator Properties Friends Macros Pages
FWIntValueListenerBase.h
Go to the documentation of this file.
1 #ifndef Fireworks_Core_FWIntValueListenerBase_h
2 #define Fireworks_Core_FWIntValueListenerBase_h
3 
4 #include "Rtypes.h"
5 
7 public:
9  }
11  }
12 
13  // ---------- member functions ---------------------------
14  void setValue(Int_t entry);
15  virtual void setValueImp(Int_t entry) = 0;
16 
18 
19 private:
20  FWIntValueListenerBase(const FWIntValueListenerBase&); // stop default
21  const FWIntValueListenerBase& operator=(const FWIntValueListenerBase&); // stop default
22 };
23 
24 #endif
ClassDef(FWIntValueListenerBase, 0)
std::pair< std::string, MonitorElement * > entry
Definition: ME_MAP.h:8
const FWIntValueListenerBase & operator=(const FWIntValueListenerBase &)
virtual void setValueImp(Int_t entry)=0