2 // ********************************************************************
3 // * License and Disclaimer *
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. *
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. *
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 // ********************************************************************
26 // $Id: G4PhysListRegisterOld.icc,v 1.2 2012-09-20 21:47:05 greenc Exp $
27 // GEANT4 tag $Name: not supported by cvs2svn $
29 //---------------------------------------------------------------------------
31 // FileName: G4PhysListRegisterOld.icc
33 // Purpose: To register existing PhysicsList classes with the
34 // G4PhysListFactorySingleton without (yet) having to
35 // modify the original .cc files for those classes
37 // Author: 2011-10-06 R. Hatcher
41 //----------------------------------------------------------------------------
44 #include "Geant4/G4Version.hh"
45 #include "nutools/G4Base/G4PhysListFactorySingleton.hh"
47 #if G4VERSION_NUMBER < 1000
48 #include "Geant4/CHIPS.hh"
52 #include "Geant4/FTFP_BERT.hh"
53 PHYSLISTREG(FTFP_BERT)
55 #if G4VERSION_NUMBER < 1000
56 #include "Geant4/FTFP_BERT_EMV.hh"
57 PHYSLISTREG(FTFP_BERT_EMV)
59 #include "Geant4/FTFP_BERT_EMX.hh"
60 PHYSLISTREG(FTFP_BERT_EMX)
63 #include "Geant4/FTFP_BERT_TRV.hh"
64 PHYSLISTREG(FTFP_BERT_TRV)
66 #include "Geant4/FTF_BIC.hh"
69 #include "Geant4/LBE.hh"
72 #if G4VERSION_NUMBER < 1000
73 #include "Geant4/LHEP.hh"
76 #include "Geant4/LHEP_EMV.hh"
80 #include "Geant4/QBBC.hh"
83 #if G4VERSION_NUMBER < 1000
84 #include "Geant4/QGSC_BERT.hh"
85 PHYSLISTREG(QGSC_BERT)
87 #include "Geant4/QGSP.hh"
91 #include "Geant4/QGSP_BERT.hh"
92 PHYSLISTREG(QGSP_BERT)
94 #if G4VERSION_NUMBER < 1000
95 #include "Geant4/QGSP_BERT_EMV.hh"
96 PHYSLISTREG(QGSP_BERT_EMV)
98 #include "Geant4/QGSP_BERT_EMX.hh"
99 PHYSLISTREG(QGSP_BERT_EMX)
102 #include "Geant4/QGSP_BERT_HP.hh"
103 PHYSLISTREG(QGSP_BERT_HP)
105 #if G4VERSION_NUMBER < 1000
106 #include "Geant4/QGSP_BERT_NOLEP.hh"
107 PHYSLISTREG(QGSP_BERT_NOLEP)
109 #include "Geant4/QGSP_BERT_TRV.hh"
110 PHYSLISTREG(QGSP_BERT_TRV)
112 #include "Geant4/QGSP_BERT_CHIPS.hh"
113 PHYSLISTREG(QGSP_BERT_CHIPS)
116 #include "Geant4/QGSP_BIC.hh"
117 PHYSLISTREG(QGSP_BIC)
119 #if G4VERSION_NUMBER < 1000
120 #include "Geant4/QGSP_BIC_EMY.hh"
121 PHYSLISTREG(QGSP_BIC_EMY)
124 #include "Geant4/QGSP_BIC_HP.hh"
125 PHYSLISTREG(QGSP_BIC_HP)
127 #include "Geant4/QGSP_FTFP_BERT.hh"
128 PHYSLISTREG(QGSP_FTFP_BERT)
130 #include "Geant4/QGS_BIC.hh"
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)
137 #include "Geant4/Shielding.hh"
138 PHYSLISTREG(Shielding)