We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent d493ded commit a909f42Copy full SHA for a909f42
Detectors/ITSMFT/ITS/workflow/src/RecoWorkflow.cxx
@@ -63,6 +63,7 @@ framework::WorkflowSpec getWorkflow(bool useMC,
63
cfg.runITSTracking = true;
64
cfg.itsTriggerType = useTrig;
65
cfg.itsOverrBeamEst = overrideBeamPosition;
66
+ cfg.processMC = useMC;
67
68
Inputs ggInputs;
69
auto ggRequest = std::make_shared<o2::base::GRPGeomRequest>(false, true, false, true, true,
0 commit comments