1 #ifndef GAUDIKERNEL_HISTOPROPERTY_H
2 #define GAUDIKERNEL_HISTOPROPERTY_H 1
26 return value && value->
ok()
27 && ( ( m_hasLowerBound && ( *value < m_lowerBound ) ) ?
false : true )
28 && ( ( m_hasUpperBound && ( m_upperBound < *value ) ) ?
false :
true ) ;
40 return value && value->
ok() ;
53 #endif // GAUDIKERNEL_HISTOPROPERTY_H
bool isValid(const typename Gaudi::Utils::PropertyTypeTraits< T >::CVal value) const override
Check if the value is within bounds.
bool isValid(const typename Gaudi::Utils::PropertyTypeTraits< T >::CVal) const override
SimpleProperty< Gaudi::Histo1DDef > Histo1DProperty
the actual type of "histogram property"
SimplePropertyRef templated class.
SimpleProperty concrete class which implements the full Property interface.
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"
Default, always true verifier.
SimplePropertyRef< Gaudi::Histo1DDef > Histo1DPropertyRef
the actual type of "histogram property reference"