From 5662d2670505fcb49fd7822721897347ae7f8d0c Mon Sep 17 00:00:00 2001 From: Norbert Herrmann <n.herrmann@physi.uni-heidelberg.de> Date: Tue, 20 Apr 2021 16:59:13 +0200 Subject: [PATCH] format --- reco/detectors/tof/CbmTofEventClusterizer.cxx | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/reco/detectors/tof/CbmTofEventClusterizer.cxx b/reco/detectors/tof/CbmTofEventClusterizer.cxx index 02f414ddeb..9176dc7281 100644 --- a/reco/detectors/tof/CbmTofEventClusterizer.cxx +++ b/reco/detectors/tof/CbmTofEventClusterizer.cxx @@ -3399,7 +3399,7 @@ Bool_t CbmTofEventClusterizer::WriteHistos() TH1* hTy = (TH1*) htempTOff->ProjectionY(Form("%s_py%d", htempTOff->GetName(), iRefCh), iRefCh + 1, iRefCh + 1); Double_t dFMean = hTy->GetBinCenter(hTy->GetMaximumBin()); - Double_t dFLim = 1.; // CAUTION, fixed numeric value + Double_t dFLim = 1.; // CAUTION, fixed numeric value Double_t dBinSize = hTy->GetBinWidth(1); dFLim = TMath::Max(dFLim, 5. * dBinSize); TFitResultPtr fRes = hTy->Fit("gaus", "SQM", "", dFMean - dFLim, dFMean + dFLim); -- GitLab