20 #ifndef _FRAGMENTATION_FUNCTION_I_H_ 21 #define _FRAGMENTATION_FUNCTION_I_H_ 35 virtual double Value (
double z)
const = 0;
36 virtual double GenerateZ (
void)
const = 0;
47 #endif // _FRAGMENTATION_FUNCTION_I_H_
THE MAIN GENIE PROJECT NAMESPACE
virtual double GenerateZ(void) const =0
Algorithm abstract base class.
Pure abstract base class. Defines the FragmentationFunctionI interface to be implemented by any algor...
virtual double Value(double z) const =0
virtual ~FragmentationFunctionI()