3 #ifndef GAUDIKERNEL_HISTOPROPERTY_H
4 #define GAUDIKERNEL_HISTOPROPERTY_H 1
28 return 0 != value && value->
ok()
29 && ( ( m_hasLowerBound && ( *value < m_lowerBound ) ) ?
false : true )
30 && ( ( m_hasUpperBound && ( m_upperBound < *value ) ) ?
false :
true ) ;
42 return 0 != value && value->
ok() ;
55 #endif // GAUDIKERNEL_HISTOPROPERTY_H
bool isValid(const typename Gaudi::Utils::PropertyTypeTraits< T >::CVal value) const
Check if the value is within bounds.
SimpleProperty< Gaudi::Histo1DDef > Histo1DProperty
the actual type of "histogram property"
SimplePropertyRef templated class.
virtual bool isValid(const typename Gaudi::Utils::PropertyTypeTraits< T >::CVal) const
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"