@@ -2009,7 +2009,7 @@ struct QaMatching {
20092009 collisionInfo.bc = bc.globalBC ();
20102010 collisionInfo.zVertex = collision.posZ ();
20112011
2012- if constexpr ( isMC ) {
2012+ if constexpr (isMC) {
20132013 if (collisionInfo.matchablePairs .empty ()) {
20142014 fillMatchablePairs (collisionInfo, muonTracks, mftTracks);
20152015 }
@@ -2106,7 +2106,7 @@ struct QaMatching {
21062106
21072107 candidate.matchRanking = ranking;
21082108 candidate.matchRankingProd = ranking;
2109- if constexpr ( isMC ) {
2109+ if constexpr (isMC) {
21102110 candidate.matchType = getMatchType (muonTrack, muonTracks, mftTracks, collisionInfo.matchablePairs , ranking);
21112111 } else {
21122112 candidate.matchType = kMatchTypeUndefined ;
@@ -2700,7 +2700,7 @@ struct QaMatching {
27002700 const auto & muonTrack = muonTracks.rawIteratorAt (candidate.globalTrackId );
27012701
27022702 candidate.matchRanking = ranking;
2703- if constexpr ( isMC ) {
2703+ if constexpr (isMC) {
27042704 candidate.matchType = getMatchType (muonTrack, muonTracks, mftTracks, matchablePairs, ranking);
27052705 } else {
27062706 candidate.matchType = kMatchTypeUndefined ;
@@ -2845,7 +2845,7 @@ struct QaMatching {
28452845 const auto & muonTrack = muonTracks.rawIteratorAt (candidate.globalTrackId );
28462846
28472847 candidate.matchRanking = ranking;
2848- if constexpr ( isMC ) {
2848+ if constexpr (isMC) {
28492849 candidate.matchType = getMatchType (muonTrack, muonTracks, mftTracks, matchablePairs, ranking);
28502850 } else {
28512851 candidate.matchType = kMatchTypeUndefined ;
0 commit comments