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

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()

Implemented in ADF::SignalD, ADF::SignalF, ADF::SignalI, ADF::SignalUI, ADF::SignalS, and ADF::SignalUS.