Changeset 1912
- Timestamp:
- 04/07/03 16:18:04 (22 years ago)
- Location:
- trunk/MagicSoft/Mars
- Files:
-
- 4 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/MagicSoft/Mars/Changelog
r1911 r1912 28 28 - some code simplification 29 29 - fixed a warning 30 31 * macros/dohtml.C: 32 - added testenv.C 30 33 31 34 -
trunk/MagicSoft/Mars/macros/dohtml.C
r1650 r1912 79 79 html.Convert("plot2.C", "MARS - Plots a 2D mars histogram"); 80 80 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"); 81 82 } -
trunk/MagicSoft/Mars/mbase/MAGIC.h
r1910 r1912 12 12 #endif 13 13 14 // 15 // Check here if Mars can be compiled with the present root version 16 // 14 17 #ifndef __CINT__ 15 18 #if ROOT_VERSION_CODE < ROOT_VERSION(3,02,00) -
trunk/MagicSoft/Mars/mbase/MContinue.cc
r1904 r1912 30 30 // (use with filters). For more details see the description of the 31 31 // constructors. 32 // 33 // Input Containers: 34 // -/- 35 // 36 // Output Containers: 37 // -/- 32 38 // 33 39 /////////////////////////////////////////////////////////////////////////////
Note:
See TracChangeset
for help on using the changeset viewer.