Changeset 416 in Sophya for trunk/Poubelle/archTOI.old/toiiter.cc


Ignore:
Timestamp:
Sep 23, 1999, 11:08:43 AM (26 years ago)
Author:
ansari
Message:

nouvelles toi

File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/Poubelle/archTOI.old/toiiter.cc

    r413 r416  
    215215      case boloRaw:
    216216      case boloRawCN:
     217      case boloTensCN:
    217218        trigMask |= block_bolo_mask;
    218219        break;
     
    444445     if (imes==0 && file->llastBolo()==NULL) return false;
    445446     return file->lastBolo() != NULL;
     447   case boloTensCN:
    446448   case boloRaw:
    447449     return file->lastBolo() != NULL;
     
    533535   case boloRaw:
    534536     return file->getRawBolo(index, imes);
     537   case boloRawCN:
     538     return file->getRawBoloCN(index, imes);
     539   case boloTensCN:
     540     return file->getMuVBoloCN(index, imes);
    535541   case boloGainAmpli:
    536542     return file->getGainAmpli(index);
     
    613619       return file->blockNum() == file->getBoloBlockNum();
    614620     case boloRaw:
     621     case boloRawCN:
     622     case boloTensCN:
    615623       return file->blockNum() == file->getBoloBlockNum();
    616624     case boloGainAmpli:
Note: See TracChangeset for help on using the changeset viewer.