We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 802cb90 commit 4eb962cCopy full SHA for 4eb962c
PWGCF/GenericFramework/Tasks/flowGenericFramework.cxx
@@ -52,8 +52,8 @@ using namespace o2::analysis;
52
namespace o2::analysis::genericframework
53
{
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};
+ 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};
57
float ptpoilow = 0.2, ptpoiup = 10.0;
58
float ptreflow = 0.2, ptrefup = 3.0;
59
float ptlow = 0.2, ptup = 10.0;
0 commit comments