]> git.uio.no Git - u/mrichter/AliRoot.git/commitdiff
Getters moved from private to public to have access from AliShuttleTrigger.
authorzampolli <zampolli@f7af4fe6-9843-0410-8265-dc069ae4e863>
Fri, 12 Dec 2008 09:47:25 +0000 (09:47 +0000)
committerzampolli <zampolli@f7af4fe6-9843-0410-8265-dc069ae4e863>
Fri, 12 Dec 2008 09:47:25 +0000 (09:47 +0000)
STEER/AliShuttleInterface.h

index 956769758f3430fbc7a77fbbb07532afae2475e3..b4fff84a5aeb44245229be81cfce6fdc4599f040 100644 (file)
@@ -61,12 +61,11 @@ class AliShuttleInterface : public TObject
 
     static TString GetMainRefStorage() {return fgkMainRefStorage;}
     static TString GetLocalRefStorage() {return fgkLocalRefStorage;}
+    static const char* GetShuttleLogDir() {return fgkShuttleLogDir.Data();}
+    static const char* GetShuttleTempDir() {return fgkShuttleTempDir.Data();}
 
   protected:
 
-    static const char* GetShuttleTempDir() {return fgkShuttleTempDir.Data();}
-    static const char* GetShuttleLogDir() {return fgkShuttleLogDir.Data();}
-
     static const char* fkSystemNames[3];               // names of the systems providing data to the shuttle
     static const char* fgkDetName[kNDetectors];        // names of detectors' preprocessors (3-letter code convention)
     static const char* fgkOfflineDetName[kNDetectors];  // names of detectors in OCDB (AliRoot naming convention)