ATLAS Offline Software
Loading...
Searching...
No Matches
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"
10namespace HepMC {
11typedef HepMC3::GenVertexPtr GenVertexPtr;
12typedef HepMC3::ConstGenVertexPtr ConstGenVertexPtr;
13}
14#else
15namespace HepMC {
16class GenVertex;
17typedef HepMC::GenVertex* GenVertexPtr;
18typedef const HepMC::GenVertex* ConstGenVertexPtr;
19}
20#endif
21#endif
HepMC::GenVertex * GenVertexPtr
Definition GenVertex.h:59
const HepMC::GenVertex * ConstGenVertexPtr
Definition GenVertex.h:60