Skip to content
Snippets Groups Projects
Commit ea9125b8 authored by Sergei Zharko's avatar Sergei Zharko Committed by Sergey Gorbunov
Browse files

macro/run/modules/reconstruct.C: the CbmBuildEventsQa task is added to the task tree

parent eecdf8e3
No related branches found
No related tags found
1 merge request!1632[BugFix] macro/run/modules/reconstruct.C: the CbmBuildEventsQa task is added to the task tree (RM-issue 3167)
Pipeline #27065 failed
......@@ -27,8 +27,8 @@
#include "CbmLitFindGlobalTracks.h"
#include "CbmMatchRecoToMC.h"
#include "CbmMuchFindHitsGem.h"
#include "CbmMvdClusterFinder.h"
#include "CbmMvdHitFinder.h"
#include "CbmMvdClusterfinder.h"
#include "CbmMvdHitfinder.h"
#include "CbmPVFinderKF.h"
#include "CbmPsdHitProducer.h"
#include "CbmRecoSts.h"
......@@ -37,6 +37,7 @@
#include "CbmSetup.h"
#include "CbmStsFindTracksEvents.h"
#include "CbmTofSimpClusterizer.h"
#include "CbmTrackingDetectorInterfaceInit.h"
#include "CbmTrdClusterFinder.h"
#include "CbmTrdHitProducer.h"
......@@ -68,7 +69,12 @@ Bool_t reconstruct(Bool_t useMC = kFALSE, Bool_t searchPV = kTRUE, Bool_t useIde
// ----- Ideal event building ------------------------------------------
if (useIdealEventBuilder) run->AddTask(new CbmBuildEventsIdeal());
if (useIdealEventBuilder) {
run->AddTask(new CbmBuildEventsIdeal());
if (useMC) {
run->AddTask(new CbmBuildEventsQa());
}
}
// -------------------------------------------------------------------------
......
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