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