]> git.uio.no Git - u/mrichter/AliRoot.git/blobdiff - ACORDE/AliACORDEPreprocessor.h
Unicor is lower case now (Stefan)
[u/mrichter/AliRoot.git] / ACORDE / AliACORDEPreprocessor.h
index ead93a2016d6ce566e1d4d4c536696854be6dd29..5547e3838d1392bc60265a59467334fd6c36aa1f 100644 (file)
@@ -1,11 +1,14 @@
-#ifndef ALI_ACORDE_PREPROCESSOR_H
-#define ALI_ACORDE_PREPROCESSOR_H
+//#ifndef ALI_ACORDE_PREPROCESSOR_H
+//#define ALI_ACORDE_PREPROCESSOR_H
+#ifndef ALIACORDEPREPROCESSOR_H
+#define AliACORDEPREPROCESSOR_H
 
 #include "AliPreprocessor.h"
 
 // test preprocessor that writes data to AliACORDECalibModule
 
-class AliACORDECalibModule;
+class AliACORDECalibData;
+class AliACORDEDataDCS;
 
 class AliACORDEPreprocessor : public AliPreprocessor
 {
@@ -24,9 +27,11 @@ class AliACORDEPreprocessor : public AliPreprocessor
 
     AliACORDEPreprocessor(const AliACORDEPreprocessor &proc); //copy constructor
     AliACORDEPreprocessor& operator = (const AliACORDEPreprocessor & proc);
-    AliACORDECalibModule *fCalData;    // CDB class that stores the data
+    AliACORDECalibData *fCalData;    // CDB class that stores the data
+    AliACORDEDataDCS   *fDataDCS;   // ACORDE Data DCS  
 
     ClassDef(AliACORDEPreprocessor, 0);
 };
 
 #endif
+