LArSoft  v06_85_00
Liquid Argon Software toolkit - http://larsoft.org/
G4PhysListRegisterOld.icc
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: G4PhysListRegisterOld.icc,v 1.2 2012-09-20 21:47:05 greenc Exp $
27 // GEANT4 tag $Name: not supported by cvs2svn $
28 //
29 //---------------------------------------------------------------------------
30 //
31 // FileName: G4PhysListRegisterOld.icc
32 //
33 // Purpose: To register existing PhysicsList classes with the
34 // G4PhysListFactorySingleton without (yet) having to
35 // modify the original .cc files for those classes
36 //
37 // Author: 2011-10-06 R. Hatcher
38 //
39 // Modified:
40 //
41 //----------------------------------------------------------------------------
42 //
43 
44 #include "Geant4/G4Version.hh"
45 #include "nutools/G4Base/G4PhysListFactorySingleton.hh"
46 
47 #if G4VERSION_NUMBER < 1000
48  #include "Geant4/CHIPS.hh"
49  PHYSLISTREG(CHIPS)
50 #endif
51 
52 #include "Geant4/FTFP_BERT.hh"
53 PHYSLISTREG(FTFP_BERT)
54 
55 #if G4VERSION_NUMBER < 1000
56  #include "Geant4/FTFP_BERT_EMV.hh"
57  PHYSLISTREG(FTFP_BERT_EMV)
58 
59  #include "Geant4/FTFP_BERT_EMX.hh"
60  PHYSLISTREG(FTFP_BERT_EMX)
61 #endif
62 
63 #include "Geant4/FTFP_BERT_TRV.hh"
64 PHYSLISTREG(FTFP_BERT_TRV)
65 
66 #include "Geant4/FTF_BIC.hh"
67 PHYSLISTREG(FTF_BIC)
68 
69 #include "Geant4/LBE.hh"
70 PHYSLISTREG(LBE)
71 
72 #if G4VERSION_NUMBER < 1000
73  #include "Geant4/LHEP.hh"
74  PHYSLISTREG(LHEP)
75 
76  #include "Geant4/LHEP_EMV.hh"
77  PHYSLISTREG(LHEP_EMV)
78 #endif
79 
80 #include "Geant4/QBBC.hh"
81 PHYSLISTREG(QBBC)
82 
83 #if G4VERSION_NUMBER < 1000
84  #include "Geant4/QGSC_BERT.hh"
85  PHYSLISTREG(QGSC_BERT)
86 
87  #include "Geant4/QGSP.hh"
88  PHYSLISTREG(QGSP)
89 #endif
90 
91 #include "Geant4/QGSP_BERT.hh"
92 PHYSLISTREG(QGSP_BERT)
93 
94 #if G4VERSION_NUMBER < 1000
95  #include "Geant4/QGSP_BERT_EMV.hh"
96  PHYSLISTREG(QGSP_BERT_EMV)
97 
98  #include "Geant4/QGSP_BERT_EMX.hh"
99  PHYSLISTREG(QGSP_BERT_EMX)
100 #endif
101 
102 #include "Geant4/QGSP_BERT_HP.hh"
103 PHYSLISTREG(QGSP_BERT_HP)
104 
105 #if G4VERSION_NUMBER < 1000
106  #include "Geant4/QGSP_BERT_NOLEP.hh"
107  PHYSLISTREG(QGSP_BERT_NOLEP)
108 
109  #include "Geant4/QGSP_BERT_TRV.hh"
110  PHYSLISTREG(QGSP_BERT_TRV)
111 
112  #include "Geant4/QGSP_BERT_CHIPS.hh"
113  PHYSLISTREG(QGSP_BERT_CHIPS)
114 #endif
115 
116 #include "Geant4/QGSP_BIC.hh"
117 PHYSLISTREG(QGSP_BIC)
118 
119 #if G4VERSION_NUMBER < 1000
120  #include "Geant4/QGSP_BIC_EMY.hh"
121  PHYSLISTREG(QGSP_BIC_EMY)
122 #endif
123 
124 #include "Geant4/QGSP_BIC_HP.hh"
125 PHYSLISTREG(QGSP_BIC_HP)
126 
127 #include "Geant4/QGSP_FTFP_BERT.hh"
128 PHYSLISTREG(QGSP_FTFP_BERT)
129 
130 #include "Geant4/QGS_BIC.hh"
131 PHYSLISTREG(QGS_BIC)
132 
133 // not available in Geant 4.9.6 (generally not used in 4.9.5 either)
134 //#include "Geant4/QGSP_INCL_ABLA.hh"
135 //PHYSLISTREG(QGSP_INCL_ABLA)
136 
137 #include "Geant4/Shielding.hh"
138 PHYSLISTREG(Shielding)