A class which define DCC channel mapping. More...
#include <HarpoDccDecode.h>
Public Member Functions | |
HarpoDccDecode () | |
virtual | ~HarpoDccDecode () |
Int_t | decode (Int_t raw, Int_t plane) |
Raw address to Strip Number decoding routine. More... | |
Int_t | invdecode (Int_t strip, Int_t plane) |
Strip Number to Raw address decoding routine. More... | |
virtual void | print () |
Print decode matrices. More... | |
Private Attributes | |
Int_t | Row2Strip [NPLANES][NSTRIPS] |
Int_t | Strip2Row [NPLANES][NSTRIPS] |
A class which define DCC channel mapping.
Definition at line 16 of file HarpoDccDecode.h.
HarpoDccDecode::HarpoDccDecode | ( | ) |
|
inlinevirtual |
Definition at line 24 of file HarpoDccDecode.h.
Int_t HarpoDccDecode::decode | ( | Int_t | raw, |
Int_t | plane | ||
) |
Raw address to Strip Number decoding routine.
Definition at line 65 of file HarpoDccDecode.cxx.
Int_t HarpoDccDecode::invdecode | ( | Int_t | strip, |
Int_t | plane | ||
) |
Strip Number to Raw address decoding routine.
Definition at line 75 of file HarpoDccDecode.cxx.
|
virtual |
Definition at line 19 of file HarpoDccDecode.h.
Definition at line 20 of file HarpoDccDecode.h.