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
5 files
+ 0
39
Compare changes
  • Side-by-side
  • Inline
Files
5
@@ -45,12 +45,6 @@ namespace Barcode {
/** Generate a new unique vertex barcode below the simulation offset */
virtual int newGeneratedVertex() = 0;
/** Generate a common barcode which will be shared by all children
of the given parent barcode (used for child particles which are
not stored in the mc truth event) */
virtual int sharedChildBarcode( int parentBC,
int process=0 ) = 0;
/** Inform the BarcodeSvc about the largest particle and vertex Barcodes
in the event input */
virtual void registerLargestGeneratedParticleBC( int bc) = 0;
Loading