File tree Expand file tree Collapse file tree
PWGCF/EbyEFluctuations/Tasks Expand file tree Collapse file tree Original file line number Diff line number Diff 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
Original file line number Diff line number Diff line change 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;
3838using namespace o2 ::aod;
3939using namespace o2 ::framework::expressions;
4040
41- struct MultandptFluctuations {
41+ struct MultAndPtFluctuations {
4242
4343 // ------ Histogram binning
4444
@@ -232,5 +232,5 @@ struct MultandptFluctuations {
232232
233233WorkflowSpec defineDataProcessing (ConfigContext const & cfgc)
234234{
235- return WorkflowSpec{adaptAnalysisTask<MultandptFluctuations >(cfgc)};
235+ return WorkflowSpec{adaptAnalysisTask<MultAndPtFluctuations >(cfgc)};
236236}
You can’t perform that action at this time.
0 commit comments