Changeset 10538 for trunk/FACT++/src


Ignore:
Timestamp:
05/03/11 18:25:59 (14 years ago)
Author:
tbretz
Message:
Added some more data to the FTU list.
File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/FACT++/src/ftm.cc

    r10517 r10538  
    117117        {
    118118            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;
    121130    }
    122131
Note: See TracChangeset for help on using the changeset viewer.