Skip to content

Commit a25588f

Browse files
committed
Rename multandptFluctuations workflow
1 parent abafe6a commit a25588f

2 files changed

Lines changed: 5 additions & 5 deletions

File tree

PWGCF/EbyEFluctuations/Tasks/CMakeLists.txt

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -89,8 +89,8 @@ o2physics_add_dpl_workflow(strongly-intensive-corr
8989
PUBLIC_LINK_LIBRARIES O2::Framework O2Physics::AnalysisCore O2Physics::PWGCFCore
9090
COMPONENT_NAME Analysis)
9191

92-
o2physics_add_dpl_workflow(multandpt-fluctuations
93-
SOURCES multandptFluctuations.cxx
92+
o2physics_add_dpl_workflow(mult-and-pt-fluctuations
93+
SOURCES multAndPtFluctuations.cxx
9494
PUBLIC_LINK_LIBRARIES O2::Framework O2Physics::AnalysisCore O2Physics::PWGCFCore
9595
COMPONENT_NAME Analysis)
9696

PWGCF/EbyEFluctuations/Tasks/multandptFluctuations.cxx renamed to PWGCF/EbyEFluctuations/Tasks/multAndPtFluctuations.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 multandptFluctuations.cxx
12+
/// \file multAndPtFluctuations.cxx
1313
/// \brief Calculate multiplicity and transverse momentum fluctuations using strongly intensive observables
1414
/// \author Omama Rubza
1515
#include "Common/CCDB/EventSelectionParams.h"
@@ -38,7 +38,7 @@ using namespace o2::framework;
3838
using namespace o2::aod;
3939
using namespace o2::framework::expressions;
4040

41-
struct MultandptFluctuations {
41+
struct MultAndPtFluctuations {
4242

4343
// ------ Histogram binning
4444

@@ -232,5 +232,5 @@ struct MultandptFluctuations {
232232

233233
WorkflowSpec defineDataProcessing(ConfigContext const& cfgc)
234234
{
235-
return WorkflowSpec{adaptAnalysisTask<MultandptFluctuations>(cfgc)};
235+
return WorkflowSpec{adaptAnalysisTask<MultAndPtFluctuations>(cfgc)};
236236
}

0 commit comments

Comments
 (0)