Changeset 47
- Timestamp:
- 05/28/09 09:45:45 (16 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
tools/inspectrawfile/inspectrawfile.cpp
r42 r47 35 35 36 36 while (EventCount++ < NumEvents && RD->ReadEvent(0,stdout) == CTX_OK) { 37 for(int i=0; i<RD->RHeader->N CMCBoards; i++)37 for(int i=0; i<RD->RHeader->NBoards; i++) 38 38 for(int j=0; j<RD->RHeader->NChips*RD->RHeader->NChannels; j++) { 39 39 printf("\nBoard %d, channel %d\t", i,j);
Note:
See TracChangeset
for help on using the changeset viewer.