ROOT logo
Gled » GLEDCORE » SInertVar<float>

class SInertVar<float>: public SMinMaxVar<float>

 SVars

This class is also known as (typedefs to this class)

SInertVar<Float_t>, SExpDesireVar<float>::IV, SInertVarF, SDesireVar<float>::IV

Function Members (Methods)

public:
SInertVar<float>()
SInertVar<float>(const SInertVar<float>&)
SInertVar<float>(float val, float min, float max, float delta)
SInertVar<float>(float val, float min, float max, float delta_i, float delta_d)
~SInertVar<float>()
static TClass*Class()
floatDelta(float d)
floatDelta(float d, float dt)
floatDeltaMax(Int_t sign, float dt)
floatDeltaMaxNegative(float dt)
floatDeltaMaxPositive(float dt)
floatSMinMaxVar<float>::Get() const
floatGetDeltaDec() const
floatGetDeltaInc() const
floatSMinMaxVar<float>::GetMax() const
floatSMinMaxVar<float>::GetMin() const
TClass*IsA() const
floatSMinMaxVar<float>::operator float() const
floatoperator=(float v)
SInertVar<float>&operator=(const SInertVar<float>&)
voidPrint() const
floatSet(float v)
voidSetDeltaDec(float d)
voidSetDeltaInc(float d)
voidSMinMaxVar<float>::SetMax(float max)
voidSMinMaxVar<float>::SetMin(float min)
voidSMinMaxVar<float>::SetMinMax(float min, float max)
voidSetMinMaxDelta(float min, float max, float delta_i, float delta_d)
voidShowMembers(TMemberInspector& insp)
voidStreamer(TBuffer& b)
voidStreamerNVirtual(TBuffer& b)
protected:
floatdeltamaxneg(float dt) const
floatdeltamaxpos(float dt) const
floatdeltaminmax(float d) const
floatdeltaminmax(float d, float dt) const
floatSMinMaxVar<float>::valminmax(float v) const

Data Members

protected:
floatmDeltaDec
floatmDeltaInc
floatSMinMaxVar<float>::mMax
floatSMinMaxVar<float>::mMin
floatSMinMaxVar<float>::mVal

Class Charts

Inheritance Inherited Members Includes Libraries
Class Charts

Function documentation

T operator=(T v)
{ return Set(v); }
T Set(float v)
 Returns the actual value set.
T Delta(float d)
 Returns the actual delta used.
void Print() const
T deltaminmax(float d) const
T deltaminmax(float d, float dt) const
T deltamaxpos(float dt) const
T deltamaxneg(float dt) const
T operator=(T v)
{ return Set(v); }
T Delta(float d)
T DeltaMaxPositive(float dt)
T DeltaMaxNegative(float dt)
T DeltaMax(Int_t sign, float dt)
T GetDeltaInc() const
{ return mDeltaInc; }
void SetDeltaInc(float d)
{ mDeltaInc = d; }
T GetDeltaDec() const
{ return mDeltaDec; }
void SetDeltaDec(float d)
{ mDeltaDec = d; }
void SetMinMaxDelta(float min, float max, float delta_i, float delta_d)
{ SetMinMax(min, max); mDeltaInc = delta_i; mDeltaDec = delta_d; }