ATLAS Offline Software
Loading...
Searching...
No Matches
Relatives.h
Go to the documentation of this file.
1/*
2 Copyright (C) 2002-2026 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#include "HepMC3/Relatives.h"
9namespace HepMC {
10typedef HepMC3::Relatives Relatives;
11using HepMC3::children_particles;
12using HepMC3::children_vertices;
13using HepMC3::grandchildren_particles;
14using HepMC3::grandchildren_vertices;
15using HepMC3::parent_particles;
16using HepMC3::parent_vertices;
17using HepMC3::grandparent_particles;
18using HepMC3::grandparent_vertices;
19using HepMC3::descendant_particles;
20using HepMC3::descendant_vertices;
21using HepMC3::ancestor_particles;
22using HepMC3::ancestor_vertices;
23}
24#endif
HepMC3::Relatives Relatives
Definition Relatives.h:10