1 #ifndef GAUDIKERNEL_HISTOPROPERTY_H 2 #define GAUDIKERNEL_HISTOPROPERTY_H 1 25 if ( !value.
ok() || ( m_hasLowerBound && ( value < m_lowerBound ) ) ||
26 ( m_hasUpperBound && ( m_upperBound < value ) ) )
54 #endif // GAUDIKERNEL_HISTOPROPERTY_H
Implementation of property with value of concrete type.
std::string toString(const TYPE &obj)
the generic implementation of the type conversion to the string
Gaudi::Property< Gaudi::Histo1DDef & > Histo1DPropertyRef
the actual type of "histogram property reference"
Gaudi::Details::PropertyBase Property
backward compatibility hack for old Property base class
void operator()(const TYPE &value) const
Gaudi::Property< Gaudi::Histo1DDef > Histo1DProperty
the actual type of "histogram property"
Simple helper class for description of 1D-histogram The class is targeted to act as the primary "hist...
bool ok() const
check if all fields are "reasonable"
Helper functions to set/get the application return code.