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