Changeset 5190 for trunk/MagicSoft/Mars
- Timestamp:
- 10/05/04 16:18:16 (20 years ago)
- Location:
- trunk/MagicSoft/Mars
- Files:
-
- 3 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/MagicSoft/Mars/Changelog
r5189 r5190 28 28 * macros/tar.C: 29 29 - removed mtemp-directory from tarball 30 31 * macros/rootlogon.C, macros/dohtml.C: 32 - added mmuon 33 - added mtrigger 34 - added mhflux 30 35 31 36 -
trunk/MagicSoft/Mars/macros/dohtml.C
r4993 r5190 69 69 sourcedir += "mgui:"; 70 70 sourcedir += "mhbase:"; 71 sourcedir += "mhflux:"; 71 72 sourcedir += "mhist:"; 72 73 sourcedir += "mhistmc:"; … … 78 79 sourcedir += "mmc:"; 79 80 sourcedir += "mmontecarlo:"; 81 sourcedir += "mmuon:"; 80 82 sourcedir += "mpointing:"; 81 83 sourcedir += "mpedestal:"; … … 88 90 sourcedir += "msql:"; 89 91 sourcedir += "mtools:"; 92 sourcedir += "mtrigger:"; 90 93 sourcedir += ".:"; 91 94 … … 124 127 html.Convert("sectorvstime.C", "MARS - Example how to plot mean value of a camera sector versus time"); 125 128 html.Convert("calibration.C", "MARS - Example how to use the calibrationa camera "); 126 html.Convert("bootcampstandardanalysis.C", 129 html.Convert("bootcampstandardanalysis.C", "MARS - Example of the status of the standard analysis at the bootcamp"); 127 130 html.Convert("readIPR.C", "MARS - Example to read and display the IPRs from a (merpped) report file"); 128 131 } -
trunk/MagicSoft/Mars/macros/rootlogon.C
r5005 r5190 137 137 gInterpreter->AddIncludePath(dir+"mgui"); 138 138 gInterpreter->AddIncludePath(dir+"mhbase"); 139 gInterpreter->AddIncludePath(dir+"mhflux"); 139 140 gInterpreter->AddIncludePath(dir+"mhist"); 140 141 gInterpreter->AddIncludePath(dir+"mhistmc"); … … 145 146 gInterpreter->AddIncludePath(dir+"mmc"); 146 147 gInterpreter->AddIncludePath(dir+"mmontecarlo"); 148 gInterpreter->AddIncludePath(dir+"mmuon"); 147 149 gInterpreter->AddIncludePath(dir+"mpedestal"); 148 150 gInterpreter->AddIncludePath(dir+"mpointing"); … … 155 157 gInterpreter->AddIncludePath(dir+"mstarcam"); 156 158 gInterpreter->AddIncludePath(dir+"mtools"); 159 gInterpreter->AddIncludePath(dir+"mtrigger"); 157 160 158 161 if (TString("linux")==gSystem->GetBuildArch())
Note:
See TracChangeset
for help on using the changeset viewer.