File tree Expand file tree Collapse file tree 1 file changed +3
-3
lines changed
Expand file tree Collapse file tree 1 file changed +3
-3
lines changed Original file line number Diff line number Diff line change @@ -1010,7 +1010,7 @@ struct QaMatching {
10101010
10111011 SMatrix55Sym hK, vK;
10121012 SVector5 mK (mftTrack.getX (), mftTrack.getY (), mftTrack.getPhi (),
1013- mftTrack.getTanl (), mftTrack.getInvQPt ()),
1013+ mftTrack.getTanl (), mftTrack.getInvQPt ()),
10141014 rKKminus1;
10151015 SVector5 globalMuonTrackParameters = mchTrack.getParameters ();
10161016 SMatrix55Sym globalMuonTrackCovariances = mchTrack.getCovariances ();
@@ -1045,7 +1045,7 @@ struct QaMatching {
10451045 SMatrix45 hK;
10461046 SMatrix44 vK;
10471047 SVector4 mK (mftTrack.getX (), mftTrack.getY (), mftTrack.getPhi (),
1048- mftTrack.getTanl ()),
1048+ mftTrack.getTanl ()),
10491049 rKKminus1;
10501050 SVector5 globalMuonTrackParameters = mchTrack.getParameters ();
10511051 SMatrix55Sym globalMuonTrackCovariances = mchTrack.getCovariances ();
@@ -2332,7 +2332,7 @@ struct QaMatching {
23322332 // Matching efficiencies
23332333
23342334 // outer loop on matchable pairs
2335- for (const auto & [matchableMchIndex, matchableMftIndex] : matchablePairs) {
2335+ for (const auto & [matchableMchIndex, matchableMftIndex] : matchablePairs) {
23362336 // get the standalone MCH track
23372337 auto const & mchTrack = muonTracks.rawIteratorAt (matchableMchIndex);
23382338
You can’t perform that action at this time.
0 commit comments