]> git.uio.no Git - u/mrichter/AliRoot.git/commitdiff
Fix histo name
authorlaphecet <laphecet@f7af4fe6-9843-0410-8265-dc069ae4e863>
Sat, 19 Sep 2009 09:57:16 +0000 (09:57 +0000)
committerlaphecet <laphecet@f7af4fe6-9843-0410-8265-dc069ae4e863>
Sat, 19 Sep 2009 09:57:16 +0000 (09:57 +0000)
MUON/AliMUONQADataMakerRec.cxx

index df89cb45b9c3860e6365d5fb91c767a0f628596e..470273f058284b60309ba52e303d953580cfb920 100644 (file)
@@ -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);