Skip to content

Commit 0e5b9d9

Browse files
authored
Add files via upload
Updated the flowDecorrelations.cxx based on the errors of the previous pull-request
1 parent b9e8266 commit 0e5b9d9

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

PWGCF/TwoParticleCorrelations/Tasks/flowDecorrelation.cxx

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -9,8 +9,8 @@
99
// granted to it by virtue of its status as an Intergovernmental Organization
1010
// or submit itself to any jurisdiction.
1111

12-
/// \file FlowDecorrelation.cxx
13-
/// \brief long range di-hadron correlation for O-O, Ne-Ne, Pb-Pb collisions
12+
/// \file flowDecorrelation.cxx
13+
/// \brief long range correlations for O-O and Ne-Ne collisions as a function of eta
1414
/// \author Zhiyong Lu (zhiyong.lu@cern.ch), Joachim Hansen (joachim.hansen@cern.ch), Lukas Cernusak (lukas.cernusak@cern.ch)
1515
/// \since Sep/10/2025
1616

@@ -66,7 +66,7 @@ using namespace o2::framework::expressions;
6666
// template for labelled array
6767
static constexpr float LongArrayFloat[3][20] = {{1.1, 1.2, 1.3, -1.1, -1.2, -1.3, 1.1, 1.2, 1.3, -1.1, -1.2, -1.3, 1.1, 1.2, 1.3, -1.1, -1.2, -1.3, 1.1, 1.2}, {2.1, 2.2, 2.3, -2.1, -2.2, -2.3, 1.1, 1.2, 1.3, -1.1, -1.2, -1.3, 1.1, 1.2, 1.3, -1.1, -1.2, -1.3, 1.1, 1.2}, {3.1, 3.2, 3.3, -3.1, -3.2, -3.3, 1.1, 1.2, 1.3, -1.1, -1.2, -1.3, 1.1, 1.2, 1.3, -1.1, -1.2, -1.3, 1.1, 1.2}};
6868

69-
struct LongRangeDihadronCor {
69+
struct flowDecorrelation {
7070
Service<ccdb::BasicCCDBManager> ccdb;
7171
o2::aod::ITSResponse itsResponse;
7272

0 commit comments

Comments
 (0)