File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff line change @@ -2487,7 +2487,7 @@ AODProducerWorkflowDPL::TrackExtraInfo AODProducerWorkflowDPL::processBarrelTrac
24872487 extraInfoHolder.tpcNClsFindableMinusFound = tpcOrig.getNClusters () - tpcClData.found ;
24882488 extraInfoHolder.tpcNClsFindableMinusCrossedRows = tpcOrig.getNClusters () - tpcClData.crossed ;
24892489 extraInfoHolder.tpcNClsShared = tpcClData.shared ;
2490- uint8_t clsFractionUsedForPID = (tpcOrig.getdEdx ().NHitsIROC + tpcOrig.getdEdx ().NHitsOROC1 + tpcOrig.getdEdx ().NHitsOROC2 + tpcOrig.getdEdx ().NHitsOROC3 ) * 8 / tpcClData.found ;
2490+ uint32_t clsFractionUsedForPID = (tpcOrig.getdEdx ().NHitsIROC + tpcOrig.getdEdx ().NHitsOROC1 + tpcOrig.getdEdx ().NHitsOROC2 + tpcOrig.getdEdx ().NHitsOROC3 ) * 8 / tpcClData.found ;
24912491 clsFractionUsedForPID = clsFractionUsedForPID > 7u ? 7u : clsFractionUsedForPID; // 7 is the maximum value
24922492 extraInfoHolder.flags |= clsFractionUsedForPID << 25 ;
24932493 if (src == GIndex::TPC ) { // standalone TPC track should set its time from their timebins range
You can’t perform that action at this time.
0 commit comments