]> git.uio.no Git - u/mrichter/AliRoot.git/blobdiff - PMD/AliPMDPreprocessor.h
adjust online display to the new TRD cluster format (Theo)
[u/mrichter/AliRoot.git] / PMD / AliPMDPreprocessor.h
index 977c4a3b4d36f6d2a6005aaec6721afd21b5ce16..70b31d6f17402335f78206663fd77b9e603ead19 100644 (file)
@@ -1,14 +1,15 @@
 #ifndef ALI_PMD_PREPROCESSOR_H
 #define ALI_PMD_PREPROCESSOR_H
+
 /* Copyright(c) 1998-1999, ALICE Experiment at CERN, All rights reserved. *
  * See cxx source for full Copyright notice                               */
-//-----------------------------------------------------//
-//                                                     //
-//  Header File : AliPMDPreprocessor.h                 //
-//                                                     //
-// test preprocessor that writes data to AliPMDDataDAQ //
-//-----------------------------------------------------//
-// Author - A. Ahmed
+
+/**********************************
+ *
+ * Pre-Processor CODE for PMD 
+ *
+ **********************************/ 
+
 
 #include "AliPreprocessor.h"
 
@@ -25,10 +26,16 @@ class AliPMDPreprocessor : public AliPreprocessor
     virtual void Initialize(Int_t run, UInt_t startTime, UInt_t endTime);
     virtual UInt_t Process(TMap* pdaqAliasMap);
     virtual Bool_t ProcessDAQ();
-  private:
-//    AliPMDDataDAQ *fData;    // CDB class that stores the data
+  
+ private:
 
-    ClassDef(AliPMDPreprocessor, 2);
+    Bool_t StorePmdPED();             // PMD PEDESTAL data
+    Bool_t StorePmdGAIN();            // PMD GAIN Data
+    Bool_t StorePmdHOT();             // PMD HOT data 
+    Bool_t StorePmdMEAN();            // PMD SM MEAN data not used now 
+    Bool_t StorePmdDCS(TMap *sdaqAM); // PMD DCS data points
+    
+    ClassDef(AliPMDPreprocessor, 3);
 };
 
 #endif