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 806f2a2 commit f385ca6Copy full SHA for f385ca6
machine_learning_hep/analysis/analyzerdhadrons_mult.py
@@ -461,7 +461,7 @@ def makenormyields(self):
461
# Choose where efficiencies to take from. Either this mult. bin, another mult. bin
462
# in this analysis or another mult. bin from another analysis specified explicitly
463
# by the user.
464
- fileouteff = "{self.d_resultsallpmc}/efficiencies{self.case}{self.typean}.root" \
+ fileouteff = f"{self.d_resultsallpmc}/efficiencies{self.case}{self.typean}.root" \
465
if not self.path_file_eff[imult] else self.path_file_eff[imult]
466
if not os.path.exists(fileouteff):
467
self.logger.fatal("Efficiency file %s could not be found", fileouteff)
0 commit comments