Skip to content

Commit ad39777

Browse files
authored
Merge pull request #28 from alibuild/alibot-cleanup-17130
Please consider the following formatting changes to #17130
2 parents e9efc83 + ec9bb00 commit ad39777

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

ALICE3/TableProducer/OTF/onTheFlyTracker.cxx

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2170,7 +2170,7 @@ struct OnTheFlyTracker {
21702170

21712171
if (reconstructed) {
21722172
tracksAlice3.push_back(TrackAlice3{trackParCov, mcParticle.globalIndex(), time, timeResolutionUs, isSecondary, false, 0, nTrkHits, kRecoPrimary});
2173-
getHist(TH1, histPath + "hPtReconstructedPr")->Fill(trackParCov.getPt());
2173+
getHist(TH1, histPath + "hPtReconstructedPr")->Fill(trackParCov.getPt());
21742174
} else {
21752175
ghostTracksAlice3.push_back(TrackAlice3{trackParCov, mcParticle.globalIndex(), time, timeResolutionUs, isSecondary, false, 0, nTrkHits, kGhostPrimary});
21762176
}

0 commit comments

Comments
 (0)