File indexing completed on 2025-01-18 09:59:02
0001
0002
0003
0004
0005
0006
0007
0008
0009
0010
0011
0012
0013
0014
0015
0016
0017
0018
0019
0020
0021
0022
0023
0024
0025
0026
0027
0028
0029
0030
0031
0032
0033
0034
0035
0036
0037 #include "G4PhysListStamper.hh"
0038
0039 #include "eASTPhysicsList.hh"
0040 G4_DECLARE_PHYSLIST_FACTORY(eASTPhysicsList);
0041
0042 #include "FTFP_BERT.hh"
0043 G4_DECLARE_PHYSLIST_FACTORY(FTFP_BERT);
0044
0045 #include "FTFP_BERT_HP.hh"
0046 G4_DECLARE_PHYSLIST_FACTORY(FTFP_BERT_HP);
0047
0048 #include "FTFP_BERT_TRV.hh"
0049 G4_DECLARE_PHYSLIST_FACTORY(FTFP_BERT_TRV);
0050
0051 #include "FTFP_BERT_ATL.hh"
0052 G4_DECLARE_PHYSLIST_FACTORY(FTFP_BERT_ATL);
0053
0054 #include "FTFP_INCLXX.hh"
0055 G4_DECLARE_PHYSLIST_FACTORY(FTFP_INCLXX);
0056
0057 #include "FTFP_INCLXX_HP.hh"
0058 G4_DECLARE_PHYSLIST_FACTORY(FTFP_INCLXX_HP);
0059
0060 #include "FTF_BIC.hh"
0061 G4_DECLARE_PHYSLIST_FACTORY(FTF_BIC);
0062
0063 #include "LBE.hh"
0064 G4_DECLARE_PHYSLIST_FACTORY(LBE);
0065
0066 #include "QBBC.hh"
0067 G4_DECLARE_PHYSLIST_FACTORY(QBBC);
0068
0069 #include "QGSP_BERT.hh"
0070 G4_DECLARE_PHYSLIST_FACTORY(QGSP_BERT);
0071
0072 #include "QGSP_BERT_HP.hh"
0073 G4_DECLARE_PHYSLIST_FACTORY(QGSP_BERT_HP);
0074
0075 #include "QGSP_BIC.hh"
0076 G4_DECLARE_PHYSLIST_FACTORY(QGSP_BIC);
0077
0078 #include "QGSP_BIC_HP.hh"
0079 G4_DECLARE_PHYSLIST_FACTORY(QGSP_BIC_HP);
0080
0081 #include "QGSP_FTFP_BERT.hh"
0082 G4_DECLARE_PHYSLIST_FACTORY(QGSP_FTFP_BERT);
0083
0084 #include "QGS_BIC.hh"
0085 G4_DECLARE_PHYSLIST_FACTORY(QGS_BIC);
0086
0087 #include "QGSP_INCLXX.hh"
0088 G4_DECLARE_PHYSLIST_FACTORY(QGSP_INCLXX);
0089
0090 #include "QGSP_INCLXX_HP.hh"
0091 G4_DECLARE_PHYSLIST_FACTORY(QGSP_INCLXX_HP);
0092
0093 #include "Shielding.hh"
0094 G4_DECLARE_PHYSLIST_FACTORY(Shielding);
0095
0096
0097
0098
0099
0100
0101
0102
0103
0104
0105
0106
0107
0108
0109
0110
0111
0112 #include "ShieldingLEND.hh"
0113 G4_DECLARE_PHYSLIST_FACTORY(ShieldingLEND);
0114
0115 class ShieldingM : public Shielding
0116 {
0117 public:
0118 explicit ShieldingM(G4int verbose = 1) : Shielding(verbose,"HP","M") { ; }
0119 virtual ~ShieldingM() { ; }
0120 };
0121 G4_DECLARE_PHYSLIST_FACTORY(ShieldingM);
0122
0123 #include "NuBeam.hh"
0124 G4_DECLARE_PHYSLIST_FACTORY(NuBeam);
0125
0126
0127
0128 #include "G4GenericPhysicsList.hh"
0129 G4_DECLARE_PHYSLIST_FACTORY(G4GenericPhysicsList);
0130
0131 #include "QGSP_BIC_AllHP.hh"
0132 G4_DECLARE_PHYSLIST_FACTORY(QGSP_BIC_AllHP);
0133
0134 #include "FTFQGSP_BERT.hh"
0135 G4_DECLARE_PHYSLIST_FACTORY(FTFQGSP_BERT);
0136
0137
0138
0139
0140
0141
0142
0143
0144
0145
0146
0147
0148