]> git.uio.no Git - u/mrichter/AliRoot.git/commitdiff
Use the correct method to disable histogram title drawing...
authorlaphecet <laphecet@f7af4fe6-9843-0410-8265-dc069ae4e863>
Wed, 16 Nov 2011 15:57:54 +0000 (15:57 +0000)
committerlaphecet <laphecet@f7af4fe6-9843-0410-8265-dc069ae4e863>
Wed, 16 Nov 2011 15:57:54 +0000 (15:57 +0000)
MUON/AliMUONTrackerQAChecker.cxx

index da78b3b98e890bfeef1ac974e02596a0f1cf7c95..a8b07738c0d1a84c1fedcd6379640094e31ee9f0 100644 (file)
@@ -194,7 +194,7 @@ namespace {
     sopt += extraopt;
     histo.SetOption(sopt.Data());
     
-    histo.SetTitle(kFALSE);
+    histo.SetBit(TH1::kNoTitle); 
     
     TList* lstF = histo.GetListOfFunctions();
     TObject* title = lstF->FindObject("title");