Changeset 47 for tools/inspectrawfile


Ignore:
Timestamp:
05/28/09 09:45:45 (15 years ago)
Author:
ogrimm
Message:
Update to reflect change from NCMCBoards to NBoards
File:
1 edited

Legend:

Unmodified
Added
Removed
  • tools/inspectrawfile/inspectrawfile.cpp

    r42 r47  
    3535   
    3636    while (EventCount++ < NumEvents && RD->ReadEvent(0,stdout) == CTX_OK) {
    37       for(int i=0; i<RD->RHeader->NCMCBoards; i++)
     37      for(int i=0; i<RD->RHeader->NBoards; i++)
    3838        for(int j=0; j<RD->RHeader->NChips*RD->RHeader->NChannels; j++) {
    3939          printf("\nBoard %d, channel %d\t", i,j);
Note: See TracChangeset for help on using the changeset viewer.