]> git.uio.no Git - u/mrichter/AliRoot.git/blobdiff - STEER/AliPreprocessor.h
- PHOS will now use the CALO digit maker, PHOS digit maker soon to be removed
[u/mrichter/AliRoot.git] / STEER / AliPreprocessor.h
index 2b15131a61bf912a72468d54d350e57fdce1d033..f8bcbf9c12bd749dca2047743045a71b1f1a3070 100644 (file)
@@ -47,12 +47,19 @@ 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);
     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);