ATLAS Offline Software
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
9 namespace HepMC3 { class GenEvent; }
10 namespace HepMC {
11 using GenEvent=HepMC3::GenEvent;
12 }
13 #else
14 namespace HepMC {
15 class GenEvent;
16 }
17 #endif
18 #endif
HepMC
Definition: Barcode.h:14