Changeset 1667 for trunk/MagicSoft/Mars
- Timestamp:
- 11/22/02 09:23:59 (22 years ago)
- Location:
- trunk/MagicSoft/Mars
- Files:
-
- 2 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/MagicSoft/Mars/Changelog
r1666 r1667 21 21 - added MBinning as class type to FindObject 22 22 - added BinningHist (without the X) as binning name for a 1D histogram 23 24 * mfileio/MReadMarsFile.cc: 25 - corrected typo 26 27 * mfileio/MCT1ReadPreProc.cc: 28 - fixed a warning 23 29 24 30 -
trunk/MagicSoft/Mars/mfileio/MReadMarsFile.cc
r1664 r1667 160 160 *fLog << "in this case you may get less photons than you would expect." << endl; 161 161 } 162 if (mcheader->GetCamVersion ==50)162 if (mcheader->GetCamVersion()==50) 163 163 { 164 164 *fLog << warn << "Warning - You are using a file created with Camera 0.5." << endl;
Note:
See TracChangeset
for help on using the changeset viewer.