MINT2
IReturnRealForEvent.h
Go to the documentation of this file.
1 #ifndef IRETURN_REALVALUE_GIVEN_EVENT_HH
2 #define IRETURN_REALVALUE_GIVEN_EVENT_HH
3 // author: Jonas Rademacker (Jonas.Rademacker@bristol.ac.uk)
4 // status: Mon 9 Feb 2009 19:17:55 GMT
5 
6 //#include "Mint/IReturnComplex.h"
7 #include <complex>
8 
9 namespace MINT{
10 
11 template<typename EVENT_TYPE>
13  protected:
15  public:
16  virtual double RealVal(EVENT_TYPE & evt)=0;
17  virtual ~IReturnRealForEvent(){};
18 };
19 
20 }//namespace MINT
21 #endif
virtual double RealVal(EVENT_TYPE &evt)=0