@@ -92,17 +92,17 @@ struct FemtoUniversePairTaskTrackNucleus {
9292 Configurable<bool > confIsLine{" confIsLine" , false , " Enable a separation line for clearer TPC Deuteron Sigma" };
9393 Configurable<float > linCutPlow{" linCutPlow" , 0 .0f , " Lower limit of momentum for linear cut of TPC Deuteron Sigma" };
9494 Configurable<float > linCutPhigh{" linCutPhigh" , 1 .4f , " Higher limit of momentum for linear cut of TPC Deuteron Sigma" };
95- Configurable<float > linCutParA{" linCutParA" , -167 .0f , " Parameter 'A' of a linear function 'y = A * x + B'" };
96- Configurable<float > linCutParB{" linCutParB" , 300 .0f , " Parameter 'B' of a linear function 'y = A * x + B'" };
95+ Configurable<float > linCutParA{" linCutParA" , -167 .0f , " Parameter 'A' of the linear function 'y = A * x + B'" };
96+ Configurable<float > linCutParB{" linCutParB" , 300 .0f , " Parameter 'B' of the linear function 'y = A * x + B'" };
9797 } lincut;
9898
9999 // / Table for polynomial 3 cut for TPC Deuteron Sigma
100100 struct : o2::framework::ConfigurableGroup {
101101 Configurable<bool > confIsPol3{" confIsPol3" , false , " Enable a separation polynomial 3 curve for clearer TPC Deuteron Sigma" };
102- Configurable<float > polCutParA{" polCutParA" , -52 .2f , " Parameter 'A' of a polynomial function 'y = A * x^3 + B * x^2 + C * x + D'" };
103- Configurable<float > polCutParB{" polCutParB" , 357 .7f , " Parameter 'B' of a polynomial function 'y = A * x^3 + B * x^2 + C * x + D'" };
104- Configurable<float > polCutParC{" polCutParC" , -834 .7f , " Parameter 'C' of a polynomial function 'y = A * x^3 + B * x^2 + C * x + D'" };
105- Configurable<float > polCutParD{" polCutParD" , 705 .8f , " Parameter 'D' of a polynomial function 'y = A * x^3 + B * x^2 + C * x + D'" };
102+ Configurable<float > polCutParA{" polCutParA" , -52 .2f , " Parameter 'A' of the polynomial function 'y = A * x^3 + B * x^2 + C * x + D'" };
103+ Configurable<float > polCutParB{" polCutParB" , 357 .7f , " Parameter 'B' of the polynomial function 'y = A * x^3 + B * x^2 + C * x + D'" };
104+ Configurable<float > polCutParC{" polCutParC" , -834 .7f , " Parameter 'C' of the polynomial function 'y = A * x^3 + B * x^2 + C * x + D'" };
105+ Configurable<float > polCutParD{" polCutParD" , 705 .8f , " Parameter 'D' of the polynomial function 'y = A * x^3 + B * x^2 + C * x + D'" };
106106 } polcut;
107107
108108 using FemtoFullParticles = soa::Join<aod::FDParticles, aod::FDExtParticles>;
0 commit comments