template<typename T>
class hep::projector< T >
Interface for generating differential distributions.
- Examples:
- checkpoints.cpp, checkpoints2.cpp, distributions_example.cpp, and two_dimensional_distribution.cpp.
◆ projector() [1/2]
This class has no copy constructor.
◆ projector() [2/2]
This class has no move constructor.
◆ ~projector()
◆ add() [1/2]
Adds the integrand denoted by value
to the one-dimensional distribution with the corresponding index
to the bin which is located at the point specified by x
.
◆ add() [2/2]
template<typename T>
void hep::projector< T >::add |
( |
std::size_t |
index, |
|
|
T |
x, |
|
|
T |
y, |
|
|
T |
value |
|
) |
| |
Adds the integrand denoted by value
to the two-dimensional distribution with the corresponding index
to the bin which is located at the point specified by x
and y
.
◆ operator=() [1/2]
This class has no assignment operator.
◆ operator=() [2/2]
This class has no move assignment operator.