Skip to content

Commit d247556

Browse files
author
Emil Gorm Nielsen
committed
Linter
1 parent 802cb90 commit d247556

File tree

1 file changed

+1
-3
lines changed

1 file changed

+1
-3
lines changed

PWGCF/GenericFramework/Tasks/flowGenericFramework.cxx

Lines changed: 1 addition & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -51,9 +51,7 @@ using namespace o2::analysis;
5151

5252
namespace o2::analysis::genericframework
5353
{
54-
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};
54+
std::vector<double> ptbinning = {0.2, 0.25, 0.3, 0.35, 0.4, 0.45, 0.5, 0.55, 0.6, 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, 1.9, 2, 2.2, 2.4, 2.6, 2.8, 3, 3.5, 4, 5, 6, 8, 10};
5755
float ptpoilow = 0.2, ptpoiup = 10.0;
5856
float ptreflow = 0.2, ptrefup = 3.0;
5957
float ptlow = 0.2, ptup = 10.0;

0 commit comments

Comments
 (0)