GammaWare  Head Version for release 0.9
 All Classes Namespaces Files Functions Variables Typedefs Enumerations Enumerator Friends Macros Pages
virtual UInt_t ADF::Signal::Import ( const BufferIO buf,
const Char_t  opt = '_' 
)
pure virtual

Read the signal into a Buffer.

if opt = 'l', the length is written first and after all the values of the signal. Otherwise, the length is not written (to be used in case of array of fixed length)

Implemented in ADF::SignalImp< T >, ADF::SignalImp< Short_t >, ADF::SignalImp< UInt_t >, ADF::SignalImp< Float_t >, ADF::SignalImp< Double_t >, ADF::SignalImp< UShort_t >, and ADF::SignalImp< Int_t >.