Geant4_10
Main Page
Related Pages
Modules
Namespaces
Classes
Files
File List
File Members
source
examples
extended
hadronic
Hadr02
include
G4UrQMD1_3Model.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
// * *
21
// * Parts of this code which have been developed by Abdel-Waged *
22
// * et al under contract (31-465) to the King Abdul-Aziz City for *
23
// * Science and Technology (KACST), the National Centre of *
24
// * Mathematics and Physics (NCMP), Saudi Arabia. *
25
// * *
26
// * By using, copying, modifying or distributing the software (or *
27
// * any work based on the software) you agree to acknowledge its *
28
// * use in resulting scientific publications, and indicate your *
29
// * acceptance of all terms of the Geant4 Software license. *
30
// ********************************************************************
31
//
34
//
35
// $Id: G4UrQMD1_3Model.hh 77519 2013-11-25 10:54:57Z gcosmo $
36
//
37
38
#ifndef G4UrQMD1_3Model_hh
39
#define G4UrQMD1_3Model_hh
40
// %%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%
41
//
42
// MODULE: G4UrQMD1_3Model.hh
43
//
44
// Version: 0.B
45
// Date: 20/10/12
46
// Author: Kh. Abdel-Waged and Nuha Felemban
47
// Revised by: V.V. Uzhinskii
48
// SPONSERED BY
49
// Customer: KAUST/NCMP
50
// Contract: 31-465
51
//
52
// %%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%
53
//
54
// Class Description
55
//
56
//
57
// Class Description - End
58
//
59
// %%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%
61
62
#include "
G4Nucleon.hh
"
63
#include "
G4Nucleus.hh
"
64
#include "
G4VIntraNuclearTransportModel.hh
"
65
#include "
G4KineticTrackVector.hh
"
66
#include "
G4FragmentVector.hh
"
67
#include "
G4ParticleChange.hh
"
68
#include "
G4ReactionProductVector.hh
"
69
#include "
G4ReactionProduct.hh
"
70
#include "
G4IntraNucleiCascader.hh
"
71
#include "
G4Track.hh
"
72
73
#include <fstream>
74
#include <string>
75
76
//....oooOO0OOooo........oooOO0OOooo........oooOO0OOooo........oooOO0OOooo......
77
class
G4UrQMD1_3Model
:
public
G4VIntraNuclearTransportModel
{
78
79
public
:
80
81
G4UrQMD1_3Model
(
const
G4String
&
name
=
"UrQMD1_3"
);
82
83
virtual
~G4UrQMD1_3Model
();
84
85
G4ReactionProductVector
*
Propagate
(
G4KineticTrackVector
*
86
theSecondaries,
87
G4V3DNucleus
*
theTarget
);
88
89
virtual
G4HadFinalState
*
ApplyYourself
(
const
G4HadProjectile
&,
90
G4Nucleus
&);
91
92
private
:
93
94
G4int
operator==(
G4UrQMD1_3Model
&
right
);
95
G4int
operator!=(
G4UrQMD1_3Model
& right);
96
97
void
InitialiseDataTables();
98
99
void
WelcomeMessage ()
const
;
100
101
G4int
CurrentEvent;
102
G4int
verbose;
103
104
G4HadFinalState
theResult;
105
};
106
107
#endif
G4HadFinalState
Definition:
G4HadFinalState.hh:45
G4VIntraNuclearTransportModel.hh
G4Nucleus
Definition:
G4Nucleus.hh:50
right
Definition:
F04UserTrackInformation.hh:37
G4UrQMD1_3Model
Definition:
G4UrQMD1_3Model.hh:77
G4Track.hh
G4V3DNucleus
Definition:
G4V3DNucleus.hh:41
G4HadProjectile
Definition:
G4HadProjectile.hh:39
G4KineticTrackVector
Definition:
G4KineticTrackVector.hh:38
name
const XML_Char * name
Definition:
expat.h:151
G4int
int G4int
Definition:
G4Types.hh:78
G4ReactionProductVector
std::vector< G4ReactionProduct * > G4ReactionProductVector
Definition:
G4ReactionProductVector.hh:43
G4KineticTrackVector.hh
G4ReactionProductVector.hh
G4Nucleus.hh
theTarget
G4ErrorTarget * theTarget
Definition:
errprop.cc:59
G4UrQMD1_3Model::Propagate
G4ReactionProductVector * Propagate(G4KineticTrackVector *theSecondaries, G4V3DNucleus *theTarget)
G4VIntraNuclearTransportModel
Definition:
G4VIntraNuclearTransportModel.hh:64
G4IntraNucleiCascader.hh
G4FragmentVector.hh
G4UrQMD1_3Model::ApplyYourself
virtual G4HadFinalState * ApplyYourself(const G4HadProjectile &, G4Nucleus &)
G4UrQMD1_3Model::~G4UrQMD1_3Model
virtual ~G4UrQMD1_3Model()
G4UrQMD1_3Model::G4UrQMD1_3Model
G4UrQMD1_3Model(const G4String &name="UrQMD1_3")
G4Nucleon.hh
G4ReactionProduct.hh
G4ParticleChange.hh
G4String
Definition:
G4String.hh:45
Generated on Sat Dec 14 2013 14:33:51 for Geant4_10 by
1.8.5