Changeset 416 in Sophya for trunk/Poubelle/archTOI.old/toiiter.cc
- Timestamp:
- Sep 23, 1999, 11:08:43 AM (26 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/Poubelle/archTOI.old/toiiter.cc
r413 r416 215 215 case boloRaw: 216 216 case boloRawCN: 217 case boloTensCN: 217 218 trigMask |= block_bolo_mask; 218 219 break; … … 444 445 if (imes==0 && file->llastBolo()==NULL) return false; 445 446 return file->lastBolo() != NULL; 447 case boloTensCN: 446 448 case boloRaw: 447 449 return file->lastBolo() != NULL; … … 533 535 case boloRaw: 534 536 return file->getRawBolo(index, imes); 537 case boloRawCN: 538 return file->getRawBoloCN(index, imes); 539 case boloTensCN: 540 return file->getMuVBoloCN(index, imes); 535 541 case boloGainAmpli: 536 542 return file->getGainAmpli(index); … … 613 619 return file->blockNum() == file->getBoloBlockNum(); 614 620 case boloRaw: 621 case boloRawCN: 622 case boloTensCN: 615 623 return file->blockNum() == file->getBoloBlockNum(); 616 624 case boloGainAmpli:
Note:
See TracChangeset
for help on using the changeset viewer.