]> git.uio.no Git - u/mrichter/AliRoot.git/blobdiff - ACORDE/AliACORDEPreprocessor.h
Patch to fix nTimeBins in case of reconstruction from digits (Theo)
[u/mrichter/AliRoot.git] / ACORDE / AliACORDEPreprocessor.h
index 3820c114fff344ee57f143ad287b282beb737e1c..5547e3838d1392bc60265a59467334fd6c36aa1f 100644 (file)
@@ -8,6 +8,7 @@
 // test preprocessor that writes data to AliACORDECalibModule
 
 class AliACORDECalibData;
+class AliACORDEDataDCS;
 
 class AliACORDEPreprocessor : public AliPreprocessor
 {
@@ -27,6 +28,7 @@ class AliACORDEPreprocessor : public AliPreprocessor
     AliACORDEPreprocessor(const AliACORDEPreprocessor &proc); //copy constructor
     AliACORDEPreprocessor& operator = (const AliACORDEPreprocessor & proc);
     AliACORDECalibData *fCalData;    // CDB class that stores the data
+    AliACORDEDataDCS   *fDataDCS;   // ACORDE Data DCS  
 
     ClassDef(AliACORDEPreprocessor, 0);
 };