ATLAS Offline Software
Generators
AtlasHepMC
AtlasHepMC
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"
10
namespace
HepMC
{
11
typedef
HepMC3::GenParticlePtr
GenParticlePtr
;
12
typedef
HepMC3::ConstGenParticlePtr
ConstGenParticlePtr
;
13
}
14
#else
15
namespace
HepMC
{
16
class
GenParticle
;
17
typedef
GenParticle
*
GenParticlePtr
;
18
typedef
const
GenParticle
*
ConstGenParticlePtr
;
19
}
20
#endif
21
#endif
HepMC::GenParticlePtr
GenParticle * GenParticlePtr
Definition:
GenParticle.h:37
HepMC::ConstGenParticlePtr
const GenParticle * ConstGenParticlePtr
Definition:
GenParticle.h:38
HepMC
Definition:
Barcode.h:14
GenParticle
@ GenParticle
Definition:
TruthClasses.h:30
Generated on Fri Jan 10 2025 21:10:37 for ATLAS Offline Software by
1.8.18