]> git.uio.no Git - u/mrichter/AliRoot.git/blobdiff - STEER/AliPreprocessor.h
coverity warnings 15388 10083 10082 fixed
[u/mrichter/AliRoot.git] / STEER / AliPreprocessor.h
index 2b15131a61bf912a72468d54d350e57fdce1d033..9cd18359e316552d4fe175f5ae5d75b229fb601c 100644 (file)
@@ -47,15 +47,26 @@ class AliPreprocessor : public TNamed
     
     const char* GetFile(Int_t system, const char* id, const char* source);
     TList* GetFileSources(Int_t system, const char* id = 0);
+    const char* GetForeignFile(const char* detector, Int_t system, const char* id, const char* source);
+    TList* GetForeignFileSources(const char* detector, Int_t system, const char* id);
     TList* GetFileIDs(Int_t system, const char* source);
     const char* GetRunParameter(const char* param);
     AliCDBEntry* GetFromOCDB(const char* pathLevel2, const char* pathLevel3);
+    AliCDBEntry* GetGeometryFromOCDB();
     const char* GetRunType();
     Bool_t GetHLTStatus();
-    void Log(const char* message);
+    const char* GetTriggerConfiguration();
+    const char* GetCTPTimeParams();
+    const char* GetTriggerDetectorMask();
+    void Log(const char* message, UInt_t level=3);
+    UInt_t GetStartTimeDCSQuery();
+    UInt_t GetEndTimeDCSQuery();
     
     void AddRunType(const char* runType);
 
+    void SendToML(const char*);
+    TString* GetLTUConfig(const char* det);
+
     Int_t fRun;         // current run
     UInt_t fStartTime;  // starttime of current run
     UInt_t fEndTime;    // endtime of current run