X-Git-Url: http://git.uio.no/git/?a=blobdiff_plain;ds=sidebyside;f=ITS%2FAliITSQASSDDataMakerRec.h;h=4818453b470c3515ebac8da76fc6a87ce9294ecd;hb=049f9caca33984ae0bc2d9c887996c7357847a78;hp=532a8f8a5d95cf01291d6a897d9f960fe938ab52;hpb=8812811557dbb35fa7ffdbeae10c0c2273588b27;p=u%2Fmrichter%2FAliRoot.git diff --git a/ITS/AliITSQASSDDataMakerRec.h b/ITS/AliITSQASSDDataMakerRec.h index 532a8f8a5d9..4818453b470 100644 --- a/ITS/AliITSQASSDDataMakerRec.h +++ b/ITS/AliITSQASSDDataMakerRec.h @@ -43,7 +43,10 @@ public: private: void GetOccupancyStrip(TH1 *lHisto, Int_t *occupancyMatrix); - Double_t GetOccupancyModule(TH1 *lHisto, Int_t stripside); + Double_t GetOccupancyModule(TH1 *lHisto, + Int_t stripside, + Int_t mode, + Double_t threshold); void MonitorOCDBObjects(); static const Int_t fgkNumOfLDCs = 3; //number of SSD LDCs @@ -67,6 +70,8 @@ public: Int_t fSSDRawsCommonLevelOffset; //Raw data QA - top level offset - histos used both online and offline Int_t fSSDhTask; //number of histo booked for each SSD task Int_t fGenOffset; //qachecking offset + Int_t fGenRawsOffset; //qachecking offset + Int_t fGenRecPointsOffset; //qachecking offset TH1D *fHistSSDRawSignalModule[fgkSSDMODULES]; //raw signal vs strip number - SSD Int_t fOccupancyMatrix[fgkSSDMODULES][2*fgkNumberOfPSideStrips]; //occupancy values per strip