Skip to content

Update interfaces of InDetSimEvent, MuonSimEvent and G4AncillarySimEvent transient EDM classes

This merge request updates the interfaces of the InDetSimEvent, MuonSimEvent and G4AncillarySimEvent transient EDM classes to prepare for migration of client classes to be based on GenParticle::id() rather than barcodes.

  • Rename trackNumber() method to truthBarcode() for InDetSimEvent and MuonSimEvent transient EDM classes
  • Rename TRTUncompressedHit::GetTrackID() method to TRTUncompressedHit::truthBarcode().
  • Add truthID() method to return GenParticle::id() to InDetSimEvent, MuonSimEvent and G4AncillarySimEvent transient EDM classes

See ATLASSIM-6978

Merge request reports