We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent fd8a34e commit a494ffaCopy full SHA for a494ffa
Framework/src/PostProcessingConfig.cxx
@@ -41,7 +41,7 @@ PostProcessingConfig::PostProcessingConfig(const std::string& id, const boost::p
41
{
42
// if available, use the source repo as defined in the postprocessing task, otherwise the general QCDB
43
auto sourceRepo = config.get_child_optional("qc.postprocessing." + id + ".sourceRepo");
44
- auto databasePath = sourceRepo? "qc.postprocessing." + id + ".sourceRepo" : "qc.config.database";
+ auto databasePath = sourceRepo ? "qc.postprocessing." + id + ".sourceRepo" : "qc.config.database";
45
qcdbUrl = config.get<std::string>(databasePath + ".implementation") == "CCDB" ? config.get<std::string>(databasePath + ".host") : "";
46
47
for (const auto& initTrigger : config.get_child("qc.postprocessing." + id + ".initTrigger")) {
0 commit comments