MINT2
IComplexForEventFitParDependent.h
Go to the documentation of this file.
1 #ifndef ICOMPLEXFOREVENT_FITPARDEPENDENT_HH
2 #define ICOMPLEXFOREVENT_FITPARDEPENDENT_HH
3 // author: Jonas Rademacker (Jonas.Rademacker@bristol.ac.uk)
4 // status: Mon 9 Feb 2009 19:17:55 GMT
5 
6 #include <complex>
9 
10 namespace MINT{
11  template<typename EVENT_TYPE>
13  : virtual public IReturnComplexForEvent<EVENT_TYPE>
14  , virtual public IFitParDependent{
15  };
16 
17 }//namespace MINT
18 #endif