]> git.uio.no Git - u/mrichter/AliRoot.git/blobdiff - ITS/AliITSPreprocessorSDD.h
Anode dependent drift speed. AliITSsegmentationSDD does not depend any longer on...
[u/mrichter/AliRoot.git] / ITS / AliITSPreprocessorSDD.h
index d6485f5e70af642c64833f6eaf3f1618c176ba35..4098c58f55c041201f6cd5c186ecfe4363532770 100644 (file)
@@ -17,22 +17,24 @@ class AliITSPreprocessorSDD : public AliPreprocessor {
 
  public:
  
-  AliITSPreprocessorSDD(const char* detector, AliShuttleInterface* shuttle):
-    AliPreprocessor(detector,shuttle){;}
+  AliITSPreprocessorSDD( AliShuttleInterface* shuttle):
+    AliPreprocessor("SDD", shuttle){}
   virtual ~AliITSPreprocessorSDD(){;}
 
 
 
  protected:      
+
+
   
   virtual UInt_t Process(TMap* dcsAliasMap);
 
   static const Int_t fgkNumberOfSDD;       // number of SDD modules 
   static const Int_t fgkNumberOfChannels;  // number of channels per module
-  static const char* fgkNameHistoPedestals; // name of pedestal histogram
-  static const char* fgkNameHistoNoise;     // name of noise histogram
 
-  ClassDef(AliITSPreprocessorSDD,1)  // Alice ITS-SDD preprocessor.
+  static const TString fgkNameHistoPedestals; //name of ped. histo
+  static const TString fgkNameHistoNoise;  //name of noise histo
+  ClassDef(AliITSPreprocessorSDD,3)  // Alice ITS-SDD preprocessor.
 
  };