12#ifndef O2_TRD_TRAPCONFIGHANDLER_H
13#define O2_TRD_TRAPCONFIGHANDLER_H
50 bool addValues(
unsigned int det,
unsigned int cmd,
unsigned int extali,
int addr,
unsigned int data);
52 void configureDyCorr(
int det);
53 void configureDRange(
int det);
54 void configureNTimebins(
int det);
55 void configurePIDcorr(
int det);
57 double square(
double val)
const {
return val *
val; };
62 static const unsigned int mgkScsnCmdReset = 6;
63 static const unsigned int mgkScsnCmdPause = 8;
64 static const unsigned int mgkScsnCmdRead = 9;
65 static const unsigned int mgkScsnCmdWrite = 10;
66 static const unsigned int mgkScsnCmdPtrg = 12;
67 static const unsigned int mgkScsnCmdRobPower = 16;
68 static const unsigned int mgkScsnCmdRobReset = 17;
70 static const unsigned int mgkScsnCmdRestr = 18;
71 static const unsigned int mgkScsnCmdTtcRx = 19;
72 static const unsigned int mgkScsnCmdHwPtrg = 20;
73 static const unsigned int mgkScsnCmdSetHC = 22;
74 static const unsigned int mgkScsnCmdMcmTemp = 24;
75 static const unsigned int mgkScsnCmdPM = 25;
76 static const unsigned int mgkScsnCmdOri = 26;
77 static const unsigned int mgkScsnLTUparam = 27;
79 static const int mgkMaxLinkPairs = 4;
80 static const int mgkMcmlistSize = 256;
82 unsigned int mRestrictiveMask;
Class for time synchronization of RawReader instances.
int setGaintable(CalOnlineGainTables >bl)
void processLTUparam(int dest, int addr, unsigned int data)
a couple of static helper functions to create timestamp values for CCDB queries or override obsolete ...