MINT2
IFitParRegister.h
Go to the documentation of this file.
1 #ifndef I_FIT_PAR_REGISTER_HH
2 #define I_FIT_PAR_REGISTER_HH
3 
4 
5 namespace MINT{
6  class IFitParRegister : virtual public IFitParDependent{
7  public:
8  virtual bool changedSinceLastCall() const=0;
9  virtual bool registerFitParDependence(const IFitParDependent& fpd)=0;
10  };
11 
12 }
13 
14 #endif
15 //
16 
17 
virtual bool registerFitParDependence(const IFitParDependent &fpd)=0
virtual bool changedSinceLastCall() const =0