Changeset 1912


Ignore:
Timestamp:
04/07/03 16:18:04 (21 years ago)
Author:
tbretz
Message:
*** empty log message ***
Location:
trunk/MagicSoft/Mars
Files:
4 edited

Legend:

Unmodified
Added
Removed
  • trunk/MagicSoft/Mars/Changelog

    r1911 r1912  
    2828     - some code simplification
    2929     - fixed a warning
     30
     31   * macros/dohtml.C:
     32     - added testenv.C
    3033
    3134
  • trunk/MagicSoft/Mars/macros/dohtml.C

    r1650 r1912  
    7979    html.Convert("plot2.C",         "MARS - Plots a 2D mars histogram");
    8080    html.Convert("starplot.C",      "MARS - Plots data from a STAR-file into a mars histogram");
     81    html.Convert("testenv.C",       "MARS - Example to use TEnv and Mars Eventloops");
    8182}
  • trunk/MagicSoft/Mars/mbase/MAGIC.h

    r1910 r1912  
    1212#endif
    1313
     14//
     15// Check here if Mars can be compiled with the present root version
     16//
    1417#ifndef __CINT__
    1518#if ROOT_VERSION_CODE < ROOT_VERSION(3,02,00)
  • trunk/MagicSoft/Mars/mbase/MContinue.cc

    r1904 r1912  
    3030// (use with filters). For more details see the description of the
    3131// constructors.
     32//
     33//  Input Containers:
     34//   -/-
     35//
     36//  Output Containers:
     37//   -/-
    3238//
    3339/////////////////////////////////////////////////////////////////////////////
Note: See TracChangeset for help on using the changeset viewer.