Skip to content

Commit fa14293

Browse files
committed
ITS3: fix study its3-tracking-study-workflow
Signed-off-by: Felix Schlepper <felix.schlepper@cern.ch>
1 parent 858b674 commit fa14293

1 file changed

Lines changed: 2 additions & 0 deletions

File tree

Detectors/Upgrades/ITS3/study/src/its3-tracking-study-workflow.cxx

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -19,6 +19,7 @@
1919
#include "Framework/CallbacksPolicy.h"
2020
#include "DetectorsBase/DPLWorkflowUtils.h"
2121
#include "GlobalTrackingWorkflowHelpers/InputHelper.h"
22+
#include "DataFormatsITSMFT/DPLAlpideParamInitializer.h"
2223
#include "DetectorsRaw/HBFUtilsInitializer.h"
2324

2425
using namespace o2::framework;
@@ -43,6 +44,7 @@ void customize(std::vector<ConfigParamSpec>& workflowOptions)
4344
{"disable-root-input", VariantType::Bool, false, {"disable root-files input reader"}},
4445
{"configKeyValues", VariantType::String, "", {"Semicolon separated key=value strings ..."}}};
4546
o2::raw::HBFUtilsInitializer::addConfigOption(options);
47+
o2::itsmft::DPLAlpideParamInitializer::addITSConfigOption(options);
4648
std::swap(workflowOptions, options);
4749
}
4850

0 commit comments

Comments
 (0)