Ignore:
Timestamp:
04/23/07 20:11:25 (18 years ago)
Author:
tbretz
Message:
*** empty log message ***
File:
1 edited

Legend:

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

    r8372 r8434  
    138138    fPixAssignment = new MArrayS(0);
    139139
     140    // Remark: If we read old MC data from a root file which do not
     141    // yet contain one of these variable, the value given here is
     142    // the default. Do not mix files with and without a value if the
     143    // files with the value do not match the default!
    140144    fFormatVersion=0;
    141145    fSoftVersion=0;
    142     fTelescopeNumber=0;
    143     fCameraVersion=0;
    144     fFadcType = 0;
     146    fTelescopeNumber=1;
     147    fCameraVersion=1;
     148    fFadcType=0;
    145149    fRunType=kRTNone;  // use 0xffff for invalidation, 0 means: Data run
    146150    fRunNumber=0;
     
    155159    fNumSamplesHiGain=0;
    156160    fNumEvents=0;
     161    fNumBytesPerSample=1;
     162    fFreqSampling=300;
     163    fNumSignificantBits=8;
    157164}
    158165
Note: See TracChangeset for help on using the changeset viewer.