MINT2
IReturnComplexForEvent.h
Go to the documentation of this file.
1 #ifndef IRETURN_COMPLEXVALUE_GIVEN_EVENT_HH
2 #define IRETURN_COMPLEXVALUE_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 <complex>
7 
8 namespace MINT{
9 template<typename EVENT_TYPE>
11  protected:
13  public:
14  virtual std::complex<double> ComplexVal(EVENT_TYPE & evt)=0;
16  };
17 
18 }//namespace MINT
19 #endif
virtual std::complex< double > ComplexVal(EVENT_TYPE &evt)=0