MINT2
Mint
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>
10
class
IReturnComplexForEvent
{
11
protected
:
12
IReturnComplexForEvent
(){}
13
public
:
14
virtual
std::complex<double>
ComplexVal
(EVENT_TYPE & evt)=0;
15
virtual
~IReturnComplexForEvent
(){};
16
};
17
18
}
//namespace MINT
19
#endif
MINT::IReturnComplexForEvent::IReturnComplexForEvent
IReturnComplexForEvent()
Definition:
IReturnComplexForEvent.h:12
MINT
Definition:
BasicComplex.h:7
MINT::IReturnComplexForEvent::ComplexVal
virtual std::complex< double > ComplexVal(EVENT_TYPE &evt)=0
MINT::IReturnComplexForEvent
Definition:
IReturnComplexForEvent.h:10
MINT::IReturnComplexForEvent::~IReturnComplexForEvent
virtual ~IReturnComplexForEvent()
Definition:
IReturnComplexForEvent.h:15
Generated by
1.8.15