ATLAS Offline Software
Relatives.h
Go to the documentation of this file.
1 /*
2  Copyright (C) 2002-2020 CERN for the benefit of the ATLAS collaboration
3 */
4 /* Author: Andrii Verbytskyi andrii.verbytskyi@mpp.mpg.de */
5 
6 #ifndef ATLASHEPMC_RELATIVES_H
7 #define ATLASHEPMC_RELATIVES_H
8 #ifdef HEPMC3
9 #include "HepMC3/Relatives.h"
10 namespace HepMC {
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;
24 }
25 #endif
26 #endif
HepMC
Definition: Barcode.h:14