X-Git-Url: http://git.uio.no/git/?a=blobdiff_plain;f=ITS%2FAliITSQASPDDataMakerRec.cxx;h=933e0302b40190a6cabbcb52aba1e4934d66eacb;hb=2f09eb80c8ffb19837b1f4f029e08e26cbbc1ea9;hp=3ba8b5c74e0868774ecd147ead0f2d8cd8b6789b;hpb=0920af18fd371acbffbb0e88975f1ee509276b32;p=u%2Fmrichter%2FAliRoot.git diff --git a/ITS/AliITSQASPDDataMakerRec.cxx b/ITS/AliITSQASPDDataMakerRec.cxx index 3ba8b5c74e0..933e0302b40 100644 --- a/ITS/AliITSQASPDDataMakerRec.cxx +++ b/ITS/AliITSQASPDDataMakerRec.cxx @@ -217,7 +217,7 @@ Int_t AliITSQASPDDataMakerRec::InitRaws() fSPDhRawsTask++; // 5 - TH2I *hSPDChipsMEB = new TH2I("SPDChipsMEB_OnlineSPD","Chips with MEB problem - SPD",60,-0.5,59.5,20,-0.2,19.5); + TH2I *hSPDChipsMEB = new TH2I("SPDChipsMEB_OnlineSPD","Chips with MEB problem - SPD",60,0,60,20,0,20); // hSPDChipsMEB->GetXaxis()->SetTitle("Stave"); hSPDChipsMEB->GetXaxis()->SetNdivisions(60,kFALSE); hSPDChipsMEB->GetYaxis()->SetTitle("SIDE C -> SIDE A Chip"); @@ -236,7 +236,7 @@ Int_t AliITSQASPDDataMakerRec::InitRaws() rv = fAliITSQADataMakerRec->Add2RawsList(hSPDChipsMEB, 5+shift, !expert, image, !saveCorr); fSPDhRawsTask++; // 6 - TH2F *hFastOrCorrelation = new TH2F("SPDFastOrCorrelation_OnlineSPD","Fast Or multiplicity correlation - SPD",100,0.,100.,100,0,100); + TH2F *hFastOrCorrelation = new TH2F("SPDFastOrCorrelation_OnlineSPD","Fast Or multiplicity correlation - SPD",350,0,350,700,0,700); hFastOrCorrelation->GetXaxis()->SetTitle("Layer 1"); hFastOrCorrelation->GetYaxis()->SetTitle("Layer 2"); hFastOrCorrelation->SetOption("COLZ"); @@ -360,7 +360,7 @@ Int_t AliITSQASPDDataMakerRec::InitRaws() fSPDhRawsTask++; // 28 TH2F *hFastOrMapStaveChip - = new TH2F("SPDFastOrMapStaveChip_SPD","FastOr map per Stave per Chip - SPD",60,-0.5,59.5,20,-0.5,19.5); + = new TH2F("SPDFastOrMapStaveChip_SPD","FastOr map per Stave per Chip - SPD",60,0.,60,20,0,20); // hFastOrMapStaveChip->GetXaxis()->SetTitle("Stave"); hFastOrMapStaveChip->GetYaxis()->SetTitle("SIDE C -> SIDE A Chip"); for(Int_t ibinx =0; ibinx< hFastOrMapStaveChip->GetNbinsX(); ibinx++){ @@ -481,8 +481,8 @@ Int_t AliITSQASPDDataMakerRec::MakeRaws(AliRawReader* rawReader) Int_t chipKey; Int_t col, row; UInt_t module, colM, rowM; - Bool_t isFiredChip[1200]; - for(Int_t ichK=0; ichK<1200; ichK++) isFiredChip[ichK] = kFALSE; + // Bool_t isFiredChip[1200]; + // for(Int_t ichK=0; ichK<1200; ichK++) isFiredChip[ichK] = kFALSE; Bool_t isOnlineFiredChip[1200]; for(Int_t iOnlineKey=0; iOnlineKey<1200; iOnlineKey++) isOnlineFiredChip[iOnlineKey] = kFALSE; UInt_t nFastOr[2]={0,0}; @@ -497,7 +497,7 @@ Int_t AliITSQASPDDataMakerRec::MakeRaws(AliRawReader* rawReader) row = rawStreamSPD.GetChipRow(); isOnlineFiredChip[iEq*60+iHalfStave*10+iChip] = kTRUE; chipKey = rawStreamSPD.GetOfflineChipKeyFromOnline(iEq,iHalfStave,iChip); - isFiredChip[chipKey] = kTRUE; + // isFiredChip[chipKey] = kTRUE; rawStreamSPD.OnlineToOffline(iEq, iHalfStave, iChip, col, row, module, colM, rowM);