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 @@ -414,9 +414,9 @@ struct upcQuarkoniaCentralBarrel {
414414 // __________________________________________
415415 // main analysis
416416 if (doMCAssociation) {
417- if constexpr (requires { proton.template udMcParticle (); }) { // check if MC information is available
418- auto protonMC = fullTrackMCs.iteratorAt (proton.template udMcParticle ().globalIndex ());
419- auto antiProtonMC = fullTrackMCs.iteratorAt (antiProton.template udMcParticle ().globalIndex ());
417+ if constexpr (requires { proton.udMcParticle (); }) { // check if MC information is available
418+ auto protonMC = fullTrackMCs.iteratorAt (proton.udMcParticle ().globalIndex ());
419+ auto antiProtonMC = fullTrackMCs.iteratorAt (antiProton.udMcParticle ().globalIndex ());
420420
421421 if (!protonMC.has_mothers ())
422422 return ;
You can’t perform that action at this time.
0 commit comments