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 totruthBarcode()
for InDetSimEvent and MuonSimEvent transient EDM classes - Rename
TRTUncompressedHit::GetTrackID()
method toTRTUncompressedHit::truthBarcode()
. - Add
truthID()
method to returnGenParticle::id()
to InDetSimEvent, MuonSimEvent and G4AncillarySimEvent transient EDM classes
See ATLASSIM-6978