From c052298ee6de314b6368cdd3920dbb56bfd628ba Mon Sep 17 00:00:00 2001 From: Norbert Herrmann <n.herrmann@physi.uni-heidelberg.de> Date: Fri, 18 Dec 2020 18:34:20 +0100 Subject: [PATCH] code format change --- reco/detectors/tof/CbmTofTrackFinderNN.cxx | 7 ++----- 1 file changed, 2 insertions(+), 5 deletions(-) diff --git a/reco/detectors/tof/CbmTofTrackFinderNN.cxx b/reco/detectors/tof/CbmTofTrackFinderNN.cxx index f4eeebca7a..e1167e0abf 100644 --- a/reco/detectors/tof/CbmTofTrackFinderNN.cxx +++ b/reco/detectors/tof/CbmTofTrackFinderNN.cxx @@ -1236,11 +1236,8 @@ void CbmTofTrackFinderNN::Line3Dfit(CbmTofTracklet* pTrk) { (pTrk->GetTrackParameter())->SetTx(dRes[1]); (pTrk->GetTrackParameter())->SetTy(dRes[3]); (pTrk->GetTrackParameter())->SetQp(1.); // FIXME - // pTrk->SetChiSq(fMinuit.GetChi2DoF()); - pTrk->SetChiSq( - fMinuit.GetChi2DoF() - / pTrk - ->GetNofHits()); // empirical to equilibrate bias on hit multiplicity!!! + pTrk->SetChiSq(fMinuit.GetChi2DoF() / pTrk->GetNofHits()); + // empirical to equilibrate bias on hit multiplicity!!! } ClassImp(CbmTofTrackFinderNN) -- GitLab