Skip to content
Snippets Groups Projects

Drop unused concept of shared child particle barcodes

Merged John Derek Chapman requested to merge jchapman/athena:DropSharedChildParticleBarcode into main
2 files
+ 0
17
Compare changes
  • Side-by-side
  • Inline
Files
2
@@ -157,8 +157,6 @@ namespace ISF {
int barcode() const; // FIXME barcode-based
/** set a new barcode */
void setBarcode(int bc); // FIXME barcode-based
/** set a new barcode and update the HepMcParticleLink */
void setBarcodeAndUpdateHepMcParticleLink(int bc); // FIXME barcode-based TODO Update this method to use the unique ID rather than the barcode.
/** unique ID */
int id() const;
Loading