You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: otsdaq-mu2e-calorimeter/FEInterfaces/ROCCalorimeterInterface.h
+2-1Lines changed: 2 additions & 1 deletion
Original file line number
Diff line number
Diff line change
@@ -161,11 +161,12 @@ class ROCCalorimeterInterface : public ROCPolarFireCoreInterface {
161
161
162
162
bool haveBoardIdFromSerial_ = false;
163
163
uint16_t cachedSerialReg147_ = 0;
164
-
uint16_t cachedBoardIdFromDB_ = 0;
164
+
uint16_t cachedBoardIdFromDB_ = 9999;
165
165
voidupdateBoardIdFromSerial_();
166
166
167
167
staticconstexprint MAX_BOARD_ID = 160; // Maximum valid board ID for calorimeter DIRACs, see also CaloConst::_nDIRAC from Offline/DataProducts/inc/CaloConst.hh
0 commit comments