Skip to content

Commit c37f061

Browse files
author
arkaprabha
committed
Fix the file name
1 parent 88eefb9 commit c37f061

File tree

2 files changed

+5
-5
lines changed

2 files changed

+5
-5
lines changed
Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -9,7 +9,7 @@
99
// granted to it by virtue of its status as an Intergovernmental Organization
1010
// or submit itself to any jurisdiction.
1111

12-
/// \file AntinucleiTask.cxx
12+
/// \file AntiNucleiTask.cxx
1313
/// \brief A task to analyse Anti-nuclei
1414
/// \author Arkaprabha Saha <arkaprabha.saha@cern.ch>
1515

@@ -48,7 +48,7 @@ static const int minTpcCrossedRowsCut = 70;
4848
static const float maxVertexZCut = 10.f;
4949
} // namespace
5050

51-
struct AntinucleiTask {
51+
struct AntiNucleiTask {
5252
// Histogram registry: for holding histograms
5353
HistogramRegistry histos{"histos", {}, OutputObjHandlingPolicy::AnalysisObject};
5454

@@ -162,11 +162,11 @@ struct AntinucleiTask {
162162
}
163163
}
164164

165-
PROCESS_SWITCH(AntinucleiTask, process, "process", true);
165+
PROCESS_SWITCH(AntiNucleiTask, process, "process", true);
166166
};
167167

168168
WorkflowSpec defineDataProcessing(ConfigContext const& cfgc)
169169
{
170170
return WorkflowSpec{
171-
adaptAnalysisTask<AntinucleiTask>(cfgc)};
171+
adaptAnalysisTask<AntiNucleiTask>(cfgc)};
172172
}

PWGLF/Tasks/Nuspex/CMakeLists.txt

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -120,7 +120,7 @@ o2physics_add_dpl_workflow(nuclei-ebye
120120
COMPONENT_NAME Analysis)
121121

122122
o2physics_add_dpl_workflow(anti-nuclei-hist
123-
SOURCES AntinucleiTask.cxx
123+
SOURCES AntiNucleiTask.cxx
124124
PUBLIC_LINK_LIBRARIES O2Physics::AnalysisCore
125125
COMPONENT_NAME Analysis)
126126

0 commit comments

Comments
 (0)