1 #ifndef HARPODCCDECODE_H
2 #define HARPODCCDECODE_H
25 Int_t
decode(Int_t raw, Int_t plane);
26 Int_t
invdecode(Int_t strip, Int_t plane);
virtual ~HarpoDccDecode()
virtual void print()
Print decode matrices.
Int_t Row2Strip[NPLANES][NSTRIPS]
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.
Int_t Strip2Row[NPLANES][NSTRIPS]