Ignore:
Timestamp:
03/03/04 11:06:21 (21 years ago)
Author:
moralejo
Message:
*** empty log message ***
File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/MagicSoft/Mars/Changelog

    r3386 r3388  
    44
    55                                                 -*-*- END OF LINE -*-*-
     6
    67 2004/03/03: Sebastian Raducci
    78   * msignal/MArrivalTimeCalc.cc
     
    1011
    1112 2004/03/03: Abelardo Moralejo
     13   * mraw/MRawRunHeader.h
     14     - Replaced
     15         Bool_t IsMonteCarloRun() const { return fRunType>0x00ff; }  by
     16         Bool_t IsMonteCarloRun() const { return (fRunType==0x0100); }
     17
     18     since the latter is the exact translation of what the function
     19     intends to do. I do not know why, but the display of real data
     20     did not work with the upper line!
    1221
    1322   * mgeom/MGeomCam.cc
Note: See TracChangeset for help on using the changeset viewer.