There was an error while loading. Please reload this page.
1 parent b07f7ee commit c9d30b7Copy full SHA for c9d30b7
1 file changed
PWGLF/TableProducer/Strangeness/strangenesstofpid.cxx
@@ -245,10 +245,10 @@ struct strangenesstofpid {
245
TH1 *hMeanNegOmPr = nullptr, *hSigmaNegOmPr = nullptr;
246
TH1 *hMeanBachOmKa = nullptr, *hSigmaBachOmKa = nullptr;
247
248
- int mRunNumber;
249
- float d_bz;
250
- float maxSnp; // max sine phi for propagation
251
- float maxStep; // max step size (cm) for propagation
+ int mRunNumber = 0;
+ float d_bz = 0.;
+ float maxSnp = 0.85; // max sine phi for propagation
+ float maxStep = 2.00; // max step size (cm) for propagation
252
253
// enum to keep track of the TOF-related properties for V0s
254
enum tofEnum { kLength = 0,
0 commit comments