ATLAS Offline Software
Loading...
Searching...
No Matches
GenEvent_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_GENEVENTFWD_H
7#define ATLASHEPMC_GENEVENTFWD_H
8#ifdef HEPMC3
9namespace HepMC3 { class GenEvent; }
10namespace HepMC {
11using GenEvent=HepMC3::GenEvent;
12}
13#else
14namespace HepMC {
15class GenEvent;
16}
17#endif
18#endif