Skip to content

Commit 2422d11

Browse files
gvolpe79noferini
authored andcommitted
Adding chamber information in the AOD
1 parent 7042068 commit 2422d11

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

Detectors/AOD/src/AODProducerWorkflowSpec.cxx

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1345,7 +1345,7 @@ void AODProducerWorkflowDPL::fillHMPID(const o2::globaltracking::RecoContainer&
13451345
}
13461346
auto tref = mGIDToTableID.find(match.getTrackRef());
13471347
if (tref != mGIDToTableID.end()) {
1348-
hmpCursor(tref->second, match.getHMPsignal(), xTrk, yTrk, xMip, yMip, nph, charge, match.getMipClusSize(), match.getHmpMom(), photChargeVec2);
1348+
hmpCursor(tref->second, match.getHMPsignal(), xTrk, yTrk, xMip, yMip, nph, charge, match.getIdxHMPClus(), match.getHmpMom(), photChargeVec2);
13491349
} else {
13501350
LOG(error) << "Could not find AOD track table entry for HMP-matched track " << match.getTrackRef().asString();
13511351
}

0 commit comments

Comments
 (0)