Skip to content

Commit af659d7

Browse files
committed
Modify the file to calculate v2-q2
1 parent 365d0de commit af659d7

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

PWGCF/Flow/Tasks/flowEseTask.cxx

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -80,8 +80,8 @@ struct FlowEseTask {
8080

8181
static constexpr float kMinAmplitudeThreshold = 1e-4f;
8282
static constexpr int kDefaultModulation = 2;
83-
static constexpr std::array<double, 11> kCent = {0,10,20,30,40,50,60,70,80,90,100};
84-
static constexpr std::array<double, 20> kSeparator = {125,204,110,172,92,143,74,116,57,92,43,70,31,50,21,34,14,22,5,9};
83+
static constexpr std::array<double, 11> kCent = {0, 10, 20, 30, 40, 50, 60, 70, 80, 90, 100};
84+
static constexpr std::array<double, 20> kSeparator = {125, 204, 110, 172, 92, 143, 74, 116, 57, 92, 43, 70, 31, 50, 21, 34, 14, 22, 5, 9};
8585

8686
EventPlaneHelper helperEP;
8787

0 commit comments

Comments
 (0)