Skip to content
Snippets Groups Projects
Commit dc6e3ecd authored by Pierre-Alain Loizeau's avatar Pierre-Alain Loizeau
Browse files

[mCBM 2024] Fix for bug found after merging of !1872 with runs 3105-3107

See !1872 (comment 45195)
parent 86ba019d
No related branches found
No related tags found
1 merge request!1874CI for mCBM 2024 Ni with temporary example run
...@@ -632,6 +632,9 @@ Bool_t mcbm_event_reco_L1(UInt_t uRunId = 3105, ...@@ -632,6 +632,9 @@ Bool_t mcbm_event_reco_L1(UInt_t uRunId = 3105,
run->AddTask(globalFindTracks); run->AddTask(globalFindTracks);
if (bPV) { if (bPV) {
CbmKF* KF = new CbmKF();
run->AddTask(KF);
auto* pvFinder = new CbmPVFinderKFGlobal(); auto* pvFinder = new CbmPVFinderKFGlobal();
CbmFindPrimaryVertex* findVertex = new CbmFindPrimaryVertex(pvFinder); CbmFindPrimaryVertex* findVertex = new CbmFindPrimaryVertex(pvFinder);
findVertex->SetTrackType(ECbmDataType::kGlobalTrack); findVertex->SetTrackType(ECbmDataType::kGlobalTrack);
......
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