You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
[QC-1020] Custom Parameters for Post-Processing (#2041)
* [QC-1020] CP for PP
* format
* remove cout
* Update Framework/src/PostProcessingConfig.cxx
Co-authored-by: Piotr Konopka <piotr.jan.konopka@cern.ch>
* Update PostProcessingConfig.cxx
* Extract the parsing of the config for the Custom Parameters
* fix test
* rename
---------
Co-authored-by: Piotr Konopka <piotr.jan.konopka@cern.ch>
Copy file name to clipboardExpand all lines: Framework/src/InfrastructureSpecReader.cxx
+3-21Lines changed: 3 additions & 21 deletions
Original file line number
Diff line number
Diff line change
@@ -117,13 +117,7 @@ TaskSpec InfrastructureSpecReader::readSpecEntry<TaskSpec>(const std::string& ta
117
117
ILOG(Warning, Devel) << "Both taskParameters and extendedTaskParameters are defined in the QC config file. We will use only extendedTaskParameters. " << ENDM;
118
118
}
119
119
if (taskTree.count("extendedTaskParameters") > 0) {
120
-
for (constauto& [runtype, subTreeRunType] : taskTree.get_child("extendedTaskParameters")) {
121
-
for (constauto& [beamtype, subTreeBeamType] : subTreeRunType) {
0 commit comments