4 #ifndef __KVVALUERANGE_H
5 #define __KVVALUERANGE_H
17 template<
typename ValueType >
26 :
KVBase(
"KVValueRange",
"Templated range of values"),
34 void Copy(TObject& o)
const
64 i >= n ? i = n - 1 : (i < 0 ? i = 0 : 1);
72 return Form(
"%g #leq %s #leq %g",
Min(), obs_name.Data(),
Max());
Base class for KaliVeda framework.
virtual void Copy(TObject &) const
Make a copy of this object.
Range of values specified by minimum, maximum.
void Copy(TObject &o) const
Bool_t Contains(ValueType V) const
TString GetExpression(const TString &obs_name)
KVValueRange(ValueType min, ValueType max)
ValueType ValueIofN(Int_t i, Int_t n) const
KVValueRange(const KVValueRange &r)