We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent e1f2c87 commit 6a2c8f3Copy full SHA for 6a2c8f3
1 file changed
PWGDQ/Tasks/qaMatching.cxx
@@ -2005,7 +2005,7 @@ struct QaMatching {
2005
collisionInfo.bc = bc.globalBC();
2006
collisionInfo.zVertex = collision.posZ();
2007
2008
- if constexpr ( isMC ) {
+ if constexpr (isMC) {
2009
if (collisionInfo.matchablePairs.empty()) {
2010
fillMatchablePairs(collisionInfo, muonTracks, mftTracks);
2011
}
0 commit comments