Skip to content

Commit a46304e

Browse files
O2Linter fixed-->codeNameChange
1 parent bb7a374 commit a46304e

File tree

2 files changed

+5
-5
lines changed

2 files changed

+5
-5
lines changed

PWGCF/EbyEFluctuations/Tasks/CMakeLists.txt

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -69,7 +69,7 @@ o2physics_add_dpl_workflow(nch-cumulants-id
6969
PUBLIC_LINK_LIBRARIES O2::Framework O2Physics::AnalysisCore O2Physics::PWGCFCore
7070
COMPONENT_NAME Analysis)
7171

72-
o2physics_add_dpl_workflow(v0pt-had-pikaprot
73-
SOURCES v0pTHadPiKaProt.cxx
72+
o2physics_add_dpl_workflow(v0pt-had-pi-ka-prot
73+
SOURCES v0ptHadPiKaProt.cxx
7474
PUBLIC_LINK_LIBRARIES O2::Framework O2Physics::AnalysisCore O2Physics::PWGCFCore
7575
COMPONENT_NAME Analysis)

PWGCF/EbyEFluctuations/Tasks/v0pTHadPiKaProt.cxx renamed to PWGCF/EbyEFluctuations/Tasks/v0ptHadPiKaProt.cxx

Lines changed: 3 additions & 3 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 v0pTHadPiKaProt.cxx
12+
/// \file v0ptHadPiKaProt.cxx
1313
/// \brief Task for analyzing v0(pT) of inclusive hadrons, pions, kaons, and, protons
1414
/// \author Swati Saha
1515

@@ -63,7 +63,7 @@ using namespace o2;
6363
using namespace o2::framework;
6464
using namespace o2::framework::expressions;
6565

66-
struct V0pTHadPiKaProt {
66+
struct V0ptHadPiKaProt {
6767

6868
Configurable<float> cfgCutVertex{"cfgCutVertex", 10.0f, "Accepted z-vertex range"};
6969
Configurable<float> cfgCutTpcChi2NCl{"cfgCutTpcChi2NCl", 2.5f, "Maximum TPCchi2NCl"};
@@ -549,6 +549,6 @@ struct V0pTHadPiKaProt {
549549

550550
WorkflowSpec defineDataProcessing(ConfigContext const& cfgc)
551551
{
552-
WorkflowSpec workflow{adaptAnalysisTask<V0pTHadPiKaProt>(cfgc)};
552+
WorkflowSpec workflow{adaptAnalysisTask<V0ptHadPiKaProt>(cfgc)};
553553
return workflow;
554554
}

0 commit comments

Comments
 (0)