Changeset 3957 for trunk/MagicSoft/Mars/macros/rootlogon.C
- Timestamp:
- 05/04/04 15:27:25 (21 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/MagicSoft/Mars/macros/rootlogon.C
r3927 r3957 16 16 ! 17 17 ! 18 ! Author(s): Thomas Bretz 12/2000 (tbretz@uni-sw.gwdg.de)18 ! Author(s): Thomas Bretz, 12/2000 <mailto:tbretz@astro.uni-wuerzburg.de> 19 19 ! 20 ! Copyright: MAGIC Software Development, 2000-200 120 ! Copyright: MAGIC Software Development, 2000-2004 21 21 ! 22 22 ! 23 23 \* ======================================================================== */ 24 25 /////////////////////////////////////////////////////////////////////////// 26 // 27 // rootlogon.C 28 // =========== 29 // 30 // This file is the startup script ("autoexec.bat") executed when root is 31 // started. The definition which file to start is done in ".rootrc". 32 // There are three files which are automatically processed by root at 33 // startup: A systemwide .rootrc, one in your home directory and one 34 // in the current directory. 35 // So rootlogon.C is correctly executed if your start root from your 36 // Mars directory. 37 // 38 // The script setupts some small environmental things and makes 39 // sure that the Mars shared object (libmars.so) is loaded. This shared 40 // object gives you access to all Mars features from within the root 41 // interpreter. 42 // 43 // If libmars.so is not found in the current directory we search in the 44 // directory given in "MARSSYS" environment variable. 45 // 46 /////////////////////////////////////////////////////////////////////////// 24 47 25 48 Bool_t isloaded()
Note:
See TracChangeset
for help on using the changeset viewer.