Geant4
9.6.p02
Main Page
Related Pages
Modules
Namespaces
Classes
Files
File List
File Members
All
Classes
Namespaces
Files
Functions
Variables
Typedefs
Enumerations
Enumerator
Friends
Macros
Groups
Pages
geant4_9_6_p02
examples
extended
hadronic
Hadr02
include
HadronPhysicsUrQMD.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
//
28
//
29
// $Id$
30
//
31
//---------------------------------------------------------------------------
32
//
33
// ClassName:
34
//
35
// Author: 2012 Andrea Dotti
36
// created from HadronPhysicsFTFP_BERT
37
// Modified:
38
// 07.02.2012 A. Dotti: First version
39
//----------------------------------------------------------------------------
40
//
41
#ifndef HadronPhysicsUrQMD_h
42
#define HadronPhysicsUrQMD_h 1
43
44
#include "
globals.hh
"
45
#include "
G4ios.hh
"
46
47
#include "
G4VPhysicsConstructor.hh
"
48
49
#include "
G4PiKBuilder.hh
"
50
#include "
UrQMDPiKBuilder.hh
"
51
52
#include "
G4ProtonBuilder.hh
"
53
#include "
UrQMDProtonBuilder.hh
"
54
55
#include "
G4NeutronBuilder.hh
"
56
#include "
UrQMDNeutronBuilder.hh
"
57
#include "
G4LEPNeutronBuilder.hh
"
58
59
#include "
G4HyperonFTFPBuilder.hh
"
60
61
#include "
G4AntiBarionBuilder.hh
"
62
#include "
UrQMDAntiBarionBuilder.hh
"
63
64
class
HadronPhysicsUrQMD
:
public
G4VPhysicsConstructor
65
{
66
public
:
67
68
HadronPhysicsUrQMD
(
G4int
verbose =1);
69
virtual
~HadronPhysicsUrQMD
();
70
71
public
:
72
virtual
void
ConstructParticle
();
73
virtual
void
ConstructProcess
();
74
75
private
:
76
77
void
CreateModels();
78
G4HadronicProcess
* FindInelasticProcess(
const
G4ParticleDefinition
*);
79
80
G4NeutronBuilder
* fNeutrons;
81
UrQMDNeutronBuilder
* fUrQMDNeutron;
82
G4LEPNeutronBuilder
* fLEPNeutron;
//needed for capture&fission
83
84
G4PiKBuilder
* fPiK;
85
UrQMDPiKBuilder
* fUrQMDPiK;
86
87
G4ProtonBuilder
* fPro;
88
UrQMDProtonBuilder
* fUrQMDPro;
89
90
G4HyperonFTFPBuilder
* fHyperon;
91
92
G4AntiBarionBuilder
* fAntiBaryon;
93
UrQMDAntiBarionBuilder
* fUrQMDAntiBaryon;
94
95
G4VCrossSectionDataSet
* fCHIPSInelastic;
96
};
97
98
#endif
99
Generated on Sat May 25 2013 14:32:56 for Geant4 by
1.8.4