Skip to content

fix duplicate definition error in ParticleJetTools/CopyTruthJetParticles.h

Hopefully very straightforward: If/When the header gets included more than once then there are multiple definitions. Making it a local static variable should fix that. This also avoids the awkwardness of having a global variable named metaDataFlag, which seems like a really bad name for a global variable.

Merge request reports