X-Git-Url: http://git.uio.no/git/?a=blobdiff_plain;f=PWG0%2FAliCorrectionMatrix3D.cxx;h=d50d3894befeeb6b2307fb6975bcc5c68d1a8282;hb=d659ac7421d9a01a70543654c64bc6cc293642c0;hp=d76672413398b5c60506077e58c493aab4fb025a;hpb=06e4b91b8df949a77f3d87ce10e905f93903bec1;p=u%2Fmrichter%2FAliRoot.git diff --git a/PWG0/AliCorrectionMatrix3D.cxx b/PWG0/AliCorrectionMatrix3D.cxx index d7667241339..d50d3894bef 100644 --- a/PWG0/AliCorrectionMatrix3D.cxx +++ b/PWG0/AliCorrectionMatrix3D.cxx @@ -7,9 +7,10 @@ // ------------------------------------------------------ // -#include -#include +#include #include +#include +#include #include #include @@ -112,9 +113,9 @@ AliCorrectionMatrix3D::AliCorrectionMatrix3D(const Char_t* name, const Char_t* t fhGene = (TH3F*)hBinning->Clone("generated"); fhCorr = (TH3F*)hBinning->Clone("correction"); - fhMeas->SetTitle(Form("%s measured",title) ); - fhGene->SetTitle(Form("%s generated",title )); - fhCorr->SetTitle(Form("%s correction",title)); + fhMeas->SetTitle(Form("%s measured", GetTitle())); + fhGene->SetTitle(Form("%s generated", GetTitle())); + fhCorr->SetTitle(Form("%s correction", GetTitle())); fhMeas->Reset(); fhGene->Reset();