You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: PWGLF/TableProducer/Strangeness/strangenesstofpid.cxx
+5-4Lines changed: 5 additions & 4 deletions
Original file line number
Diff line number
Diff line change
@@ -107,6 +107,7 @@ struct strangenesstofpid {
107
107
108
108
Configurable<bool> correctELossInclination{"correctELossInclination", false, "factor out inclination when doing effective e-loss correction (0: no, 1: yes)"};
109
109
Configurable<int> numberOfStepsFirstStage{"numberOfStepsFirstStage", 500, "Max number of alpha rotations to attempt in first stage"};
110
+
Configurable<int> numberOfStepsFirstStage{"numberOfStepsSecondStage", 500, "Max number of steps rotations to attempt in second stage"};
110
111
Configurable<float> stepSizeFirstStage{"stepSizeFirstStage", 2.0f, "Max number of alpha rotations to attempt in first stage"};
111
112
Configurable<float> firstApproximationThreshold{"firstApproximationThreshold",4.0f, "be satisfied if first approach to TOF radius is OK within this threshold (cm)"};
112
113
@@ -367,7 +368,7 @@ struct strangenesstofpid {
367
368
staticconstexprfloatMAX_SIN_PHI = 0.85f;
368
369
staticconstexprfloatMAX_STEP = 2.0f;
369
370
staticconstexprfloatMAX_STEP_FINAL_STAGE = 0.5f;
370
-
staticconstexprfloatMAX_FINAL_X = 390.0f; // maximum extra X on top of TOF X for correcting value
371
+
staticconstexprfloatMAX_FINAL_X = 450.0f; // maximum extra X on top of TOF X for correcting value
0 commit comments