Geant4 11.2.2
Toolkit for the simulation of the passage of particles through matter
Loading...
Searching...
No Matches
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// GEANT 4 class implementation file
28//
29
30#include "G4IonConstructor.hh"
31// Nuclei
32#include "G4Alpha.hh"
33#include "G4Deuteron.hh"
34#include "G4GenericIon.hh"
35#include "G4He3.hh"
36#include "G4Triton.hh"
37// AntiNuclei
38#include "G4AntiAlpha.hh"
39#include "G4AntiDeuteron.hh"
40#include "G4AntiHe3.hh"
41#include "G4AntiTriton.hh"
42// Hyper-nuclei
44#include "G4DoubleHyperH4.hh"
45#include "G4HyperAlpha.hh"
46#include "G4HyperH4.hh"
47#include "G4HyperHe5.hh"
48#include "G4HyperTriton.hh"
49// Anti-hyper-nuclei
52#include "G4AntiHyperAlpha.hh"
53#include "G4AntiHyperH4.hh"
54#include "G4AntiHyperHe5.hh"
55#include "G4AntiHyperTriton.hh"
56
62
78
static G4Alpha * AlphaDefinition()
Definition G4Alpha.cc:78
static G4AntiAlpha * AntiAlphaDefinition()
static G4AntiDeuteron * AntiDeuteronDefinition()
static G4AntiDoubleHyperDoubleNeutron * AntiDoubleHyperDoubleNeutron()
static G4AntiDoubleHyperH4 * AntiDoubleHyperH4()
static G4AntiHe3 * AntiHe3Definition()
Definition G4AntiHe3.cc:85
static G4AntiHyperAlpha * AntiHyperAlpha()
static G4AntiHyperH4 * AntiHyperH4()
static G4AntiHyperHe5 * AntiHyperHe5()
static G4AntiHyperTriton * AntiHyperTriton()
static G4AntiTriton * AntiTritonDefinition()
static G4Deuteron * DeuteronDefinition()
Definition G4Deuteron.cc:85
static G4DoubleHyperDoubleNeutron * DoubleHyperDoubleNeutron()
static G4DoubleHyperH4 * DoubleHyperH4()
static G4GenericIon * GenericIonDefinition()
static G4He3 * He3Definition()
Definition G4He3.cc:85
static G4HyperAlpha * HyperAlpha()
static G4HyperH4 * HyperH4()
Definition G4HyperH4.cc:124
static G4HyperHe5 * HyperHe5()
static G4HyperTriton * HyperTriton()
static void ConstructLightIons()
static void ConstructParticle()
static void ConstructHyperNuclei()
static G4Triton * TritonDefinition()
Definition G4Triton.cc:85