Geant4 11.1.1
Toolkit for the simulation of the passage of particles through matter
All Classes Namespaces Files Functions Variables Typedefs Enumerations Enumerator Friends Macros Pages
G4IonConstructor.cc
Go to the documentation of this file.
1//
2// ********************************************************************
3// * License and Disclaimer *
4// * *
5// * The Geant4 software is copyright of the Copyright Holders of *
6// * the Geant4 Collaboration. It is provided under the terms and *
7// * conditions of the Geant4 Software License, included in the file *
8// * LICENSE and available at http://cern.ch/geant4/license . These *
9// * include a list of copyright holders. *
10// * *
11// * Neither the authors of this software system, nor their employing *
12// * institutes,nor the agencies providing financial support for this *
13// * work make any representation or warranty, express or implied, *
14// * regarding this software system or assume any liability for its *
15// * use. Please see the license in the file LICENSE and URL above *
16// * for the full disclaimer and the limitation of liability. *
17// * *
18// * This code implementation is the result of the scientific and *
19// * technical work of the GEANT4 collaboration. *
20// * By using, copying, modifying or distributing the software (or *
21// * any work based on the software) you agree to acknowledge its *
22// * use in resulting scientific publications, and indicate your *
23// * acceptance of all terms of the Geant4 Software license. *
24// ********************************************************************
25//
26//
27//
28//
29// --------------------------------------------------------------
30// GEANT 4 class implementation file
31//
32
33#include "G4IonConstructor.hh"
34
36#include "G4ParticleTable.hh"
37// Nuclei
38#include "G4Alpha.hh"
39#include "G4Deuteron.hh"
40#include "G4Triton.hh"
41#include "G4He3.hh"
42#include "G4GenericIon.hh"
43// AntiNuclei
44#include "G4AntiAlpha.hh"
45#include "G4AntiDeuteron.hh"
46#include "G4AntiTriton.hh"
47#include "G4AntiHe3.hh"
48// Hyper-nuclei
50#include "G4DoubleHyperH4.hh"
51#include "G4HyperAlpha.hh"
52#include "G4HyperH4.hh"
53#include "G4HyperHe5.hh"
54#include "G4HyperTriton.hh"
55// Anti-hyper-nuclei
58#include "G4AntiHyperAlpha.hh"
59#include "G4AntiHyperH4.hh"
60#include "G4AntiHyperHe5.hh"
61#include "G4AntiHyperTriton.hh"
62
64{
65}
66
68{
69}
70
72{
75}
76
78{
79 // nuclei
84 // anti_nuclei
89 // generic ion
91}
92
94{
101
108}
static G4Alpha * AlphaDefinition()
Definition: G4Alpha.cc:83
static G4AntiAlpha * AntiAlphaDefinition()
Definition: G4AntiAlpha.cc:83
static G4AntiDeuteron * AntiDeuteronDefinition()
static G4AntiDoubleHyperDoubleNeutron * AntiDoubleHyperDoubleNeutron()
static G4AntiDoubleHyperH4 * AntiDoubleHyperH4()
static G4AntiHe3 * AntiHe3Definition()
Definition: G4AntiHe3.cc:88
static G4AntiHyperAlpha * AntiHyperAlpha()
static G4AntiHyperH4 * AntiHyperH4()
static G4AntiHyperHe5 * AntiHyperHe5()
static G4AntiHyperTriton * AntiHyperTriton()
static G4AntiTriton * AntiTritonDefinition()
Definition: G4AntiTriton.cc:88
static G4Deuteron * DeuteronDefinition()
Definition: G4Deuteron.cc:88
static G4DoubleHyperDoubleNeutron * DoubleHyperDoubleNeutron()
static G4DoubleHyperH4 * DoubleHyperH4()
static G4GenericIon * GenericIonDefinition()
Definition: G4GenericIon.cc:87
static G4He3 * He3Definition()
Definition: G4He3.cc:88
static G4HyperAlpha * HyperAlpha()
static G4HyperH4 * HyperH4()
Definition: G4HyperH4.cc:122
static G4HyperHe5 * HyperHe5()
Definition: G4HyperHe5.cc:121
static G4HyperTriton * HyperTriton()
static void ConstructLightIons()
static void ConstructParticle()
static void ConstructHyperNuclei()
static G4Triton * TritonDefinition()
Definition: G4Triton.cc:88