]> git.uio.no Git - u/mrichter/AliRoot.git/blobdiff - ITS/AliITSPreprocessorSDD.h
Changing once more (hopefully we get it correct this time...) the logic to trig the...
[u/mrichter/AliRoot.git] / ITS / AliITSPreprocessorSDD.h
index 6273e4909453c0a8efe4428e27dc9f890c83a4c0..b2ffe676364a5178e81e8f2f2fb36cb0e180ddd7 100644 (file)
@@ -27,6 +27,7 @@ class AliITSPreprocessorSDD : public AliPreprocessor {
   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
@@ -36,8 +37,8 @@ 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);