For information, these commands (executables) can be found from the directory “sw/BUILD/O2-latest-dev/O2/bin”. To be checked after un “git pull --rebase” !
The reco workflow tries to access a command line argument, as specified here:
// Update the (declared) parameters if changed from the command line
o2::conf::ConfigurableParam::updateFromString(configcontext.options().get<std::string>("configKeyValues"));
Probably @shahoian can comment more. I guess one can make this optional (by testing if the argument was given).
This is my fault: recently I’ve modified the mft reco workflow to allow skipping MC info and when copy-pasting from ITS I added parsing the configKeyValues option but missed to add its definition.
Will fix this now.