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 777f271 commit 997fa48Copy full SHA for 997fa48
PWGJE/TableProducer/slimTablesProducer.cxx
@@ -9,7 +9,7 @@
9
// granted to it by virtue of its status as an Intergovernmental Organization
10
// or submit itself to any jurisdiction.
11
12
-/// \file SlimTablesProducer.cxx
+/// \file slimTablesProducer.cxx
13
/// \brief Task to produce a reduced version of Tables for tracks, collisions, mcparticles and mccollisions.
14
/// \author Millot Louise <louise.millot@cern.ch>
15
@@ -74,5 +74,5 @@ struct SlimTablesProducer {
74
WorkflowSpec defineDataProcessing(ConfigContext const& cfgc)
75
{
76
return WorkflowSpec{
77
- adaptAnalysisTask<SlimTablesProducer>(cfgc, TaskName{"slim-tables-producer"})}; // o2-linter: disable=name/o2-task
+ adaptAnalysisTask<SlimTablesProducer>(cfgc)};
78
}
0 commit comments