ATLAS Offline Software
GenVertex_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_GENVERTEXFWD_H
7 #define ATLASHEPMC_GENVERTEXFWD_H
8 #ifdef HEPMC3
9 #include "HepMC3/GenVertex_fwd.h"
10 namespace HepMC {
13 }
14 #else
15 namespace HepMC {
16 class GenVertex;
17 typedef HepMC::GenVertex* GenVertexPtr;
18 typedef const HepMC::GenVertex* ConstGenVertexPtr;
19 }
20 #endif
21 #endif
HepMC::GenVertexPtr
HepMC::GenVertex * GenVertexPtr
Definition: GenVertex.h:59
HepMC
Definition: Barcode.h:14
HepMC::ConstGenVertexPtr
const HepMC::GenVertex * ConstGenVertexPtr
Definition: GenVertex.h:60