]> git.uio.no Git - u/mrichter/AliRoot.git/blobdiff - ITS/AliITSQASPDDataMakerRec.h
Updated list of classes
[u/mrichter/AliRoot.git] / ITS / AliITSQASPDDataMakerRec.h
index f64b551c01ca4c4e4167d924eb6f15f9555c45b6..8357e0cd766a58b2e18c62d9b285c1502d7a75cb 100644 (file)
@@ -33,20 +33,23 @@ public:
   virtual Int_t InitRecPoints();
   virtual Int_t MakeRaws(AliRawReader *rawReader);
   virtual Int_t MakeRecPoints(TTree *clustersTree);
-  virtual Int_t MakeDigits(TClonesArray* /*digits*/)  {return 0;}
+  virtual Int_t MakeDigits()  {return 0;}
   virtual Int_t MakeDigits(TTree *clustersTree);
   virtual void  StartOfDetectorCycle();
   virtual void  EndOfDetectorCycle(AliQAv1::TASKINDEX_t task, TObjArray * list);
   virtual ~AliITSQASPDDataMakerRec();   // dtor
-  Int_t GetOffset(AliQAv1::TASKINDEX_t task);
-  void  SetOffset(AliQAv1::TASKINDEX_t task, Int_t offset);
+  Int_t GetOffset(AliQAv1::TASKINDEX_t task,Int_t specie=0);
+  void  SetOffset(AliQAv1::TASKINDEX_t task, Int_t offset, Int_t specie = 0);
   Int_t GetTaskHisto(AliQAv1::TASKINDEX_t task);
 
+  enum {kAmoreFoOffset = 8, kAmoreErrorsOffset=21};
+
 private: 
 
-  static const Int_t fgknSPDmodules = 240;   //number of SPD modules
-  static const Int_t fgkLADDonLay1 = 80;     //number of modules on layer 1
-  static const Int_t fgkLADDonLay2 = 160;    //number of modules on layer 2
+  static const Short_t fgknSPDmodules = 240;    //number of SPD modules
+  static const Short_t fgkLADDonLay1  = 80;     //number of modules on layer 1
+  static const Short_t fgkLADDonLay2  = 160;    //number of modules on layer 2
+  static const Short_t fgkSPDchips    = 1200;   //number of chips
 
   AliITSQADataMakerRec *fAliITSQADataMakerRec;//pointer to the main ctor
   Bool_t  fkOnline;                           //online (1) or offline (0) use
@@ -54,12 +57,12 @@ private:
   Int_t   fSPDhRawsTask;                      // number of booked SPD histograms for the Raws Task
   Int_t   fSPDhDigitsTask;                    // number of booked SPD histograms for the RecPoints Task
   Int_t   fSPDhRecPointsTask;                 // number of booked SPD histograms for the RecPoints Task
-  Int_t   fGenRawsOffset;                     // QAchecking Raws offset
-  Int_t   fGenDigitsOffset;                   // QAchecking Digits offset
-  Int_t   fGenRecPointsOffset;                // QAchecking RecPoints offset
+  Int_t   *fGenRawsOffset;                     // QAchecking Raws offset
+  Int_t   *fGenDigitsOffset;                   // QAchecking Digits offset
+  Int_t   *fGenRecPointsOffset;                // QAchecking RecPoints offset
   AliITSRawStreamSPDErrorLog *fAdvLogger;  // pointer to special error logger object
 
-  ClassDef(AliITSQASPDDataMakerRec,4)      // description 
+  ClassDef(AliITSQASPDDataMakerRec,6)      // description 
 
 };