Skip to content

Commit b766acd

Browse files
committed
renaming the task and struct, per O2linter
1 parent eadb321 commit b766acd

2 files changed

Lines changed: 2 additions & 2 deletions

File tree

PWGCF/MultiparticleCorrelations/Tasks/CMakeLists.txt

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -10,7 +10,7 @@
1010
# or submit itself to any jurisdiction.
1111

1212
o2physics_add_dpl_workflow(multiparticle-correlations-ab
13-
SOURCES multiparticleCorrelationsAb.cxx
13+
SOURCES MultiparticleCorrelationsAb.cxx
1414
PUBLIC_LINK_LIBRARIES O2::Framework O2Physics::AnalysisCore O2Physics::PWGCFCore O2Physics::AnalysisCCDB
1515
COMPONENT_NAME Analysis)
1616

PWGCF/MultiparticleCorrelations/Tasks/multiparticleCorrelationsAb.cxx renamed to PWGCF/MultiparticleCorrelations/Tasks/MultiparticleCorrelationsAb.cxx

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -109,7 +109,7 @@ using namespace std;
109109
#include "PWGCF/MultiparticleCorrelations/Core/MuPa-GlobalConstants.h"
110110

111111
// *) Main task:
112-
struct multiparticleCorrelationsAb // this name is used in lower-case format to name the TDirectoryFile in AnalysisResults.root
112+
struct MultiparticleCorrelationsAb // this name is used in lower-case format to name the TDirectoryFile in AnalysisResults.root
113113
{
114114

115115
// *) CCDB:

0 commit comments

Comments
 (0)