HepMcParticleLink constructor syntax clean-up.
Compare changes
Files
21@@ -145,7 +145,7 @@ def TestOutputCfg (flags, stream, itemList, typeNames = [], metaItemList = []):
@@ -171,7 +171,7 @@ def LoadWriteDictsCfg (flags):
Avoid using 0 in combination with HepMcParticleLink::IS_EVENTNUM in constructor calls as this is not properly supported. It is more correct to directly use 0 with HepMcParticleLink::IS_POSITION to indicate that the link is to the first GenEvent in the McEventCollection.
(Relates to ATLASSIM-6999)