Skip to content

Commit 4b08810

Browse files
Aimeric LandouAimeric Landou
authored andcommitted
add error message if trackingEfficiencyPtBinning and trackingEfficiency configs arenot setup correctly
1 parent 23382d8 commit 4b08810

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

PWGJE/JetFinders/jetFinder.cxx

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -164,7 +164,7 @@ struct JetFinderTask {
164164
}
165165

166166
if (trackingEfficiencyPtBinning.size() < 2 || (trackingEfficiency.size()+1) != trackingEfficiencyPtBinning.size()) {
167-
LOGF(fatal, "jetFinder workflow: trackingEfficiencyPtBinning and trackingEfficiency configurables not setup correctly")
167+
LOG(fatal, "jetFinder workflow: trackingEfficiencyPtBinning and trackingEfficiency configurables not setup correctly")
168168
}
169169
}
170170

0 commit comments

Comments
 (0)