23 : mChipIndex(chipindex), mRow(
row), mCol(
col)
30 output <<
"ITSMFTDigit chip [" << mChipIndex <<
"] R:" << mRow <<
" C:" << mCol <<
" Q: " << mCharge;
void setCharge(Int_t charge)
Set the charge of the digit.
Digit(UShort_t chipindex=0, UShort_t row=0, UShort_t col=0, Int_t charge=0)
Constructor, initializing values for position, charge and readout frame.
std::ostream & print(std::ostream &output) const
Print function: Print basic digit information on the output stream.