// -*- C++ -*- // // This file is part of HepMC // Copyright (C) 2014-2020 The HepMC collaboration (see AUTHORS for details) // /// /// @file GenHeavyIon_fwd.h /// @brief Minimal forward declarations for GenHeavyIon /// #ifndef HEPMC3_GENHEAVYION_FWD_H #define HEPMC3_GENHEAVYION_FWD_H #include namespace HepMC3 { class GenHeavyIon; using GenHeavyIonPtr = std::shared_ptr; using ConstGenHeavyIonPtr = std::shared_ptr; } #endif