Adding BunchCrossingTime and PileUpType Attributes to GenEvents during pile-up digitization
- Add "BunchCrossingTime" and "PileUpType"
Attributes
toGenEvent
objects during pile-up digitization / presampling (HepMC3 only). These provide an alternative to the currentMcEventCollection
structure-based approach ofGenEvent
event classification used when pile-up truth is written out. - Update client code to propagate/make use of these properties.
- Update
SimpleMergeMcEventCollTool
to be able to optionally override the event numbers in the same way asMergeMcEventCollTool
. - Switch HepMC3-based builds to use
SimpleMergeMcEventCollTool
instead ofMergeMcEventCollTool
. This drops the complicatedMcEventCollection
structure, but should be transparent to reconstruction output.
Relates to ATLSWUPGR-167.
Edited by John Derek Chapman