File tree Expand file tree Collapse file tree 1 file changed +5
-5
lines changed
PWGLF/TableProducer/Strangeness Expand file tree Collapse file tree 1 file changed +5
-5
lines changed Original file line number Diff line number Diff line change @@ -792,8 +792,8 @@ struct strangenesstofpid {
792792 std::abs (pTof.tpcNSigmaPi ) < v0Group.qaTPCNSigma &&
793793 std::abs (nTof.tpcNSigmaPi ) < v0Group.qaTPCNSigma ;
794794
795- bool pValidTOF = rejectUndefinedTof.value ? static_cast <bool >(std::fabs (pTof.tofSignal )> o2::aod::v0data::kEpsilon ) : true ;
796- bool nValidTOF = rejectUndefinedTof.value ? static_cast <bool >(std::fabs (nTof.tofSignal )> o2::aod::v0data::kEpsilon ) : true ;
795+ bool pValidTOF = rejectUndefinedTof.value ? static_cast <bool >(std::fabs (pTof.tofSignal ) > o2::aod::v0data::kEpsilon ) : true ;
796+ bool nValidTOF = rejectUndefinedTof.value ? static_cast <bool >(std::fabs (nTof.tofSignal ) > o2::aod::v0data::kEpsilon ) : true ;
797797
798798 // _____________________________________________________________________________________________
799799 // Actual calculation
@@ -1062,9 +1062,9 @@ struct strangenesstofpid {
10621062 std::abs (nTof.tpcNSigmaPr ) < cascadeGroup.qaTPCNSigma &&
10631063 std::abs (bTof.tpcNSigmaKa ) < cascadeGroup.qaTPCNSigma ;
10641064
1065- bool pValidTOF = rejectUndefinedTof.value ? static_cast <bool >(std::fabs (pTof.tofSignal )> o2::aod::v0data::kEpsilon ) : true ;
1066- bool nValidTOF = rejectUndefinedTof.value ? static_cast <bool >(std::fabs (nTof.tofSignal )> o2::aod::v0data::kEpsilon ) : true ;
1067- bool bValidTOF = rejectUndefinedTof.value ? static_cast <bool >(std::fabs (bTof.tofSignal )> o2::aod::v0data::kEpsilon ) : true ;
1065+ bool pValidTOF = rejectUndefinedTof.value ? static_cast <bool >(std::fabs (pTof.tofSignal ) > o2::aod::v0data::kEpsilon ) : true ;
1066+ bool nValidTOF = rejectUndefinedTof.value ? static_cast <bool >(std::fabs (nTof.tofSignal ) > o2::aod::v0data::kEpsilon ) : true ;
1067+ bool bValidTOF = rejectUndefinedTof.value ? static_cast <bool >(std::fabs (bTof.tofSignal ) > o2::aod::v0data::kEpsilon ) : true ;
10681068
10691069 // _____________________________________________________________________________________________
10701070 // Actual calculation
You can’t perform that action at this time.
0 commit comments