We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent f06e1ba commit c3c7cb4Copy full SHA for c3c7cb4
1 file changed
PWGDQ/Tasks/qaMatching.cxx
@@ -2014,8 +2014,8 @@ struct QaMatching {
2014
2015
int64_t deltaBc = bcMft - bcMch;
2016
double deltaBcNS = o2::constants::lhc::LHCBunchSpacingNS * deltaBc;
2017
- double deltaTrackTime = mftTrackInfo.time - mftTrackInfo.time + deltaBcNS;
2018
- double trackTimeResTot = mftTrackInfo.timeRes + mftTrackInfo.timeRes;
+ double deltaTrackTime = mftTrackInfo.time - mchTrackInfo.time + deltaBcNS;
+ double trackTimeResTot = mftTrackInfo.timeRes + mchTrackInfo.timeRes;
2019
2020
if (std::fabs(deltaTrackTime) > trackTimeResTot) {
2021
continue;
0 commit comments