]> git.uio.no Git - u/mrichter/AliRoot.git/blobdiff - TRD/AliTRDqaRecPoints.cxx
compiler warnings
[u/mrichter/AliRoot.git] / TRD / AliTRDqaRecPoints.cxx
index 3bca23088023d0c8737d325bdcff8573c4b2351f..30b2cc1774bd2c2a9a7b13035dffdb310b0455b8 100644 (file)
@@ -254,7 +254,7 @@ void AliTRDqaRecPoints::Init()
   
   // chamber by chamber
   for(Int_t i=0; i<18; i++) {
-    hist[14+i] = new TH2D(Form("qaTRD_recPoints_sigTime_sm%d",i), Form("sm%d;det;time bin"), 
+    hist[14+i] = new TH2D(Form("qaTRD_recPoints_sigTime_sm%d",i), Form("sm%d;det;time bin",i), 
                        30, -0.5, 29.5, 35, -0.5, 34.5);
     hist[14+i]->SetMinimum(20);
     hist[14+i]->SetMaximum(40);
@@ -263,7 +263,7 @@ void AliTRDqaRecPoints::Init()
   // time bin by time bin sm-by-sm
   for(Int_t i=0; i<18; i++) {
     hist[14+18+i] = new TH1D(Form("qaTRD_recPoints_sigTimeShape_sm%d", i), 
-                            Form("sm%d;time bin;signal"),
+                            Form("sm%d;time bin;signal",i),
                             35, -0.5, 34.5);
 
     hist[14+18+i]->SetMaximum(120);