Skip to content

Commit 18955a7

Browse files
committed
PWGJE: debugged hadronic rate error when filling histograms
1 parent 4783911 commit 18955a7

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

PWGJE/Tasks/jetFinderQA.cxx

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1303,5 +1303,5 @@ struct JetFinderQATask {
13031303

13041304
WorkflowSpec defineDataProcessing(ConfigContext const& cfgc)
13051305
{
1306-
return WorkflowSpec{adaptAnalysisTask<JetFinderQATask>(cfgc, TaskName{"jet-finder-charged-qa"})}; // o2-linter: disable=name/o2-task
1306+
return WorkflowSpec{adaptAnalysisTask<JetFinderQATask>(cfgc, TaskName{"jet-finder-charged-qa"})}; // o2-linter: disable=name/o2-task,name/workflow-file
13071307
}

0 commit comments

Comments
 (0)