Skip to content
Snippets Groups Projects

Migration of the remaining Generator packages to AtlasHepMC

Merged Andrii Verbytskyi requested to merge averbyts/athena:HepMC3part1p6AtlasHepMC into master
58 files
+ 146
164
Compare changes
  • Side-by-side
  • Inline
Files
58
@@ -7,11 +7,9 @@
#include "AthenaBaseComps/AthAlgorithm.h"
namespace HepMC {
class GenEvent;
class GenVertex;
class GenParticle;
}
#include "AtlasHepMC/GenEvent_fwd.h"
#include "AtlasHepMC/GenVertex_fwd.h"
#include "AtlasHepMC/GenParticle_fwd.h"
/// @short Algorithm demonstrating reading of HepMC truth, and printing to screen
Loading