Skip to content

Commit c115220

Browse files
authored
Use MCH track counterpart of global muon
1 parent b7c799e commit c115220

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

Common/Tasks/qaMuon.cxx

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2399,7 +2399,7 @@ struct muonQa {
23992399

24002400
mch::Track mchrealigned1, mchrealigned2;
24012401
VarClusters fgValuesCls1, fgValuesCls2;
2402-
if (!FillClusters(muonTrack1, clusters, fgValuesCls1, mchrealigned1) || !FillClusters(muonTrack2, clusters, fgValuesCls2, mchrealigned2)) {
2402+
if (!FillClusters(mchTrack1, clusters, fgValuesCls1, mchrealigned1) || !FillClusters(mchTrack2, clusters, fgValuesCls2, mchrealigned2)) {
24032403
continue; // Refit is not valid
24042404
}
24052405

0 commit comments

Comments
 (0)