CLHEP
2.4.6.4
C++ Class Library for High Energy Physics
Loading...
Searching...
No Matches
ParameterQuotient.hh
Go to the documentation of this file.
1
// -*- C++ -*-
2
// $Id: ParameterQuotient.hh,v 1.2 2003/09/06 14:04:13 boudreau Exp $
3
//--------------------------ParameterQuotient-------------------------------//
4
// //
5
// ParameterQuotient, result of division of two parameters. //
6
// Joe Boudreau, Petar Maksimovic, November 1999 //
7
// //
8
//--------------------------------------------------------------------------//
9
10
#ifndef ParameterQuotient_h
11
#define ParameterQuotient_h 1
12
#include "CLHEP/GenericFunctions/AbsParameter.hh"
13
namespace
Genfun
{
14
15
/**
16
* @author
17
* @ingroup genfun
18
*/
19
class
ParameterQuotient
:
public
AbsParameter
{
20
21
PARAMETER_OBJECT_DEF
(
ParameterQuotient
)
22
23
public
:
24
25
// Constructor
26
ParameterQuotient
(
const
AbsParameter
*arg1,
const
AbsParameter
*arg2);
27
28
// Copy constructor
29
ParameterQuotient
(
const
ParameterQuotient
&right);
30
31
// Destructor
32
virtual
~ParameterQuotient
();
33
34
// Retreive function value
35
virtual
double
getValue
()
const
;
36
37
private
:
38
39
// It is illegal to assign a ParameterQuotient
40
const
ParameterQuotient
& operator=(
const
ParameterQuotient
&right);
41
42
AbsParameter
*_arg1;
43
AbsParameter
*_arg2;
44
};
45
}
// namespace Genfun
46
#endif
PARAMETER_OBJECT_DEF
#define PARAMETER_OBJECT_DEF(classname)
Definition:
AbsParameter.hh:79
Genfun::AbsParameter
Definition:
AbsParameter.hh:22
Genfun::ParameterQuotient
Definition:
ParameterQuotient.hh:19
Genfun::ParameterQuotient::getValue
virtual double getValue() const
Definition:
ParameterQuotient.cc:31
Genfun::ParameterQuotient::~ParameterQuotient
virtual ~ParameterQuotient()
Definition:
ParameterQuotient.cc:24
Genfun
Definition:
Abs.hh:14
CLHEP-CLHEP_2_4_6_4
GenericFunctions
GenericFunctions
ParameterQuotient.hh
Generated by
1.9.6