@@ -1221,7 +1221,7 @@ struct strangenesstofpid {
12211221 if (calculationMethod.value == 2 ) {
12221222 if (std::abs (posFlightPi_Method0 - o2::aod::cascdata::kNoTOFValue ) > o2::aod::cascdata::kEpsilon && std::abs (posFlightPi_Method1 - o2::aod::cascdata::kNoTOFValue ) > o2::aod::cascdata::kEpsilon ) {
12231223 histos.fill (HIST (" hDeltaTimeMethodsVsP_posXiPi" ), positiveP, cascade.positiveeta (), (posFlightPi_Method0 - posFlightPi_Method1) * positiveCosine);
1224- histos.fill (HIST (" hRatioTimeMethodsVsP_posXiPi" ), positiveP, cascade.positiveeta (), (posFlightPi_Method1 / posFlightPi_Method1 ) * positiveCosine);
1224+ histos.fill (HIST (" hRatioTimeMethodsVsP_posXiPi" ), positiveP, cascade.positiveeta (), (posFlightPi_Method1 / posFlightPi_Method0 ) * positiveCosine);
12251225 }
12261226 if (std::abs (negFlightPr_Method0 - o2::aod::cascdata::kNoTOFValue ) > o2::aod::cascdata::kEpsilon && std::abs (negFlightPr_Method1 - o2::aod::cascdata::kNoTOFValue ) > o2::aod::cascdata::kEpsilon ) {
12271227 histos.fill (HIST (" hDeltaTimeMethodsVsP_negXiPr" ), negativeP, cascade.negativeeta (), (negFlightPr_Method0 - negFlightPr_Method1) * negativeCosine);
@@ -1245,15 +1245,15 @@ struct strangenesstofpid {
12451245 if (calculationMethod.value == 2 ) {
12461246 if (std::abs (posFlightPi_Method0 - o2::aod::cascdata::kNoTOFValue ) > o2::aod::cascdata::kEpsilon && std::abs (posFlightPi_Method1 - o2::aod::cascdata::kNoTOFValue ) > o2::aod::cascdata::kEpsilon ) {
12471247 histos.fill (HIST (" hDeltaTimeMethodsVsP_posOmPi" ), positiveP, cascade.positiveeta (), (posFlightPi_Method0 - posFlightPi_Method1) * positiveCosine);
1248- histos.fill (HIST (" hRatioTimeMethodsVsP_posOmPi" ), positiveP, cascade.positiveeta (), (posFlightPi_Method1 / posFlightPi_Method1 ) * positiveCosine);
1248+ histos.fill (HIST (" hRatioTimeMethodsVsP_posOmPi" ), positiveP, cascade.positiveeta (), (posFlightPi_Method1 / posFlightPi_Method0 ) * positiveCosine);
12491249 }
12501250 if (std::abs (negFlightPr_Method0 - o2::aod::cascdata::kNoTOFValue ) > o2::aod::cascdata::kEpsilon && std::abs (negFlightPr_Method1 - o2::aod::cascdata::kNoTOFValue ) > o2::aod::cascdata::kEpsilon ) {
12511251 histos.fill (HIST (" hDeltaTimeMethodsVsP_negOmPr" ), negativeP, cascade.negativeeta (), (negFlightPr_Method0 - negFlightPr_Method1) * negativeCosine);
12521252 histos.fill (HIST (" hRatioTimeMethodsVsP_negOmPr" ), negativeP, cascade.negativeeta (), (negFlightPr_Method1 / negFlightPr_Method0) * negativeCosine);
12531253 }
12541254 if (std::abs (bachFlightKa_Method0 - o2::aod::cascdata::kNoTOFValue ) > o2::aod::cascdata::kEpsilon && std::abs (bachFlightKa_Method1 - o2::aod::cascdata::kNoTOFValue ) > o2::aod::cascdata::kEpsilon ) {
12551255 histos.fill (HIST (" hDeltaTimeMethodsVsP_bachOmKa" ), bachelorP, cascade.bacheloreta (), (bachFlightKa_Method0 - bachFlightKa_Method1) * bachelorCosine);
1256- histos.fill (HIST (" hRatioTimeMethodsVsP_bachOmKa" ), bachelorP, cascade.bacheloreta (), (bachFlightKa_Method1 / bachFlightKa_Method1 ) * bachelorCosine);
1256+ histos.fill (HIST (" hRatioTimeMethodsVsP_bachOmKa" ), bachelorP, cascade.bacheloreta (), (bachFlightKa_Method1 / bachFlightKa_Method0 ) * bachelorCosine);
12571257 }
12581258 }
12591259 if (doQANSigma) {
0 commit comments