HepMC3 event record library
Main Page
Related Pages
Modules
Namespaces
Data Structures
Files
Examples
File List
Globals
include
HepMC3
GenHeavyIon_fwd.h
Go to the documentation of this file.
1
// -*- C++ -*-
2
//
3
// This file is part of HepMC
4
// Copyright (C) 2014-2019 The HepMC collaboration (see AUTHORS for details)
5
//
6
///
7
/// @file GenHeavyIon_fwd.h
8
/// @brief Minimal forward declarations for GenHeavyIon
9
///
10
11
#ifndef HEPMC3_GENHEAVYION_FWD_H
12
#define HEPMC3_GENHEAVYION_FWD_H
13
14
#include <memory>
15
16
namespace
HepMC3{
17
18
class
GenHeavyIon;
19
20
using
GenHeavyIonPtr = std::shared_ptr<GenHeavyIon>;
21
using
ConstGenHeavyIonPtr = std::shared_ptr<const GenHeavyIon>;
22
23
}
24
25
#endif
Generated on Wed Jul 24 2019 11:16:34 for HepMC3 event record library by
1.8.5