CMS 3D CMS Logo

 All Classes Namespaces Files Functions Variables Typedefs Enumerations Enumerator Properties Friends Macros Pages
BaseEvent.h
Go to the documentation of this file.
1 #ifndef UTILITIES_TIMING_BASEEVENT_H
2 #define UTILITIES_TIMING_BASEEVENT_H
3 
4 template<class T>
5 class BaseEvent {
6 public:
7  typedef T event;
8 
9  virtual ~BaseEvent(){}
10 
11  virtual void operator()(const T&)=0;
12 
13 
14 };
15 
16 #endif // UTILITIES_TIMING_BASEEVENT_H
virtual void operator()(const T &)=0
virtual ~BaseEvent()
Definition: BaseEvent.h:9
long double T