Ignore:
Timestamp:
01/09/08 11:45:59 (17 years ago)
Author:
tbretz
Message:
*** empty log message ***
File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/MagicSoft/Mars/mraw/MRawRunHeader.cc

    r8744 r8802  
    8585//  -----------------
    8686//   - added fNumEventsRead;
     87//   * renamed fFreqSampling to fSamplingFrequency
     88//   * renamed fNumSignificantBits to fFadcResolution
    8789//
    8890//  Format Version 6:
     
    487489    fNumBytesPerSample  = 1;      // 2 for MUX DATA
    488490    fSamplingFrequency  = 300;
    489     fFadcResolution = 8;
     491    fFadcResolution     = 8;
     492
    490493    if (fFormatVersion>7)
    491494    {
    492495        fin.read((char*)&fNumBytesPerSample,  2);
    493496        fin.read((char*)&fSamplingFrequency,  2); // [MHz], 2000 for MuxFadc
    494         fin.read((char*)&fFadcResolution, 1); // nominal resolution [# Bits], 10 for MuxFadc
     497        fin.read((char*)&fFadcResolution,     1); // nominal resolution [# Bits], 10 for MuxFadc
    495498
    496499        if (fNumBytesPerSample!=2)
Note: See TracChangeset for help on using the changeset viewer.