Changeset 2498 for trunk/MagicSoft


Ignore:
Timestamp:
11/10/03 14:47:27 (21 years ago)
Author:
tbretz
Message:
*** empty log message ***
Location:
trunk/MagicSoft/Mars
Files:
3 edited

Legend:

Unmodified
Added
Removed
  • trunk/MagicSoft/Mars/Changelog

    r2497 r2498  
    100100   * mmain/MMonteCarlo.cc:
    101101     - old workaround (MMcEvt) obsolete
     102
     103   * mmain/MAnalysis.cc:
     104     - do not call DsiableAutoScheme
     105     
     106   * mmain/MCameraDisplay.cc:
     107     - minor changes
     108     
    102109
    103110
  • trunk/MagicSoft/Mars/mmain/MAnalysis.cc

    r2497 r2498  
    196196    //
    197197    MReadMarsFile read("Events", fInputFile);
    198     read.DisableAutoScheme();
     198    //read.DisableAutoScheme();
    199199
    200200    MGeomApply         apply;
  • trunk/MagicSoft/Mars/mmain/MCameraDisplay.cc

    r2479 r2498  
    1616!
    1717!
    18 !   Author(s): Thomas Bretz  12/2000 <mailto:tbretz@uni-sw.gwdg.de>
     18!   Author(s): Thomas Bretz, 12/2000 <mailto:tbretz@astro.uni-wuerzburg.de>
    1919!   Author(s): Harald Kornmayer 1/2001
    2020!
    21 !   Copyright: MAGIC Software Development, 2000-2001
     21!   Copyright: MAGIC Software Development, 2000-2003
    2222!
    2323!
     
    3131#include "MEventDisplay.h"
    3232
    33 ClassImp(MCameraDisplay)
     33ClassImp(MCameraDisplay);
    3434
    3535enum {
Note: See TracChangeset for help on using the changeset viewer.