]> 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 230ae2156a8b4739064906bccd85680a7ec609d2..f8bcbf9c12bd749dca2047743045a71b1f1a3070 100644 (file)
@@ -47,13 +47,17 @@ 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();
     const char* GetTriggerConfiguration();
-    void Log(const char* message);
+    const char* GetCTPTimeParams();
+    const char* GetTriggerDetectorMask();
+    void Log(const char* message, UInt_t level=3);
     UInt_t GetStartTimeDCSQuery();
     UInt_t GetEndTimeDCSQuery();