We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 23382d8 commit 4b08810Copy full SHA for 4b08810
PWGJE/JetFinders/jetFinder.cxx
@@ -164,7 +164,7 @@ struct JetFinderTask {
164
}
165
166
if (trackingEfficiencyPtBinning.size() < 2 || (trackingEfficiency.size()+1) != trackingEfficiencyPtBinning.size()) {
167
- LOGF(fatal, "jetFinder workflow: trackingEfficiencyPtBinning and trackingEfficiency configurables not setup correctly")
+ LOG(fatal, "jetFinder workflow: trackingEfficiencyPtBinning and trackingEfficiency configurables not setup correctly")
168
169
170
0 commit comments