Changeset 5190 for trunk/MagicSoft/Mars/macros/rootlogon.C
- Timestamp:
- 10/05/04 16:18:16 (20 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
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.