]> git.uio.no Git - u/mrichter/AliRoot.git/blobdiff - SHUTTLE/AliShuttle.h
Implementation of TRD trigger flags (Jochen)
[u/mrichter/AliRoot.git] / SHUTTLE / AliShuttle.h
index 584198f544d8cd89056dcb03c711c902c2e354bf..d738d514f243e39d50adb5ccb86e17ee05f3433e 100644 (file)
@@ -92,6 +92,7 @@ public:
        static void SetShuttleLogDir (const char* logDir);
 
        virtual void SendMLFromDet(const char* value);
+       virtual TString* GetLTUConfig(const char* det);
 
 private:
        AliShuttle(const AliShuttle& other);
@@ -153,9 +154,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