20 Int_t raw, plane,iafter, strip, io, iv;
26 strip = i + 1 - (iafter-1)*76 ;
35 if(strip==13||strip==26||strip==51||strip==64)
38 raw = ibruit + 288 + (iafter-1)*4;
42 isignal = isignal + 1;
43 raw = isignal + (iafter-1)*72;
46 for (plane= 0; plane < 2; plane ++)
52 this->Row2Strip[plane][i] = raw + iv;
56 this->Row2Strip[plane][i] = raw;
68 Info(
"decode",
"row = %d, plane = %d",raw,plane);
69 Int_t tmp = Row2Strip[plane][raw]-1;
87 for(Int_t i=0; i<
NSTRIPS; i++) {
88 for(Int_t j=0; j<
NPLANES; j++) {
89 cout << this->Row2Strip[j][i] << endl;
virtual void print()
Print decode matrices.
Int_t invdecode(Int_t strip, Int_t plane)
Strip Number to Raw address decoding routine.
A class which define DCC channel mapping.
Int_t decode(Int_t raw, Int_t plane)
Raw address to Strip Number decoding routine.