]> git.uio.no Git - u/mrichter/AliRoot.git/blobdiff - SHUTTLE/AliShuttle.h
Update master to aliroot
[u/mrichter/AliRoot.git] / SHUTTLE / AliShuttle.h
index 27fc0393e609f13bb57d29b1e9d75d17b549237a..b5492ce715f66c512585d43f7ae94b70965c69b1 100644 (file)
@@ -87,6 +87,7 @@ public:
 
        static void SetMainRefStorage (TString mainRefStorage) {fgkMainRefStorage = mainRefStorage;}
        static void SetLocalRefStorage (TString localRefStorage) {fgkLocalRefStorage = localRefStorage;}
+       static void SetMirrorSEs (TString mirrors) {fgkMirrorSEs = mirrors;}
 
        static void SetShuttleTempDir (const char* tmpDir);
        static void SetShuttleLogDir (const char* logDir);
@@ -154,9 +155,9 @@ private:
        TString fCurrentDetector; // current detector
        Bool_t fFirstProcessing;  // processing this detector the first time in this run
 
-       TSQLServer *fServer[4];         // pointer to the three FXS + Run & Shuttle logbook servers
-       Bool_t fFXSCalled[3];           // FXS call status
-       TList  fFXSlist[3];             // List of files retrieved from each FXS
+       TSQLServer *fServer[5];         // pointer to the four FXS + Run & Shuttle logbook servers
+       Bool_t fFXSCalled[4];           // FXS call status
+       TList  fFXSlist[4];             // List of files retrieved from each FXS
        Int_t  fFXSError;               // Variable to keep track of any FXS errors; contains -1 for no error, kDAQ, kDCS, kHLT otherwise
 
        AliCDBEntry* fStatusEntry; // last CDB entry containing a AliShuttleStatus retrieved