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