From e16a12889422e6d6f9f720729bb13c7e2603baad Mon Sep 17 00:00:00 2001 From: Norbert Herrmann <n.herrmann@physi.uni-heidelberg.de> Date: Fri, 7 Aug 2020 08:35:12 +0200 Subject: [PATCH] change histo limit to GET4 native scale --- reco/detectors/tof/CbmTofEventClusterizer.cxx | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/reco/detectors/tof/CbmTofEventClusterizer.cxx b/reco/detectors/tof/CbmTofEventClusterizer.cxx index 121bcbb96d..9482c529b1 100644 --- a/reco/detectors/tof/CbmTofEventClusterizer.cxx +++ b/reco/detectors/tof/CbmTofEventClusterizer.cxx @@ -1423,7 +1423,7 @@ Bool_t CbmTofEventClusterizer::CreateHistos() { fDigiBdfPar->GetNbChan(iSmType, iRpcId) * 2, 500., 0., - 50.); + 55.8); fhRpcDigiDTMul[iDetIndx] = new TH2F( Form("cl_SmT%01d_sm%03d_rpc%03d_DigiDTMul", iSmType, iSmId, iRpcId), @@ -2082,7 +2082,7 @@ Bool_t CbmTofEventClusterizer::CreateHistos() { iSmId, iRpcId, iSel), - Form("Walk in SmT%01d_sm%03d_rpc%03d_Sel%02d_Walk2", + Form("SmT%01d_sm%03d_rpc%03d_Sel%02d_Walk2; Tot_1; Tot_2; #Delta t[ns]", iSmType, iSmId, iRpcId, -- GitLab