From 3b7f2f857b8c6f05a9eec38d847ffa0a057a9696 Mon Sep 17 00:00:00 2001 From: laphecet Date: Sat, 19 Sep 2009 09:57:16 +0000 Subject: [PATCH] Fix histo name --- MUON/AliMUONQADataMakerRec.cxx | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/MUON/AliMUONQADataMakerRec.cxx b/MUON/AliMUONQADataMakerRec.cxx index df89cb45b9c..470273f0582 100644 --- a/MUON/AliMUONQADataMakerRec.cxx +++ b/MUON/AliMUONQADataMakerRec.cxx @@ -609,9 +609,9 @@ void AliMUONQADataMakerRec::InitRaws() TH1* hbp = new TH1F("hTrackerBusPatchOccupancy","Occupancy of bus patches",nbins,xmin,xmax); - TH1* hbpnpads = new TH1F("kTrackerBusPatchNofPads","Number of pads per bus patch",nbins,xmin,xmax); + TH1* hbpnpads = new TH1F("hTrackerBusPatchNofPads","Number of pads per bus patch",nbins,xmin,xmax); - TH1* hbpnmanus = new TH1F("kTrackerBusPatchNofManus","Number of manus per bus patch",nbins,xmin,xmax); + TH1* hbpnmanus = new TH1F("hTrackerBusPatchNofManus","Number of manus per bus patch",nbins,xmin,xmax); Add2RawsList(hbp,kTrackerBusPatchOccupancy, !expert, image, !saveCorr); Add2RawsList(hbpnpads,kTrackerBusPatchNofPads, expert, !image, !saveCorr); -- 2.43.0