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: Detectors/TRD/base/include/TRDBase/FeeParam.h
+14-14Lines changed: 14 additions & 14 deletions
Original file line number
Diff line number
Diff line change
@@ -53,15 +53,15 @@ class FeeParam
53
53
staticvoidterminate();
54
54
55
55
// Translation from MCM to Pad and vice versa
56
-
virtualintgetPadRowFromMCM(int irob, int imcm)const;
57
-
virtualintgetPadColFromADC(int irob, int imcm, int iadc)const;
58
-
virtualintgetExtendedPadColFromADC(int irob, int imcm, int iadc)const;
59
-
virtualintgetMCMfromPad(int irow, int icol)const;
60
-
virtualintgetMCMfromSharedPad(int irow, int icol)const;
61
-
virtualintgetROBfromPad(int irow, int icol)const;
62
-
virtualintgetROBfromSharedPad(int irow, int icol)const;
63
-
virtualintgetRobSide(int irob)const;
64
-
virtualintgetColSide(int icol)const;
56
+
staticintgetPadRowFromMCM(int irob, int imcm);
57
+
staticintgetPadColFromADC(int irob, int imcm, int iadc);
58
+
staticintgetExtendedPadColFromADC(int irob, int imcm, int iadc);
59
+
staticintgetMCMfromPad(int irow, int icol);
60
+
staticintgetMCMfromSharedPad(int irow, int icol);
61
+
staticintgetROBfromPad(int irow, int icol);
62
+
staticintgetROBfromSharedPad(int irow, int icol);
63
+
staticintgetRobSide(int irob);
64
+
staticintgetColSide(int icol);
65
65
66
66
// SCSN-related
67
67
staticunsignedintaliToExtAli(int rob, int aliid); // Converts the MCM-ROB combination to the extended MCM ALICE ID (used to address MCMs on the SCSN Bus)
@@ -70,11 +70,11 @@ class FeeParam
70
70
staticshortgetRobAB(unsignedshort robsel, unsignedshort linkpair); // Returns the chamber side (A=0, B=0) of a ROB
71
71
72
72
// wiring
73
-
virtualintgetORI(int detector, int readoutboard)const;
74
-
virtualintgetORIinSM(int detector, int readoutboard)const;
75
-
//virtual void createORILookUpTable();
76
-
virtualintgetORIfromHCID(int hcid)const;
77
-
virtualintgetHCIDfromORI(int ori, int readoutboard)const; // TODO we need more info than just ori, for now readoutboard is there ... might change
73
+
staticintgetORI(int detector, int readoutboard);
74
+
staticintgetORIinSM(int detector, int readoutboard);
75
+
//static void createORILookUpTable();
76
+
staticintgetORIfromHCID(int hcid);
77
+
staticintgetHCIDfromORI(int ori, int readoutboard); // TODO we need more info than just ori, for now readoutboard is there ... might change
0 commit comments