From 29fa89e4ada1374e4a81f9932361ed8ef86681b1 Mon Sep 17 00:00:00 2001 From: "s.zharko@gsi.de" <s.zharko@gsi.de> Date: Wed, 10 May 2023 23:10:05 +0200 Subject: [PATCH] CA: QA updates - Kaniadakis gaussian distribution is introduced to fit residuals of tracking parameters - Reorganisation of MC module --- core/qa/CbmQaCmpDrawer.cxx | 1 + 1 file changed, 1 insertion(+) diff --git a/core/qa/CbmQaCmpDrawer.cxx b/core/qa/CbmQaCmpDrawer.cxx index ed2b2305db..84ef5bc25b 100644 --- a/core/qa/CbmQaCmpDrawer.cxx +++ b/core/qa/CbmQaCmpDrawer.cxx @@ -18,3 +18,4 @@ template class CbmQaCmpDrawer<TH1F>; template class CbmQaCmpDrawer<TProfile>; template class CbmQaCmpDrawer<TH2F>; template class CbmQaCmpDrawer<TProfile2D>; + -- GitLab