Skip to content

Commit 8abde21

Browse files
committed
fix typo
1 parent 3799aa5 commit 8abde21

1 file changed

Lines changed: 2 additions & 2 deletions

File tree

DPG/Tasks/TPC/tpcSkimsTableCreator.cxx

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -467,8 +467,8 @@ struct TreeWriterTpcV0 {
467467
const auto& dauTrackWithITSPid = tracksWithITSPid.rawIteratorAt(trackId);
468468
const auto v0Id = getAddId(v0);
469469
const V0Mother v0Mother = createV0Mother(v0Id);
470-
const auto daighterId = isPositive ? v0Mother.posDaughterId : v0Mother.negDaughterId;
471-
const V0Daughter daughter = createV0Daughter<IsCorrectedDeDx>(v0, dauTrackWithITSPid, v0Id, daighterId, isPositive);
470+
const auto daughterId = isPositive ? v0Mother.posDaughterId : v0Mother.negDaughterId;
471+
const V0Daughter daughter = createV0Daughter<IsCorrectedDeDx>(v0, dauTrackWithITSPid, v0Id, daughterId, isPositive);
472472

473473
const bool passTrackSelection = isTrackSelected(dauTrack, trackSelection);
474474
const bool passDownsamplig = downsampleTsalisCharged(fRndm, dauTrack.pt(), daughter.downsamplingTsalis, daughter.mass, sqrtSNN, daughter.maxPt4dwnsmplTsalis);

0 commit comments

Comments
 (0)