CbmRoot
CbmMcbm2018TofPar Class Reference

#include <CbmMcbm2018TofPar.h>

Inheritance diagram for CbmMcbm2018TofPar:
[legend]
Collaboration diagram for CbmMcbm2018TofPar:
[legend]

Public Member Functions

 CbmMcbm2018TofPar (const char *name="CbmMcbm2018TofPar", const char *title="Tof unpacker parameters", const char *context="Default")
 
virtual ~CbmMcbm2018TofPar ()
 
virtual void clear ()
 
void putParams (FairParamList *)
 
Bool_t getParams (FairParamList *)
 
Int_t Get4ChanToPadiChan (UInt_t uChannelInFee)
 
Int_t PadiChanToGet4Chan (UInt_t uChannelInFee)
 
Int_t ElinkIdxToGet4Idx (UInt_t uElink)
 
Int_t Get4IdxToElinkIdx (UInt_t uGet4)
 
Double_t GetPadiThresholdVal (UInt_t uCode)
 
UInt_t GetNumberOfChannels ()
 
Int_t GetNrOfGdpbs ()
 FIXME: replace with method returning the correspondign constants! see Star2019 parameter. More...
 
Int_t GetGdpbId (Int_t i)
 
Int_t GetNrOfFeesPerGdpb ()
 
Int_t GetNrOfGet4PerFee ()
 
Int_t GetNrOfChannelsPerGet4 ()
 
Int_t GetNrOfGbtx ()
 
Int_t GetNrOfModules ()
 
Int_t GetNrOfRpc (Int_t i)
 
Int_t GetRpcType (Int_t i)
 
Int_t GetRpcSide (Int_t i)
 
Int_t GetModuleId (Int_t i)
 
Int_t GetNbMsTot ()
 
Int_t GetNbMsOverlap ()
 
Double_t GetSizeMsInNs ()
 
Double_t GetStarTriggDeadtime (Int_t gdpb)
 
Double_t GetStarTriggDelay (Int_t gdpb)
 
Double_t GetStarTriggWinSize (Int_t gdpb)
 
Double_t GetTsDeadtimePeriod ()
 

Static Public Member Functions

static constexpr UInt_t GetNbByteMessage ()
 
static constexpr UInt_t GetNrOfPadiThrCodes ()
 
static constexpr UInt_t GetNrOfFeePerGbtx ()
 
static constexpr UInt_t GetNrOfGbtxPerGdpb ()
 
static constexpr UInt_t GetNrOfChannelsPerFee ()
 
static constexpr UInt_t GetNrOfChannelsPerGbtx ()
 
static constexpr UInt_t GetNrOfChannelsPerGdpb ()
 
static constexpr UInt_t GetNrOfGet4PerGbtx ()
 
static constexpr UInt_t GetNrOfGet4PerGdpb ()
 
static constexpr UInt_t GetNrOfFeePerGdpb ()
 

Private Member Functions

 ClassDef (CbmMcbm2018TofPar, 1)
 

Private Attributes

const UInt_t kuGet4topadi [kuNbChannelsPerFee]
 Mapping in Readout chain PCBs. More...
 
const UInt_t kuPaditoget4 [kuNbChannelsPerFee]
 Map from GET4 channel to PADI channel. More...
 
const UInt_t kuElinkToGet4 [kuNbGet4PerGbtx]
 Map from PADI channel to GET4 channel. More...
 
const UInt_t kuGet4ToElink [kuNbGet4PerGbtx]
 
const UInt_t kuThrMeasCode [kuNbThrMeasPoints]
 
const Double_t kdThrMeasVal [kuNbThrMeasPoints]
 
std::vector< Double_t > fvdPadiThrCodeToValue
 
Int_t fiNrOfGdpb
 
TArrayI fiGdpbIdArray
 
Int_t fiNrOfFeesPerGdpb
 
Int_t fiNrOfGet4PerFee
 
Int_t fiNrOfChannelsPerGet4
 
Int_t fiNrOfGbtx
 
Int_t fiNrOfModule
 
TArrayI fiNrOfRpc
 
TArrayI fiRpcType
 
TArrayI fiRpcSide
 
TArrayI fiModuleId
 
Int_t fiNbMsTot
 
Int_t fiNbMsOverlap
 
Double_t fdSizeMsInNs
 
TArrayD fdStarTriggerDeadtime
 
TArrayD fdStarTriggerDelay
 
TArrayD fdStarTriggerWinSize
 
Double_t fdTsDeadtimePeriod
 

Static Private Attributes

static const uint32_t kuBytesPerMessage = 8
 
static const uint32_t kuNbChannelsPerGet4 = 4
 Readout chain. More...
 
static const uint32_t kuNbGet4PerFee = 8
 
static const uint32_t kuNbFeePerGbtx = 5
 
static const uint32_t kuNbGbtxPerGdpb = 6
 
static const uint32_t kuNbChannelsPerFee
 
static const uint32_t kuNbChannelsPerGbtx
 
static const uint32_t kuNbChannelsPerGdpb
 
static const uint32_t kuNbGet4PerGbtx = kuNbGet4PerFee * kuNbFeePerGbtx
 
static const uint32_t kuNbGet4PerGdpb = kuNbGet4PerGbtx * kuNbGbtxPerGdpb
 
static const uint32_t kuNbFeePerGdpb = kuNbFeePerGbtx * kuNbGbtxPerGdpb
 
static const uint32_t kuNbPadiThrCodes = 1024
 PADI threshold measures and extrapolated code to value map. More...
 
static const uint32_t kuNbThrMeasPoints = 65
 

Detailed Description

Definition at line 18 of file CbmMcbm2018TofPar.h.

Constructor & Destructor Documentation

◆ CbmMcbm2018TofPar()

CbmMcbm2018TofPar::CbmMcbm2018TofPar ( const char *  name = "CbmMcbm2018TofPar",
const char *  title = "Tof unpacker parameters",
const char *  context = "Default" 
)

Standard constructor

PADI threshold measures and extrapolated code to value map

Linear extrapolation between measured points

Definition at line 18 of file CbmMcbm2018TofPar.cxx.

References fvdPadiThrCodeToValue, kdThrMeasVal, kuNbThrMeasPoints, and kuThrMeasCode.

◆ ~CbmMcbm2018TofPar()

CbmMcbm2018TofPar::~CbmMcbm2018TofPar ( )
virtual

Destructor

Definition at line 66 of file CbmMcbm2018TofPar.cxx.

Member Function Documentation

◆ ClassDef()

CbmMcbm2018TofPar::ClassDef ( CbmMcbm2018TofPar  ,
 
)
private

◆ clear()

void CbmMcbm2018TofPar::clear ( )
virtual

Reset all parameters

Definition at line 71 of file CbmMcbm2018TofPar.cxx.

◆ ElinkIdxToGet4Idx()

◆ Get4ChanToPadiChan()

Int_t CbmMcbm2018TofPar::Get4ChanToPadiChan ( UInt_t  uChannelInFee)

◆ Get4IdxToElinkIdx()

Int_t CbmMcbm2018TofPar::Get4IdxToElinkIdx ( UInt_t  uGet4)

◆ GetGdpbId()

◆ GetModuleId()

◆ GetNbByteMessage()

static constexpr UInt_t CbmMcbm2018TofPar::GetNbByteMessage ( )
inlinestaticconstexpr

Definition at line 36 of file CbmMcbm2018TofPar.h.

References kuBytesPerMessage.

◆ GetNbMsOverlap()

◆ GetNbMsTot()

◆ GetNrOfChannelsPerFee()

static constexpr UInt_t CbmMcbm2018TofPar::GetNrOfChannelsPerFee ( )
inlinestaticconstexpr

◆ GetNrOfChannelsPerGbtx()

static constexpr UInt_t CbmMcbm2018TofPar::GetNrOfChannelsPerGbtx ( )
inlinestaticconstexpr

Definition at line 52 of file CbmMcbm2018TofPar.h.

References kuNbChannelsPerGbtx.

◆ GetNrOfChannelsPerGdpb()

static constexpr UInt_t CbmMcbm2018TofPar::GetNrOfChannelsPerGdpb ( )
inlinestaticconstexpr

Definition at line 55 of file CbmMcbm2018TofPar.h.

References kuNbChannelsPerGdpb.

Referenced by CbmMcbm2018UnpackerAlgoTof::ProcessHit().

◆ GetNrOfChannelsPerGet4()

◆ GetNrOfFeePerGbtx()

static constexpr UInt_t CbmMcbm2018TofPar::GetNrOfFeePerGbtx ( )
inlinestaticconstexpr

◆ GetNrOfFeePerGdpb()

static constexpr UInt_t CbmMcbm2018TofPar::GetNrOfFeePerGdpb ( )
inlinestaticconstexpr

◆ GetNrOfFeesPerGdpb()

◆ GetNrOfGbtx()

◆ GetNrOfGbtxPerGdpb()

static constexpr UInt_t CbmMcbm2018TofPar::GetNrOfGbtxPerGdpb ( )
inlinestaticconstexpr

Definition at line 50 of file CbmMcbm2018TofPar.h.

References kuNbGbtxPerGdpb.

◆ GetNrOfGdpbs()

◆ GetNrOfGet4PerFee()

◆ GetNrOfGet4PerGbtx()

static constexpr UInt_t CbmMcbm2018TofPar::GetNrOfGet4PerGbtx ( )
inlinestaticconstexpr

Definition at line 58 of file CbmMcbm2018TofPar.h.

References kuNbGet4PerGbtx.

◆ GetNrOfGet4PerGdpb()

static constexpr UInt_t CbmMcbm2018TofPar::GetNrOfGet4PerGdpb ( )
inlinestaticconstexpr

Definition at line 59 of file CbmMcbm2018TofPar.h.

References kuNbGet4PerGdpb.

◆ GetNrOfModules()

Int_t CbmMcbm2018TofPar::GetNrOfModules ( )
inline

◆ GetNrOfPadiThrCodes()

static constexpr UInt_t CbmMcbm2018TofPar::GetNrOfPadiThrCodes ( )
inlinestaticconstexpr

Definition at line 44 of file CbmMcbm2018TofPar.h.

References kuNbPadiThrCodes.

Referenced by GetPadiThresholdVal().

◆ GetNrOfRpc()

◆ GetNumberOfChannels()

UInt_t CbmMcbm2018TofPar::GetNumberOfChannels ( )
inline

Definition at line 61 of file CbmMcbm2018TofPar.h.

References fiNrOfGdpb, and kuNbChannelsPerGdpb.

◆ GetPadiThresholdVal()

Double_t CbmMcbm2018TofPar::GetPadiThresholdVal ( UInt_t  uCode)

◆ getParams()

◆ GetRpcSide()

◆ GetRpcType()

◆ GetSizeMsInNs()

◆ GetStarTriggDeadtime()

Double_t CbmMcbm2018TofPar::GetStarTriggDeadtime ( Int_t  gdpb)
inline

Definition at line 83 of file CbmMcbm2018TofPar.h.

References fdStarTriggerDeadtime.

◆ GetStarTriggDelay()

Double_t CbmMcbm2018TofPar::GetStarTriggDelay ( Int_t  gdpb)
inline

Definition at line 86 of file CbmMcbm2018TofPar.h.

References fdStarTriggerDelay.

◆ GetStarTriggWinSize()

Double_t CbmMcbm2018TofPar::GetStarTriggWinSize ( Int_t  gdpb)
inline

Definition at line 89 of file CbmMcbm2018TofPar.h.

References fdStarTriggerWinSize.

◆ GetTsDeadtimePeriod()

Double_t CbmMcbm2018TofPar::GetTsDeadtimePeriod ( )
inline

Definition at line 92 of file CbmMcbm2018TofPar.h.

References fdTsDeadtimePeriod.

◆ PadiChanToGet4Chan()

Int_t CbmMcbm2018TofPar::PadiChanToGet4Chan ( UInt_t  uChannelInFee)

Definition at line 159 of file CbmMcbm2018TofPar.cxx.

References kuNbChannelsPerFee, and kuPaditoget4.

◆ putParams()

Member Data Documentation

◆ fdSizeMsInNs

Double_t CbmMcbm2018TofPar::fdSizeMsInNs
private

Definition at line 173 of file CbmMcbm2018TofPar.h.

Referenced by getParams(), GetSizeMsInNs(), and putParams().

◆ fdStarTriggerDeadtime

TArrayD CbmMcbm2018TofPar::fdStarTriggerDeadtime
private

Definition at line 176 of file CbmMcbm2018TofPar.h.

Referenced by getParams(), GetStarTriggDeadtime(), and putParams().

◆ fdStarTriggerDelay

TArrayD CbmMcbm2018TofPar::fdStarTriggerDelay
private

Definition at line 178 of file CbmMcbm2018TofPar.h.

Referenced by getParams(), GetStarTriggDelay(), and putParams().

◆ fdStarTriggerWinSize

TArrayD CbmMcbm2018TofPar::fdStarTriggerWinSize
private

Definition at line 180 of file CbmMcbm2018TofPar.h.

Referenced by getParams(), GetStarTriggWinSize(), and putParams().

◆ fdTsDeadtimePeriod

Double_t CbmMcbm2018TofPar::fdTsDeadtimePeriod
private

Definition at line 182 of file CbmMcbm2018TofPar.h.

Referenced by getParams(), GetTsDeadtimePeriod(), and putParams().

◆ fiGdpbIdArray

TArrayI CbmMcbm2018TofPar::fiGdpbIdArray
private

Definition at line 155 of file CbmMcbm2018TofPar.h.

Referenced by GetGdpbId(), getParams(), and putParams().

◆ fiModuleId

TArrayI CbmMcbm2018TofPar::fiModuleId
private

Definition at line 168 of file CbmMcbm2018TofPar.h.

Referenced by GetModuleId(), getParams(), and putParams().

◆ fiNbMsOverlap

Int_t CbmMcbm2018TofPar::fiNbMsOverlap
private

Definition at line 171 of file CbmMcbm2018TofPar.h.

Referenced by GetNbMsOverlap(), getParams(), and putParams().

◆ fiNbMsTot

Int_t CbmMcbm2018TofPar::fiNbMsTot
private

Definition at line 170 of file CbmMcbm2018TofPar.h.

Referenced by GetNbMsTot(), getParams(), and putParams().

◆ fiNrOfChannelsPerGet4

Int_t CbmMcbm2018TofPar::fiNrOfChannelsPerGet4
private

Definition at line 160 of file CbmMcbm2018TofPar.h.

Referenced by GetNrOfChannelsPerGet4(), getParams(), and putParams().

◆ fiNrOfFeesPerGdpb

Int_t CbmMcbm2018TofPar::fiNrOfFeesPerGdpb
private

Definition at line 157 of file CbmMcbm2018TofPar.h.

Referenced by GetNrOfFeesPerGdpb(), getParams(), and putParams().

◆ fiNrOfGbtx

Int_t CbmMcbm2018TofPar::fiNrOfGbtx
private

Definition at line 162 of file CbmMcbm2018TofPar.h.

Referenced by GetNrOfGbtx(), getParams(), and putParams().

◆ fiNrOfGdpb

Int_t CbmMcbm2018TofPar::fiNrOfGdpb
private

Definition at line 154 of file CbmMcbm2018TofPar.h.

Referenced by GetNrOfGdpbs(), GetNumberOfChannels(), getParams(), and putParams().

◆ fiNrOfGet4PerFee

Int_t CbmMcbm2018TofPar::fiNrOfGet4PerFee
private

Definition at line 159 of file CbmMcbm2018TofPar.h.

Referenced by GetNrOfGet4PerFee(), getParams(), and putParams().

◆ fiNrOfModule

Int_t CbmMcbm2018TofPar::fiNrOfModule
private

Definition at line 163 of file CbmMcbm2018TofPar.h.

Referenced by GetNrOfModules(), getParams(), and putParams().

◆ fiNrOfRpc

TArrayI CbmMcbm2018TofPar::fiNrOfRpc
private

Definition at line 164 of file CbmMcbm2018TofPar.h.

Referenced by GetNrOfRpc(), getParams(), and putParams().

◆ fiRpcSide

TArrayI CbmMcbm2018TofPar::fiRpcSide
private

Definition at line 166 of file CbmMcbm2018TofPar.h.

Referenced by getParams(), GetRpcSide(), and putParams().

◆ fiRpcType

TArrayI CbmMcbm2018TofPar::fiRpcType
private

Definition at line 165 of file CbmMcbm2018TofPar.h.

Referenced by getParams(), GetRpcType(), and putParams().

◆ fvdPadiThrCodeToValue

std::vector<Double_t> CbmMcbm2018TofPar::fvdPadiThrCodeToValue
private

Definition at line 152 of file CbmMcbm2018TofPar.h.

Referenced by CbmMcbm2018TofPar(), and GetPadiThresholdVal().

◆ kdThrMeasVal

const Double_t CbmMcbm2018TofPar::kdThrMeasVal[kuNbThrMeasPoints]
private
Initial value:
= {
-652.6, -631.2, -611.4, -590.6, -570.9, -550.0, -529.9, -509.4, -490.6,
-469.5, -449.3, -428.5, -408.5, -388.2, -367.8, -347.2, -329.2, -308.2,
-287.5, -266.8, -246.9, -226.0, -205.6, -185.0, -165.7, -144.9, -124.4,
-103.8, -83.4, -62.9, -42.4, -21.2, -5.3, 15.5, 36.2, 56.8,
77.3, 97.8, 118.4, 139.1, 158.7, 179.2, 199.7, 220.2, 240.8,
261.1, 281.7, 302.2, 321.3, 341.4, 362.0, 382.2, 402.9, 422.8,
443.4, 463.7, 483.7, 503.7, 524.1, 544.3, 565.0, 585.0, 605.5,
626.0, 646.1}

Definition at line 143 of file CbmMcbm2018TofPar.h.

Referenced by CbmMcbm2018TofPar().

◆ kuBytesPerMessage

const uint32_t CbmMcbm2018TofPar::kuBytesPerMessage = 8
staticprivate

Constants Data format

Definition at line 97 of file CbmMcbm2018TofPar.h.

Referenced by GetNbByteMessage().

◆ kuElinkToGet4

const UInt_t CbmMcbm2018TofPar::kuElinkToGet4[kuNbGet4PerGbtx]
private
Initial value:
= {
27, 2, 7, 3, 31, 26, 30, 1, 33, 37, 32, 13, 9, 14,
10, 15, 17, 21, 16, 35, 34, 38, 25, 24, 0, 6, 20, 23,
18, 22, 28, 4, 29, 5, 19, 36, 39, 8, 12, 11}

Map from PADI channel to GET4 channel.

Definition at line 124 of file CbmMcbm2018TofPar.h.

Referenced by ElinkIdxToGet4Idx().

◆ kuGet4ToElink

const UInt_t CbmMcbm2018TofPar::kuGet4ToElink[kuNbGet4PerGbtx]
private
Initial value:
= {
24, 7, 1, 3, 31, 33, 25, 2, 37, 12, 14, 39, 38, 11,
13, 15, 18, 16, 28, 34, 26, 17, 29, 27, 23, 22, 5, 0,
30, 32, 6, 4, 10, 8, 20, 19, 35, 9, 21, 36}

Definition at line 128 of file CbmMcbm2018TofPar.h.

Referenced by Get4IdxToElinkIdx().

◆ kuGet4topadi

const UInt_t CbmMcbm2018TofPar::kuGet4topadi[kuNbChannelsPerFee]
private
Initial value:
= {3, 2, 1, 0, 7, 6, 5, 4, 11,
10, 9, 8, 15, 14, 13, 12, 19, 18,
17, 16, 23, 22, 21, 20, 27, 26, 25,
24, 31, 30, 29, 28}

Mapping in Readout chain PCBs.

Definition at line 114 of file CbmMcbm2018TofPar.h.

Referenced by Get4ChanToPadiChan().

◆ kuNbChannelsPerFee

const uint32_t CbmMcbm2018TofPar::kuNbChannelsPerFee
staticprivate

◆ kuNbChannelsPerGbtx

const uint32_t CbmMcbm2018TofPar::kuNbChannelsPerGbtx
staticprivate
Initial value:

Definition at line 105 of file CbmMcbm2018TofPar.h.

Referenced by GetNrOfChannelsPerGbtx().

◆ kuNbChannelsPerGdpb

const uint32_t CbmMcbm2018TofPar::kuNbChannelsPerGdpb
staticprivate
Initial value:

Definition at line 107 of file CbmMcbm2018TofPar.h.

Referenced by GetNrOfChannelsPerGdpb(), and GetNumberOfChannels().

◆ kuNbChannelsPerGet4

const uint32_t CbmMcbm2018TofPar::kuNbChannelsPerGet4 = 4
staticprivate

Readout chain.

Definition at line 99 of file CbmMcbm2018TofPar.h.

◆ kuNbFeePerGbtx

const uint32_t CbmMcbm2018TofPar::kuNbFeePerGbtx = 5
staticprivate

Definition at line 101 of file CbmMcbm2018TofPar.h.

Referenced by GetNrOfFeePerGbtx().

◆ kuNbFeePerGdpb

const uint32_t CbmMcbm2018TofPar::kuNbFeePerGdpb = kuNbFeePerGbtx * kuNbGbtxPerGdpb
staticprivate

Definition at line 111 of file CbmMcbm2018TofPar.h.

Referenced by GetNrOfFeePerGdpb().

◆ kuNbGbtxPerGdpb

const uint32_t CbmMcbm2018TofPar::kuNbGbtxPerGdpb = 6
staticprivate

Definition at line 102 of file CbmMcbm2018TofPar.h.

Referenced by GetNrOfGbtxPerGdpb().

◆ kuNbGet4PerFee

const uint32_t CbmMcbm2018TofPar::kuNbGet4PerFee = 8
staticprivate

Definition at line 100 of file CbmMcbm2018TofPar.h.

◆ kuNbGet4PerGbtx

const uint32_t CbmMcbm2018TofPar::kuNbGet4PerGbtx = kuNbGet4PerFee * kuNbFeePerGbtx
staticprivate

Definition at line 109 of file CbmMcbm2018TofPar.h.

Referenced by ElinkIdxToGet4Idx(), Get4IdxToElinkIdx(), and GetNrOfGet4PerGbtx().

◆ kuNbGet4PerGdpb

const uint32_t CbmMcbm2018TofPar::kuNbGet4PerGdpb = kuNbGet4PerGbtx * kuNbGbtxPerGdpb
staticprivate

Definition at line 110 of file CbmMcbm2018TofPar.h.

Referenced by ElinkIdxToGet4Idx(), Get4IdxToElinkIdx(), and GetNrOfGet4PerGdpb().

◆ kuNbPadiThrCodes

const uint32_t CbmMcbm2018TofPar::kuNbPadiThrCodes = 1024
staticprivate

PADI threshold measures and extrapolated code to value map.

Definition at line 134 of file CbmMcbm2018TofPar.h.

Referenced by GetNrOfPadiThrCodes().

◆ kuNbThrMeasPoints

const uint32_t CbmMcbm2018TofPar::kuNbThrMeasPoints = 65
staticprivate

Definition at line 135 of file CbmMcbm2018TofPar.h.

Referenced by CbmMcbm2018TofPar().

◆ kuPaditoget4

const UInt_t CbmMcbm2018TofPar::kuPaditoget4[kuNbChannelsPerFee]
private
Initial value:
= {3, 2, 1, 0, 7, 6, 5, 4, 11,
10, 9, 8, 15, 14, 13, 12, 19, 18,
17, 16, 23, 22, 21, 20, 27, 26, 25,
24, 31, 30, 29, 28}

Map from GET4 channel to PADI channel.

Definition at line 120 of file CbmMcbm2018TofPar.h.

Referenced by PadiChanToGet4Chan().

◆ kuThrMeasCode

const UInt_t CbmMcbm2018TofPar::kuThrMeasCode[kuNbThrMeasPoints]
private
Initial value:
= {
0x000, 0x010, 0x020, 0x030, 0x040, 0x050, 0x060, 0x070, 0x080, 0x090, 0x0A0,
0x0B0, 0x0C0, 0x0D0, 0x0E0, 0x0F0, 0x100, 0x110, 0x120, 0x130, 0x140, 0x150,
0x160, 0x170, 0x180, 0x190, 0x1A0, 0x1B0, 0x1C0, 0x1D0, 0x1E0, 0x1F0, 0x200,
0x210, 0x220, 0x230, 0x240, 0x250, 0x260, 0x270, 0x280, 0x290, 0x2A0, 0x2B0,
0x2C0, 0x2D0, 0x2E0, 0x2F0, 0x300, 0x310, 0x320, 0x330, 0x340, 0x350, 0x360,
0x370, 0x380, 0x390, 0x3A0, 0x3B0, 0x3C0, 0x3D0, 0x3E0, 0x3F0, 0x3FF}

Definition at line 136 of file CbmMcbm2018TofPar.h.

Referenced by CbmMcbm2018TofPar().


The documentation for this class was generated from the following files:
CbmMcbm2018TofPar::kuNbGbtxPerGdpb
static const uint32_t kuNbGbtxPerGdpb
Definition: CbmMcbm2018TofPar.h:102
CbmMcbm2018TofPar::kuNbChannelsPerGbtx
static const uint32_t kuNbChannelsPerGbtx
Definition: CbmMcbm2018TofPar.h:105
CbmMcbm2018TofPar::kuNbChannelsPerGet4
static const uint32_t kuNbChannelsPerGet4
Readout chain.
Definition: CbmMcbm2018TofPar.h:99
CbmMcbm2018TofPar::kuNbChannelsPerFee
static const uint32_t kuNbChannelsPerFee
Definition: CbmMcbm2018TofPar.h:103
CbmMcbm2018TofPar::kuNbFeePerGbtx
static const uint32_t kuNbFeePerGbtx
Definition: CbmMcbm2018TofPar.h:101
CbmMcbm2018TofPar::kuNbGet4PerFee
static const uint32_t kuNbGet4PerFee
Definition: CbmMcbm2018TofPar.h:100