ATLAS Offline Software
HeavyIon.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_HEAVYION_H
7 #define ATLASHEPMC_HEAVYION_H
8 #ifdef HEPMC3
9 #include "HepMC3/GenHeavyIon.h"
10 #include "HepMC3/PrintStreams.h"
11 namespace HepMC {
12 typedef HepMC3::GenHeavyIonPtr GenHeavyIonPtr;
13 typedef HepMC3::GenHeavyIon GenHeavyIon;
14 }
15 #else
16 #include "HepMC/HeavyIon.h"
17 #endif
18 #endif
HeavyIon.h
HepMC
Definition: Barcode.h:14