]> git.uio.no Git - u/mrichter/AliRoot.git/blobdiff - ITS/AliITSQASSDDataMakerRec.h
Reducing verbosity
[u/mrichter/AliRoot.git] / ITS / AliITSQASSDDataMakerRec.h
index 1f4086678cfb493b284e40e28210888cb935199f..1ef2f654c09e48f827a46223dc031e8abee2c6e0 100644 (file)
@@ -38,12 +38,13 @@ public:
   virtual Int_t MakeDigits(TTree *digitsTree);
   virtual Int_t MakeRecPoints(TTree *clustersTree);
   virtual void StartOfDetectorCycle();
-  virtual void EndOfDetectorCycle(AliQAv1::TASKINDEX_t task, TObjArray * list);
+  virtual void EndOfDetectorCycle(AliQAv1::TASKINDEX_t task, TObjArray * /*list*/);
   virtual ~AliITSQASSDDataMakerRec(); // dtor
 
   Int_t GetOffset(AliQAv1::TASKINDEX_t task);
-  void  SetOffset(AliQAv1::TASKINDEX_t task, Int_t offset);
+  void  SetOffset(AliQAv1::TASKINDEX_t task, Int_t offset, Int_t specie = 0);
   Int_t GetTaskHisto(AliQAv1::TASKINDEX_t task);
+  void  ResetRawsMonitoredObjects();
 
  private:
 
@@ -53,8 +54,9 @@ public:
                              Int_t mode,
                              Double_t threshold); 
   void MonitorOCDBObjects();
+  void MonitorCMValues();
 
-  static const Int_t fgkNumOfLDCs = 3;      //number of SSD LDCs
+  static const Int_t fgkNumOfLDCs = 8;      //number of SSD LDCs
   static const Int_t fgkNumOfDDLs = 16;      //number of SSD DDLs
   static const Int_t fgkSSDMODULES = 1698;      //total number of SSD modules
   static const Int_t fgkSSDLADDERSLAYER5 = 34; //ladders on layer 5
@@ -76,15 +78,16 @@ public:
   Int_t   fSSDhRawsTask;                        //number of histo booked for the raws SSD task 
   Int_t   fSSDhDigitsTask;                      //number of histo booked for the recpoints SSD task
   Int_t   fSSDhRecPointsTask;                   //number of histo booked for the recpoints SSD task
-  Int_t   fGenRawsOffset;                       //qachecking raws       offset
-  Int_t   fGenDigitsOffset;                     //qachecking recpoints  offset
-  Int_t   fGenRecPointsOffset;                  //qachecking recpoints  offset
+  Int_t   *fGenRawsOffset;                       //qachecking raws       offset
+  Int_t   *fGenDigitsOffset;                     //qachecking recpoints  offset
+  Int_t   *fGenRecPointsOffset;                  //qachecking recpoints  offset
   TH1D   *fHistSSDRawSignalModule[fgkSSDMODULES]; //raw signal vs strip number - SSD                   
+  TH1D   *fHistSSDCMModule[2*fgkSSDMODULES]; //SSD common mode noise
   Int_t   fOccupancyMatrix[fgkSSDMODULES][2*fgkNumberOfPSideStrips]; //occupancy values per strip
 
   AliCDBManager *fCDBManager; //CDB manager
 
-  ClassDef(AliITSQASSDDataMakerRec,5)           // description 
+  ClassDef(AliITSQASSDDataMakerRec,7)           // description 
 };
 
 #endif