Skip to content
Snippets Groups Projects
Commit 93bcab0e authored by Pierre-Alain Loizeau's avatar Pierre-Alain Loizeau
Browse files

eTOF@STAR 2019: Fix TOF FEE board channel mapping

git-svn-id: https://subversion.gsi.de/cbmsoft/cbmroot/trunk@13963 5a1b234a-d7ce-0410-9a93-fd649a8fa65c
parent d2deb976
No related branches found
No related tags found
No related merge requests found
......@@ -98,6 +98,7 @@ class CbmStar2019TofPar : public FairParGenericSet
static const uint32_t kuNbGet4PerGdpb = kuNbGet4PerGbtx * kuNbGbtxPerGdpb;
static const uint32_t kuNbFeePerGdpb = kuNbFeePerGbtx * kuNbGbtxPerGdpb;
/// Mapping in Readout chain PCBs
/*
const UInt_t kuGet4topadi[ kuNbChannelsPerFee ] = { // provided by Jochen
4, 3, 2, 1,
24, 23, 22, 21,
......@@ -108,6 +109,17 @@ class CbmStar2019TofPar : public FairParGenericSet
16, 15, 14, 13,
20, 19, 18, 17
}; //! Map from GET4 channel to PADI channel
*/
const UInt_t kuGet4topadi[ kuNbChannelsPerFee ] = { // provided by Jochen
4, 3, 2, 1, // provided by Jochen
8, 7, 6, 5,
12, 11, 10, 9,
16, 15, 14, 13,
20, 19, 18, 17,
24, 23, 22, 21,
28, 27, 26, 25,
32, 31, 30, 29
}; //! Map from GET4 channel to PADI channel
const UInt_t kuPaditoget4[ kuNbChannelsPerFee ] = { // provided by Jochen
4, 3, 2, 1,
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment