Changeset 8434 for trunk/MagicSoft/Mars/mraw
- Timestamp:
- 04/23/07 20:11:25 (18 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/MagicSoft/Mars/mraw/MRawRunHeader.cc
r8372 r8434 138 138 fPixAssignment = new MArrayS(0); 139 139 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! 140 144 fFormatVersion=0; 141 145 fSoftVersion=0; 142 fTelescopeNumber= 0;143 fCameraVersion= 0;144 fFadcType =0;146 fTelescopeNumber=1; 147 fCameraVersion=1; 148 fFadcType=0; 145 149 fRunType=kRTNone; // use 0xffff for invalidation, 0 means: Data run 146 150 fRunNumber=0; … … 155 159 fNumSamplesHiGain=0; 156 160 fNumEvents=0; 161 fNumBytesPerSample=1; 162 fFreqSampling=300; 163 fNumSignificantBits=8; 157 164 } 158 165
Note:
See TracChangeset
for help on using the changeset viewer.