@@ -2004,7 +2004,7 @@ struct QaMatching {
20042004 collisionInfo.bc = bc.globalBC ();
20052005 collisionInfo.zVertex = collision.posZ ();
20062006
2007- if constexpr ( isMC ) {
2007+ if constexpr (isMC) {
20082008 if (collisionInfo.matchablePairs .empty ()) {
20092009 fillMatchablePairs (collisionInfo, muonTracks, mftTracks);
20102010 }
@@ -2117,7 +2117,7 @@ struct QaMatching {
21172117
21182118 candidate.matchRanking = ranking;
21192119 candidate.matchRankingProd = ranking;
2120- if constexpr ( isMC ) {
2120+ if constexpr (isMC) {
21212121 candidate.matchType = getMatchType (muonTrack, muonTracks, mftTracks, collisionInfo.matchablePairs , ranking);
21222122 } else {
21232123 candidate.matchType = kMatchTypeUndefined ;
@@ -2733,7 +2733,7 @@ struct QaMatching {
27332733 const auto & muonTrack = muonTracks.rawIteratorAt (candidate.globalTrackId );
27342734
27352735 candidate.matchRanking = ranking;
2736- if constexpr ( isMC ) {
2736+ if constexpr (isMC) {
27372737 candidate.matchType = getMatchType (muonTrack, muonTracks, mftTracks, matchablePairs, ranking);
27382738 } else {
27392739 candidate.matchType = kMatchTypeUndefined ;
@@ -2882,7 +2882,7 @@ struct QaMatching {
28822882 const auto & muonTrack = muonTracks.rawIteratorAt (candidate.globalTrackId );
28832883
28842884 candidate.matchRanking = ranking;
2885- if constexpr ( isMC ) {
2885+ if constexpr (isMC) {
28862886 candidate.matchType = getMatchType (muonTrack, muonTracks, mftTracks, matchablePairs, ranking);
28872887 } else {
28882888 candidate.matchType = kMatchTypeUndefined ;
0 commit comments