Go to the documentation of this file.
11 #ifndef GAUDIKERNEL_HISTOPROPERTY_H
12 #define GAUDIKERNEL_HISTOPROPERTY_H 1
31 if ( !value.
ok() || ( m_hasLowerBound && ( value < m_lowerBound ) ) ||
32 ( m_hasUpperBound && ( m_upperBound < value ) ) )
59 #endif // GAUDIKERNEL_HISTOPROPERTY_H
PropertyBase base class allowing PropertyBase* collections to be "homogeneous".
Gaudi::Property< Gaudi::Histo1DDef & > Histo1DPropertyRef
the actual type of "histogram property reference"
Gaudi::Property< Gaudi::Histo1DDef > Histo1DProperty
the actual type of "histogram property"
bool ok() const
check if all fields are "reasonable"
Header file for std:chrono::duration-based Counters.
std::string toString(const TYPE &obj)
the generic implementation of the type conversion to the string
void operator()(const TYPE &value) const