MARLEY (Model of Argon Reaction Low Energy Yields)
v2.0.0
A Monte Carlo event generator for tens-of-MeV neutrino interactions
Loading...
Searching...
No Matches
include
builtin
HepMC3
GenHeavyIon_fwd.h
1
// -*- C++ -*-
2
//
3
// This file is part of HepMC
4
// Copyright (C) 2014-2023 The HepMC collaboration (see AUTHORS for details)
5
//
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
HepMC3::GenHeavyIon
Stores additional information about Heavy Ion generator.
Definition
GenHeavyIon.h:26
Generated by
1.13.2