ATLAS Offline Software
Loading...
Searching...
No Matches
GenParticle_fwd.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_GENPARTICLEFWD_H
7#define ATLASHEPMC_GENPARTICLEFWD_H
8#include "HepMC3/GenParticle_fwd.h"
9namespace HepMC {
10typedef HepMC3::GenParticlePtr GenParticlePtr;
11typedef HepMC3::ConstGenParticlePtr ConstGenParticlePtr;
12}
13#endif
HepMC3::GenParticlePtr GenParticlePtr
Definition GenParticle.h:19
HepMC3::ConstGenParticlePtr ConstGenParticlePtr
Definition GenParticle.h:20