]> git.uio.no Git - u/mrichter/AliRoot.git/blobdiff - ITS/AliITSQASSDDataMakerRec.h
Correction of the offset settings in Rec and Sim QA for each EventSpecie. IsEQual...
[u/mrichter/AliRoot.git] / ITS / AliITSQASSDDataMakerRec.h
index e4d6210cc4d7ea105e31c4365e4f0c27e3f67ff2..5b5bfd92a506b8b6d68f544e0c0ca9550f900d3f 100644 (file)
@@ -77,14 +77,14 @@ public:
   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   *fGenDigitsOffset;                     //qachecking recpoints  offset
   Int_t   *fGenRecPointsOffset;                  //qachecking recpoints  offset
   TH1D   *fHistSSDRawSignalModule[fgkSSDMODULES]; //raw signal vs strip number - SSD                   
   Int_t   fOccupancyMatrix[fgkSSDMODULES][2*fgkNumberOfPSideStrips]; //occupancy values per strip
 
   AliCDBManager *fCDBManager; //CDB manager
 
-  ClassDef(AliITSQASSDDataMakerRec,6)           // description 
+  ClassDef(AliITSQASSDDataMakerRec,7)           // description 
 };
 
 #endif