]> git.uio.no Git - u/mrichter/AliRoot.git/blobdiff - ITS/AliITSPreprocessorSPD.h
config time calib
[u/mrichter/AliRoot.git] / ITS / AliITSPreprocessorSPD.h
index 37e7ea3a535a44fbb03e3b135e9bd0e63facb2fe..3d2ae57d68ce878c19b5499e32abcd401be9efe0 100644 (file)
@@ -7,7 +7,10 @@
 //                                           //
 ///////////////////////////////////////////////
 
+/* $Id$ */
+
 #include "AliPreprocessor.h"
+#include <TList.h>
 
 class AliITSPreprocessorSPD : public AliPreprocessor
 {
@@ -20,6 +23,10 @@ class AliITSPreprocessorSPD : public AliPreprocessor
     virtual UInt_t Process(TMap* dcsAliasMap);
 
   private:
+    TList  fIdList; // list of ids for files that should be retrieved from FXS
+    Bool_t RemoveIdFromList(const Char_t *id);
+    Bool_t StoreRefForIdStartingWith(const Char_t *idStart);
+    Bool_t StoreRefFromTarForId(const Char_t *id);
 
     ClassDef(AliITSPreprocessorSPD, 0);
 };