Geant4
10.02.p03
G4RegisterPhysLists.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
// $Id: RegisterPhysLists.icc 66704 2013-01-10 18:20:17Z rhatcher $
27
//
28
//---------------------------------------------------------------------------
29
//
30
// ClassName: RegisterPhysLists
31
//
32
// Author: R. Hatcher 2014-10-15
33
//
34
// Modified:
35
//
36
//----------------------------------------------------------------------------
37
38
#include "
G4PhysListStamper.hh
"
39
40
#include "
FTFP_BERT.hh
"
41
G4_DECLARE_PHYSLIST_FACTORY
(
FTFP_BERT
);
42
43
#include "
FTFP_BERT_HP.hh
"
44
G4_DECLARE_PHYSLIST_FACTORY
(
FTFP_BERT_HP
);
45
46
#include "
FTFP_BERT_TRV.hh
"
47
G4_DECLARE_PHYSLIST_FACTORY
(
FTFP_BERT_TRV
);
48
49
#include "
FTFP_INCLXX.hh
"
50
G4_DECLARE_PHYSLIST_FACTORY
(
FTFP_INCLXX
);
51
52
#include "
FTFP_INCLXX_HP.hh
"
53
G4_DECLARE_PHYSLIST_FACTORY
(
FTFP_INCLXX_HP
);
54
55
#include "
FTF_BIC.hh
"
56
G4_DECLARE_PHYSLIST_FACTORY
(
FTF_BIC
);
57
58
#include "
LBE.hh
"
59
G4_DECLARE_PHYSLIST_FACTORY
(
LBE
);
60
61
#include "
QBBC.hh
"
62
G4_DECLARE_PHYSLIST_FACTORY
(
QBBC
);
63
64
#include "
QGSP_BERT.hh
"
65
G4_DECLARE_PHYSLIST_FACTORY
(
QGSP_BERT
);
66
67
#include "
QGSP_BERT_HP.hh
"
68
G4_DECLARE_PHYSLIST_FACTORY
(
QGSP_BERT_HP
);
69
70
#include "
QGSP_BIC.hh
"
71
G4_DECLARE_PHYSLIST_FACTORY
(
QGSP_BIC
);
72
73
#include "
QGSP_BIC_HP.hh
"
74
G4_DECLARE_PHYSLIST_FACTORY
(
QGSP_BIC_HP
);
75
76
#include "
QGSP_FTFP_BERT.hh
"
77
G4_DECLARE_PHYSLIST_FACTORY
(
QGSP_FTFP_BERT
);
78
79
#include "
QGS_BIC.hh
"
80
G4_DECLARE_PHYSLIST_FACTORY
(
QGS_BIC
);
81
82
#include "
QGSP_INCLXX.hh
"
83
G4_DECLARE_PHYSLIST_FACTORY
(
QGSP_INCLXX
);
84
85
#include "
QGSP_INCLXX_HP.hh
"
86
G4_DECLARE_PHYSLIST_FACTORY
(
QGSP_INCLXX_HP
);
87
88
#include "
Shielding.hh
"
89
G4_DECLARE_PHYSLIST_FACTORY
(
Shielding
);
90
91
// some extra hoops because the physlist factory expects to be able
92
// to construct a list using just a verbosity argument
93
// but
94
// "ShieldingLEND" is Shielding(verbose,"LEND");
95
// "ShieldingM" is Shielding(verbose,"HP","M");
96
97
class
ShieldingLEND
:
public
Shielding
98
{
99
public
:
100
explicit
ShieldingLEND
(
G4int
verbose = 1) :
Shielding
(verbose,
"LEND"
,
""
) { ; }
101
virtual
~ShieldingLEND
() { ; }
102
};
103
G4_DECLARE_PHYSLIST_FACTORY
(
ShieldingLEND
);
104
105
class
ShieldingM
:
public
Shielding
106
{
107
public
:
108
explicit
ShieldingM
(
G4int
verbose = 1) :
Shielding
(verbose,
"HP"
,
"M"
) { ; }
109
virtual
~ShieldingM
() { ; }
110
};
111
G4_DECLARE_PHYSLIST_FACTORY
(
ShieldingM
);
112
113
#include "
NuBeam.hh
"
114
G4_DECLARE_PHYSLIST_FACTORY
(
NuBeam
);
115
116
// for __clang__ this this needs intercoms/include/G4AnyMethod.hh
117
// to not attempt to defined remove_reference templates, but use std C++11
118
#include "
G4GenericPhysicsList.hh
"
119
G4_DECLARE_PHYSLIST_FACTORY
(
G4GenericPhysicsList
);
120
121
#include "
QGSP_BIC_AllHP.hh
"
122
G4_DECLARE_PHYSLIST_FACTORY
(
QGSP_BIC_AllHP
);
123
124
//
QGSP_BIC_HP.hh
TQGSP_BIC_AllHP
Definition:
QGSP_BIC_AllHP.hh:44
TQGSP_BIC_HP
Definition:
QGSP_BIC_HP.hh:49
QGSP_INCLXX.hh
TNuBeam
Definition:
NuBeam.hh:46
FTFP_BERT_HP.hh
TQGSP_BERT_HP
Definition:
QGSP_BERT_HP.hh:48
QGSP_BIC_AllHP.hh
G4GenericPhysicsList.hh
FTFP_BERT_TRV.hh
QGSP_INCLXX_HP.hh
G4int
int G4int
Definition:
G4Types.hh:78
FTFP_INCLXX_HP.hh
ShieldingLEND::ShieldingLEND
ShieldingLEND(G4int verbose=1)
Definition:
G4RegisterPhysLists.cc:100
QGS_BIC.hh
ShieldingM
Definition:
G4RegisterPhysLists.cc:105
TShielding
Definition:
Shielding.hh:51
TFTFP_BERT
Definition:
FTFP_BERT.hh:49
QGSP_BIC.hh
TINCLXXPhysicsListHelper
Definition:
INCLXXPhysicsListHelper.hh:82
FTFP_BERT.hh
ShieldingM::~ShieldingM
virtual ~ShieldingM()
Definition:
G4RegisterPhysLists.cc:109
TFTF_BIC
Definition:
FTF_BIC.hh:48
TQGSP_BERT
Definition:
QGSP_BERT.hh:48
ShieldingM::ShieldingM
ShieldingM(G4int verbose=1)
Definition:
G4RegisterPhysLists.cc:108
TFTFP_BERT_HP
Definition:
FTFP_BERT_HP.hh:49
FTF_BIC.hh
Shielding.hh
TFTFP_BERT_TRV
Definition:
FTFP_BERT_TRV.hh:49
QBBC.hh
TQGSP_BIC
Definition:
QGSP_BIC.hh:48
G4PhysListStamper.hh
QGSP_FTFP_BERT.hh
QGSP_BERT.hh
QGSP_BERT_HP.hh
FTFP_INCLXX.hh
G4_DECLARE_PHYSLIST_FACTORY
G4_DECLARE_PHYSLIST_FACTORY(FTFP_BERT)
TQGSP_FTFP_BERT
Definition:
QGSP_FTFP_BERT.hh:48
TLBE
Definition:
LBE.hh:61
TG4GenericPhysicsList
Definition:
G4GenericPhysicsList.hh:50
QBBC
Definition:
QBBC.hh:44
NuBeam.hh
TQGS_BIC
Definition:
QGS_BIC.hh:49
LBE.hh
ShieldingLEND::~ShieldingLEND
virtual ~ShieldingLEND()
Definition:
G4RegisterPhysLists.cc:101
ShieldingLEND
Definition:
G4RegisterPhysLists.cc:97
Geant4
Geant4.10.02.p03
source
physics_lists
lists
src
G4RegisterPhysLists.cc
Generated by
1.8.13