ATLAS Offline Software
Loading...
Searching...
No Matches
GenParticle_fwd.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_GENPARTICLEFWD_H
7#define ATLASHEPMC_GENPARTICLEFWD_H
8#ifdef HEPMC3
9#include "HepMC3/GenParticle_fwd.h"
10namespace HepMC {
11typedef HepMC3::GenParticlePtr GenParticlePtr;
12typedef HepMC3::ConstGenParticlePtr ConstGenParticlePtr;
13}
14#else
15namespace HepMC {
16class GenParticle;
18typedef const GenParticle* ConstGenParticlePtr;
19}
20#endif
21#endif
@ GenParticle
GenParticle * GenParticlePtr
Definition GenParticle.h:37
const GenParticle * ConstGenParticlePtr
Definition GenParticle.h:38