Changeset 3336 for trunk/MagicSoft/Mars/macros
- Timestamp:
- 02/26/04 17:22:46 (21 years ago)
- Location:
- trunk/MagicSoft/Mars/macros
- Files:
-
- 2 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/MagicSoft/Mars/macros/dohtml.C
r3335 r3336 42 42 TString sourcedir; 43 43 sourcedir += "manalysis:"; 44 sourcedir += "mastro:"; 44 45 sourcedir += "mbase:"; 45 46 sourcedir += "mcamera:"; 46 47 sourcedir += "mcalib:"; 47 48 sourcedir += "mdata:"; 49 sourcedir += "mfbase:"; 48 50 sourcedir += "mfileio:"; 49 51 sourcedir += "mfilter:"; … … 99 101 html.Convert("pedphotcalc.C", "MARS - Example to use MPedPhotCalc"); 100 102 } 101 102 103 -
trunk/MagicSoft/Mars/macros/rootlogon.C
r3308 r3336 99 99 gInterpreter->AddIncludePath(dir+"macros"); 100 100 gInterpreter->AddIncludePath(dir+"manalysis"); 101 gInterpreter->AddIncludePath(dir+"m signal");101 gInterpreter->AddIncludePath(dir+"mastro"); 102 102 gInterpreter->AddIncludePath(dir+"mbase"); 103 103 gInterpreter->AddIncludePath(dir+"mcamera"); 104 104 gInterpreter->AddIncludePath(dir+"mcalib"); 105 105 gInterpreter->AddIncludePath(dir+"mdata"); 106 gInterpreter->AddIncludePath(dir+"mfbase"); 106 107 gInterpreter->AddIncludePath(dir+"mfileio"); 107 108 gInterpreter->AddIncludePath(dir+"mfilter"); … … 120 121 gInterpreter->AddIncludePath(dir+"mreflector"); 121 122 gInterpreter->AddIncludePath(dir+"mreport"); 123 gInterpreter->AddIncludePath(dir+"msignal"); 122 124 gInterpreter->AddIncludePath(dir+"mtools"); 123 125
Note:
See TracChangeset
for help on using the changeset viewer.