]> git.uio.no Git - u/mrichter/AliRoot.git/blobdiff - ITS/AliITSQASDDDataMakerRec.h
modifications to satisfy the coding conventions
[u/mrichter/AliRoot.git] / ITS / AliITSQASDDDataMakerRec.h
index 83c0e9ee8e81e14f487183f708b6dee8052b3e53..76c1803dbf41705f9a72fa309fae08f127e8071b 100644 (file)
@@ -35,8 +35,8 @@ public:
 
 
   virtual ~AliITSQASDDDataMakerRec(); // dtor
-  Int_t GetOffset() { return fGenOffset; }
-  Int_t GetTaskHisto() { return fSDDhTask; }
+  Int_t GetOffset(AliQA::TASKINDEX_t task);
+  Int_t GetTaskHisto(AliQA::TASKINDEX_t task);
 
   void SetHLTMode(Bool_t khltmode=kFALSE){fHLTMode=khltmode;};
   Bool_t GetHLTMode(){return fHLTMode;};
@@ -48,8 +48,6 @@ private:
   static const Int_t fgkmodoffset = 240;   // number of SPD modules
   static const Int_t fgknAnode = 256;      // anode per half-module
   static const Int_t fgknSide =2;          // side per module
-  static const Int_t fgkeqOffset = 256;    // DDL offset
-  static const Int_t fgkDDLidRange = 24;   // number of DDL:so DDL range is 257-280
   static const Int_t fgkDDLIDshift = 0;    // necessary option until RawStream Table is complete
   static const Int_t fgkLADDonLAY3 = 14;   // number of ladder on layer 3
   static const Int_t fgkLADDonLAY4 = 22;   // number of ladder on layer 4
@@ -57,14 +55,17 @@ private:
   AliITSQADataMakerRec *fAliITSQADataMakerRec;// pointer to the main ctor
   Bool_t  fkOnline;                           // online (1) or offline (0) use
   Int_t   fLDC;                               // LDC number (0 for offline, 1 to 4 for online) 
-  Int_t   fSDDhTask;                          // number of histo booked for each Task SDD
-  Int_t   fGenOffset;                         // QAchecking offset       
+  Int_t   fSDDhRawsTask;                      // number of histo booked for each the Raws Task SDD
+  Int_t   fSDDhRecPointsTask;                 // number of histo booked for each the RecPoints Task SDD
+  //Int_t   fGenOffset;                       // QAchecking offset       
+  Int_t   fGenRawsOffset;                     // QAchecking Raws offset       
+  Int_t   fGenRecPointsOffset;                // QAchecking RecPoints offset       
   Int_t   fTimeBinSize;                              // time bin width in number of clocks
   AliITSDDLModuleMapSDD  *fDDLModuleMap;      // SDD Detector configuration for the decoding
   Bool_t fHLTMode;                            // kTRUE mode C kFALSE mode A 
                                               // Used in online mode only
   AliITSHLTforSDD *fHLTSDD;                   // used for offline QA as the HLT mode flag
-  ClassDef(AliITSQASDDDataMakerRec,5)         // description 
+  ClassDef(AliITSQASDDDataMakerRec,7)         // description 
 
 };