Skip to content

Commit ec7012e

Browse files
author
arkaprabha
committed
renamed my task for light-nuclei-analysis
1 parent b7422e3 commit ec7012e

2 files changed

Lines changed: 5 additions & 5 deletions

File tree

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

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

@@ -165,11 +165,11 @@ struct AntinucleiTask {
165165
}
166166
}
167167

168-
PROCESS_SWITCH(AntinucleiTask, process, "process", true);
168+
PROCESS_SWITCH(antiNucleiTask, process, "process", true);
169169
};
170170

171171
WorkflowSpec defineDataProcessing(ConfigContext const& cfgc)
172172
{
173173
return WorkflowSpec{
174-
adaptAnalysisTask<AntinucleiTask>(cfgc)};
174+
adaptAnalysisTask<antiNucleiTask>(cfgc)};
175175
}

0 commit comments

Comments
 (0)