6 #ifndef ATLASHEPMC_RELATIVES_H
7 #define ATLASHEPMC_RELATIVES_H
9 #include "HepMC3/Relatives.h"
11 typedef HepMC3::Relatives Relatives;
12 using HepMC3::children_particles;
13 using HepMC3::children_vertices;
14 using HepMC3::grandchildren_particles;
15 using HepMC3::grandchildren_vertices;
16 using HepMC3::parent_particles;
17 using HepMC3::parent_vertices;
18 using HepMC3::grandparent_particles;
19 using HepMC3::grandparent_vertices;
20 using HepMC3::descendant_particles;
21 using HepMC3::descendant_vertices;
22 using HepMC3::ancestor_particles;
23 using HepMC3::ancestor_vertices;