6#define ADC_SAMPLING_LIMIT 2048
26 BmnADCDigit(UInt_t iSerial, UShort_t iChannel, UInt_t n, vector<UShort_t>& iValue);
27 BmnADCDigit(UInt_t iSerial, UShort_t iChannel, UInt_t n, vector<Short_t>& iValue);
28 BmnADCDigit(UInt_t iSerial, UShort_t iChannel, UInt_t n, UShort_t* iValue =
nullptr);
29 BmnADCDigit(UInt_t iSerial, UShort_t iChannel, UInt_t n, Short_t* iValue, Bool_t flag = kFALSE);
UInt_t GetNSamples() const
BmnADCDigit(UInt_t iSerial, UShort_t iChannel, UInt_t n, Short_t *iValue, Bool_t flag=kFALSE)
UShort_t GetChannel() const
BmnADCDigit(UInt_t iSerial, UShort_t iChannel, UInt_t n, UShort_t *iValue=nullptr)
BmnADCDigit(UInt_t iSerial, UShort_t iChannel, UInt_t n, vector< UShort_t > &iValue)
void SetAsEmbedded(Bool_t flag)
void SetShortValue(Short_t *iValue)
BmnADCDigit(UInt_t iSerial, UShort_t iChannel, UInt_t n, vector< Short_t > &iValue)
Short_t * GetShortValue() const
void SetUShortValue(UShort_t *iValue) const
UShort_t * GetUShortValue() const