From 07321169801039da45723c4c553aee58b2d2fbdd Mon Sep 17 00:00:00 2001 From: miranov25 Date: Mon, 22 Mar 2021 19:42:22 +0100 Subject: [PATCH] ATO-525 - make histograms - using long for the size print --- STAT/AliTreePlayer.cxx | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/STAT/AliTreePlayer.cxx b/STAT/AliTreePlayer.cxx index c9da85fc4c0..1faa56902b3 100644 --- a/STAT/AliTreePlayer.cxx +++ b/STAT/AliTreePlayer.cxx @@ -1172,7 +1172,7 @@ TObjArray * AliTreePlayer::MakeHistograms(TTree * tree, TString hisString, TStr Int_t nExpressions=hisString.CountChar(':')+hisString.CountChar(';')+1; TObjArray * formulaArray = new TObjArray(nExpressions); // array of all expressions - OWNER TString queryString = ""; - Int_t hisSizeFull=0; + Long_t hisSizeFull=0; // // 1.) Analyze formula, book list of TObjString // @@ -1307,7 +1307,7 @@ TObjArray * AliTreePlayer::MakeHistograms(TTree * tree, TString hisString, TStr } } if (verbose&0x1) { - ::Info("AliTreePlayer::MakeHistograms","Total size=%d",hisSizeFull); + ::Info("AliTreePlayer::MakeHistograms","Total size=%lld",hisSizeFull); } } // 2.3 fill histograms