CERN Accelerating science

This website is no longer maintained. Its content may be obsolete. Please visit http://home.cern/ for current CERN information.

Main Page   Class Hierarchy   Alphabetical List   Compound List   File List   Compound Members  

INormalizedFunction.h

Go to the documentation of this file.
00001 /* Generated by Together */
00002 
00003 #ifndef INORMALIZEDFUNCTION_H
00004 #define INORMALIZEDFUNCTION_H
00005 #include "IBasicFunction.h"
00006 #include "IModelFunction.h"
00007 
00008 
00009 class INormalizedFunction : virtual public IBasicFunction {
00010 public:    
00011 
00012     virtual void setNormalization(bool on_off) = 0;
00013 
00014     virtual void setNormalizationRange(double min, double max, int coord) = 0;
00015 
00016     virtual void unsetNormalizationRange() = 0;
00017 };
00018 #endif //INORMALIZEDFUNCTION_H

Generated on Thu May 30 16:15:02 2002 for Proposed AIDA 2.3 Fitting by doxygen1.2.16