Skip to content
Snippets Groups Projects
Commit 7db0ae72 authored by Alexandru Bercuci's avatar Alexandru Bercuci
Browse files

fix codding

parent 717d5ae5
No related branches found
No related tags found
1 merge request!1871alignment matrices for mCBM24 Ni-Ni [3105]
Pipeline #30287 passed
......@@ -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
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment