From 7db0ae7248f4cd98c7bf9e4ba086f86395528fc5 Mon Sep 17 00:00:00 2001 From: Alexandru Bercuci <abercuci@niham.nipne.ro> Date: Wed, 3 Jul 2024 10:46:40 +0300 Subject: [PATCH] fix codding --- macro/beamtime/mcbm2024/mcbm_event_reco_L1.C | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/macro/beamtime/mcbm2024/mcbm_event_reco_L1.C b/macro/beamtime/mcbm2024/mcbm_event_reco_L1.C index ea77e85d9b..43061f03c5 100644 --- a/macro/beamtime/mcbm2024/mcbm_event_reco_L1.C +++ b/macro/beamtime/mcbm2024/mcbm_event_reco_L1.C @@ -638,7 +638,7 @@ Bool_t mcbm_event_reco_L1(UInt_t uRunId = 3105, recoQa->SetSetupClass(CbmRecoQaTask::kMcbm24); // USER : Uncomment this line if you like to select only track multiplicities 1 and 2 per event // recoQa->AddEventFilter(CbmRecoQaTask::EventFilter::eEventCut::kMultTrk)->SetFilter({1, 2}); - // USER : All track cuts are EXCLUSIVE (they ALL have to be met in order that tracks are selected) + // USER : All track cuts are EXCLUSIVE (they ALL have to be met in order that tracks are selected) // USER : Uncomment this line if you like to select ONLY tracks with AT LEAST 3 STS hits // recoQa->AddTrackFilter(CbmRecoQaTask::TrackFilter::eTrackCut::kSts)->SetFilter({3}); // USER : Uncomment this line if you like to select ONLY tracks with AT LEAST 2 TRD hits -- GitLab