Changeset 10538 for trunk/FACT++/src
- Timestamp:
- 05/03/11 18:25:59 (14 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/FACT++/src/ftm.cc
r10517 r10538 117 117 { 118 118 fFtuList[i].fDNA = (i<<48)|(i<<32)|(i<<16)|i; 119 fFtuList[i].fPingAddr = i; 120 } 119 fFtuList[i].fPingAddr = (1<<8) | i; 120 } 121 122 fFtuList[1].fPingAddr = (1<<9) | 1; 123 fFtuList[0].fPingAddr = 0; 124 125 fFtuList.fNumBoards = 19; 126 fFtuList.fNumBoardsCrate[0] = 9; 127 fFtuList.fNumBoardsCrate[1] = 0; 128 fFtuList.fNumBoardsCrate[2] = 0; 129 fFtuList.fNumBoardsCrate[3] = 10; 121 130 } 122 131
Note:
See TracChangeset
for help on using the changeset viewer.