ATLAS Offline Software
Loading...
Searching...
No Matches
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"
10namespace HepMC {
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;
24}
25#endif
26#endif