Geant4
10.03.p03
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
G4AblaFissionBase.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
// ABLAXX statistical de-excitation model
27
// Pekka Kaitaniemi, HIP (translation)
28
// Christelle Schmidt, IPNL (fission code)
29
// Davide Mancusi, CEA (contact person INCL/ABLA)
30
// Aatos Heikkinen, HIP (project coordination)
31
//
32
#define ABLAXX_IN_GEANT4_MODE 1
33
34
#include "
globals.hh
"
35
36
#ifndef G4AblaFissionBase_hh
37
#define G4AblaFissionBase_hh 1
38
39
#ifdef ABLAXX_IN_GEANT4_MODE
40
#include "
globals.hh
"
41
#else
42
#include "
G4INCLGeant4Compat.hh
"
43
#endif
44
//#include "G4InclUtils.hh"
45
46
/*
47
* Abstract interface to fission models.
48
*/
49
50
class
G4AblaFissionBase
{
51
52
public
:
53
G4AblaFissionBase
();
54
virtual
~G4AblaFissionBase
();
55
56
virtual
void
doFission
(
G4double
&
A
,
G4double
&
Z
,
G4double
&E,
57
G4double
&A1,
G4double
&Z1,
G4double
&E1,
G4double
&K1,
58
G4double
&A2,
G4double
&Z2,
G4double
&E2,
G4double
&K2) = 0;
59
60
void
setVerboseLevel
(
G4int
level) {
61
verboseLevel = level;
62
}
63
64
void
about
() {
65
// G4cout << ";; " << aboutModel << G4endl;
66
}
67
68
void
setAboutString
(
G4String
anAbout) {
69
aboutModel = anAbout;
70
}
71
72
private
:
73
G4int
verboseLevel;
74
G4String
aboutModel;
75
};
76
77
#endif
G4AblaFissionBase::about
void about()
Definition:
G4AblaFissionBase.hh:64
G4AblaFissionBase::setVerboseLevel
void setVerboseLevel(G4int level)
Definition:
G4AblaFissionBase.hh:60
G4AblaFissionBase
Definition:
G4AblaFissionBase.hh:50
G4int
int G4int
Definition:
G4Types.hh:78
A
double A(double temperature)
Definition:
G4DNAElectronHoleRecombination.cc:60
G4AblaFissionBase::G4AblaFissionBase
G4AblaFissionBase()
Definition:
G4AblaFissionBase.cc:38
G4INCLGeant4Compat.hh
globals.hh
G4AblaFissionBase::~G4AblaFissionBase
virtual ~G4AblaFissionBase()
Definition:
G4AblaFissionBase.cc:43
G4AblaFissionBase::setAboutString
void setAboutString(G4String anAbout)
Definition:
G4AblaFissionBase.hh:68
G4double
double G4double
Definition:
G4Types.hh:76
G4AblaFissionBase::doFission
virtual void doFission(G4double &A, G4double &Z, G4double &E, G4double &A1, G4double &Z1, G4double &E1, G4double &K1, G4double &A2, G4double &Z2, G4double &E2, G4double &K2)=0
Z
G4int Z
Definition:
G4ParticleHPJENDLHEData.cc:262
G4String
Definition:
G4String.hh:45
source
geant4.10.03.p03
source
processes
hadronic
models
abla
include
G4AblaFissionBase.hh
Generated on Tue Nov 28 2017 21:44:09 for Geant4 by
1.8.5