]> git.uio.no Git - u/mrichter/AliRoot.git/blobdiff - ITS/AliITSPreprocessorSDD.h
first steps to set the covariance matrix from the errors calculated in conformal...
[u/mrichter/AliRoot.git] / ITS / AliITSPreprocessorSDD.h
index 716dec74c118554ffc6e8c4883a71b30a6dca7f8..b87184dc4b2f324d3182d7ebf36a699e9558b3f8 100644 (file)
@@ -15,6 +15,7 @@
 
 
 #include "AliPreprocessor.h"
+#include "AliITSDDLModuleMapSDD.h"
 
 
 class AliITSPreprocessorSDD : public AliPreprocessor { 
@@ -22,8 +23,7 @@ class AliITSPreprocessorSDD : public AliPreprocessor {
 
  public:
  
-  AliITSPreprocessorSDD( AliShuttleInterface* shuttle):
-    AliPreprocessor("SDD", shuttle){}
+  AliITSPreprocessorSDD( AliShuttleInterface* shuttle);
   virtual ~AliITSPreprocessorSDD(){;}
 
   enum {kNumberOfSDD = 260};    // number of SDD modules
@@ -36,6 +36,10 @@ class AliITSPreprocessorSDD : public AliPreprocessor {
 
   
   virtual UInt_t Process(TMap* dcsAliasMap);
+  UInt_t ProcessPulser(AliITSDDLModuleMapSDD* ddlmap);
+  UInt_t ProcessInjector(AliITSDDLModuleMapSDD* ddlmap);
+  Bool_t ProcessDCSDataPoints(TMap* dcsAliasMap);
+
 
   static const TString fgkNameHistoPedestals; //name of ped. histo
   static const TString fgkNameHistoNoise;  //name of noise histo