Geant4
11.3.0
Toolkit for the simulation of the passage of particles through matter
Loading...
Searching...
No Matches
G4LightIonQMDPhysics.hh
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
// ClassName: G4LightIonQMDPhysics
30
//
31
// Author: Yoshihide Sato - November 2023
32
//
33
// Description: Variant of G4IonQMDPhysics in which G4LightIonQMDReaction
34
// is used in the interval [30 MeV, 510 MeV]/nucleon
35
// (G4BinaryLightIonReaction is used below 40 MeV/nucleon,
36
// and G4QMDReaction is used in the interval
37
// [500 MeV, 6 GeV]/nucleon).
38
//
39
// Modified:
40
//
41
//----------------------------------------------------------------------------
42
//
43
44
#ifndef G4LightIonQMDPhysics_h
45
#define G4LightIonQMDPhysics_h 1
46
47
#include "
globals.hh
"
48
#include "
G4VPhysicsConstructor.hh
"
49
50
#include <vector>
51
52
class
G4HadronicInteraction
;
53
class
G4BinaryLightIonReaction
;
54
class
G4QMDReaction
;
55
class
G4LightIonQMDReaction
;
56
class
G4VCrossSectionDataSet
;
57
58
class
G4LightIonQMDPhysics
:
public
G4VPhysicsConstructor
59
{
60
public
:
61
G4LightIonQMDPhysics
(
G4int
verb = 0);
62
G4LightIonQMDPhysics
(
const
G4String
& name,
G4int
ver = 0);
63
~G4LightIonQMDPhysics
()
override
;
64
65
// This method will be invoked in the Construct() method.
66
// each particle type will be instantiated
67
void
ConstructParticle
()
override
;
68
69
// This method will be invoked in the Construct() method.
70
// each physics process will be instantiated and
71
// registered to the process manager of each particle type
72
void
ConstructProcess
()
override
;
73
74
private
:
75
76
void
AddProcess(
const
G4String
&,
77
G4ParticleDefinition
*,
78
G4BinaryLightIonReaction
*,
79
G4QMDReaction
*,
80
G4LightIonQMDReaction
*,
81
G4HadronicInteraction
*,
82
G4VCrossSectionDataSet
*);
83
84
G4double
eminQMD;
85
G4double
emaxQMD;
86
G4double
eminLIQMD;
87
G4double
emaxLIQMD;
88
G4double
overlap;
89
90
G4int
verbose;
91
};
92
93
94
#endif
95
G4double
double G4double
Definition
G4Types.hh:83
G4int
int G4int
Definition
G4Types.hh:85
G4VPhysicsConstructor.hh
G4BinaryLightIonReaction
Definition
G4BinaryLightIonReaction.hh:35
G4HadronicInteraction
Definition
G4HadronicInteraction.hh:64
G4LightIonQMDPhysics::ConstructParticle
void ConstructParticle() override
Definition
G4LightIonQMDPhysics.cc:181
G4LightIonQMDPhysics::~G4LightIonQMDPhysics
~G4LightIonQMDPhysics() override
Definition
G4LightIonQMDPhysics.cc:106
G4LightIonQMDPhysics::G4LightIonQMDPhysics
G4LightIonQMDPhysics(G4int verb=0)
Definition
G4LightIonQMDPhysics.cc:88
G4LightIonQMDPhysics::ConstructProcess
void ConstructProcess() override
Definition
G4LightIonQMDPhysics.cc:109
G4LightIonQMDReaction
Definition
G4LightIonQMDReaction.hh:60
G4ParticleDefinition
Definition
G4ParticleDefinition.hh:62
G4QMDReaction
Definition
G4QMDReaction.hh:60
G4String
Definition
G4String.hh:62
G4VCrossSectionDataSet
Definition
G4VCrossSectionDataSet.hh:70
G4VPhysicsConstructor::G4VPhysicsConstructor
G4VPhysicsConstructor(const G4String &="")
Definition
G4VPhysicsConstructor.cc:49
globals.hh
geant4-v11.3.0
source
physics_lists
constructors
ions
include
G4LightIonQMDPhysics.hh
Generated by
1.13.2