GammaWare  Head Version for release 0.9
 All Classes Namespaces Files Functions Variables Typedefs Enumerations Enumerator Friends Macros Pages
virtual UShort_t ADF::SignalI::Get ( UShort_t  ,
UInt_t   
) const
inlinevirtual

Method to get the value for a particular bin of the signal.

Because the returned value is not used by the compiler to resolve overloading, one has to trick it with such a method. Usage:

Signal s(10u);
UShort_t value_bin_5;
value_bin_5 = s.Get(value_bin_5,5);

see also GetLast()

Implements ADF::Signal.

Definition at line 1720 of file Signals.h.