Skip to content

Commit 4eb962c

Browse files
committed
Please consider the following formatting changes
1 parent 802cb90 commit 4eb962c

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

PWGCF/GenericFramework/Tasks/flowGenericFramework.cxx

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -52,8 +52,8 @@ using namespace o2::analysis;
5252
namespace o2::analysis::genericframework
5353
{
5454
std::vector<double> ptbinning = {0.2, 0.25, 0.3, 0.35, 0.4, 0.45, 0.5, 0.55, 0.6,
55-
0.65, 0.7, 0.75, 0.8, 0.85, 0.9, 0.95, 1, 1.1, 1.2, 1.3, 1.4, 1.5, 1.6, 1.7, 1.8,
56-
1.9, 2, 2.2, 2.4, 2.6, 2.8, 3, 3.5, 4, 5, 6, 8, 10};
55+
0.65, 0.7, 0.75, 0.8, 0.85, 0.9, 0.95, 1, 1.1, 1.2, 1.3, 1.4, 1.5, 1.6, 1.7, 1.8,
56+
1.9, 2, 2.2, 2.4, 2.6, 2.8, 3, 3.5, 4, 5, 6, 8, 10};
5757
float ptpoilow = 0.2, ptpoiup = 10.0;
5858
float ptreflow = 0.2, ptrefup = 3.0;
5959
float ptlow = 0.2, ptup = 10.0;

0 commit comments

Comments
 (0)