]> git.uio.no Git - u/mrichter/AliRoot.git/blobdiff - ITS/AliITSPreprocessorSDD.h
Another histos for lumi
[u/mrichter/AliRoot.git] / ITS / AliITSPreprocessorSDD.h
index 5deaa58b277260bb2a9b22a8c89c9f13f7c3fe1f..791a5211deba00d5b1fb6ddcd9229093bf837b44 100644 (file)
 
 
 #include "AliPreprocessor.h"
-#include "AliITSDDLModuleMapSDD.h"
 
+class AliITSDriftSpeedSDD;
+class AliITSDDLModuleMapSDD;
 
 class AliITSPreprocessorSDD : public AliPreprocessor { 
  
 
  public:
  
-  AliITSPreprocessorSDD( AliShuttleInterface* shuttle):
-    AliPreprocessor("SDD", shuttle){}
+  AliITSPreprocessorSDD( AliShuttleInterface* shuttle);
   virtual ~AliITSPreprocessorSDD(){;}
 
   enum {kNumberOfSDD = 260};    // number of SDD modules
+  enum {kNumberOfSDDLay3 = 84};    // number of SDD modules on layer 3
   enum {kNumberOfDDL = 24};     // number of DDLs in SDD
   enum {kModulesPerDDL = 12};   // number of modules in each DDL 
   enum {kNumberOfChannels = 512}; // number of channels per module
@@ -37,10 +38,10 @@ class AliITSPreprocessorSDD : public AliPreprocessor {
 
   
   virtual UInt_t Process(TMap* dcsAliasMap);
-  Bool_t ProcessPulser(AliITSDDLModuleMapSDD* ddlmap);
-  Bool_t ProcessInjector(AliITSDDLModuleMapSDD* ddlmap);
+  UInt_t ProcessPulser(AliITSDDLModuleMapSDD* ddlmap);
+  UInt_t ProcessInjector(AliITSDDLModuleMapSDD* ddlmap);
   Bool_t ProcessDCSDataPoints(TMap* dcsAliasMap);
-
+  Double_t* RescaleDriftSpeedModule(const TList* theList, Int_t iBadMod, Int_t iBadSide, const AliITSDriftSpeedSDD* refSpeed) const;
 
   static const TString fgkNameHistoPedestals; //name of ped. histo
   static const TString fgkNameHistoNoise;  //name of noise histo