]> git.uio.no Git - u/mrichter/AliRoot.git/blobdiff - ITS/AliITSPreprocessorSDD.cxx
Coding conventions
[u/mrichter/AliRoot.git] / ITS / AliITSPreprocessorSDD.cxx
index ee68a3b4149e92fb935bc6a3e5d393c8ac5aa92a..a0e612923089504f4729a46d9d59e465e43b8d89 100644 (file)
 ///////////////////////////////////////////////////////////////////
 //                                                               //
 // Implementation of the class for SDD preprocessing             //
+// Run Types treated:                                            // 
+// PULSER, INJECTOR -> Store OCDB parameters                     //
+// ALL RUNS -> Store DCS reference data                          //
 // Origin: E.Crescio, Torino, crescio@to.infn.it                 //
 //         F.Prino, Torino, prino@to.infn.it                     //
 //                                                               //
 ///////////////////////////////////////////////////////////////////
 
+#include "AliITSDDLModuleMapSDD.h"
 #include "AliITSPreprocessorSDD.h"
 #include "AliITSCalibrationSDD.h"
 #include "AliITSDriftSpeedSDD.h"
@@ -407,7 +411,7 @@ UInt_t AliITSPreprocessorSDD::ProcessInjector(AliITSDDLModuleMapSDD* ddlmap){
 }
 
 //______________________________________________________________________
-Double_t* AliITSPreprocessorSDD::RescaleDriftSpeedModule(TList* theList,
+Double_t* AliITSPreprocessorSDD::RescaleDriftSpeedModule(const TList* theList,
                                                         Int_t iBadMod, 
                                                         Int_t iBadSide,
                                                         const AliITSDriftSpeedSDD* refSpeed)