source: trunk/source/physics_lists/test/compile.cc@ 1349

Last change on this file since 1349 was 1347, checked in by garnier, 15 years ago

geant4 tag 9.4

File size: 5.4 KB
RevLine 
[1274]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#include "G4RunManager.hh"
27
[1315]28//9.4beta #include "FTFC.hh"
29//9.4beta #include "FTFP.hh"
[1274]30#include "FTFP_BERT.hh"
31#include "FTFP_BERT_TRV.hh"
[1347]32#include "FTFP_BERT_EMV.hh"
33#include "FTFP_BERT_EMX.hh"
[1274]34
35#include "LBE.hh"
[1315]36//9.4beta #include "LHEP_BERT_HP.hh"
37//9.4beta #include "LHEP_BERT.hh"
[1274]38#include "LHEP_EMV.hh"
39#include "LHEP.hh"
[1315]40//#include "LHEP_PRECO_HP.hh"
[1274]41
42#include "QBBC.hh"
43
[1315]44//#include "QGSC_EMV.hh"
45//#include "QGSC.hh"
46//#include "QGSC_EFLOW.hh"
[1274]47#include "QGSC_BERT.hh"
[1315]48//#include "QGSC_QGSC.hh"
[1274]49#include "QGSC_CHIPS.hh"
50#include "CHIPS.hh"
51
52#include "QGSP.hh"
[1315]53//#include "QGSP_DIF.hh"
[1274]54#include "QGSP_BERT_HP.hh"
55#include "QGSP_BERT.hh"
56#include "QGSP_BERT_EMX.hh"
[1347]57#include "QGSP_BERT_EMV.hh"
58#include "QGSP_BERT_CHIPS.hh"
59#include "QGSP_BERT_NOLEP.hh"
60#include "QGSP_BERT_TRV.hh"
[1315]61//#include "QGSP_BERT_DIF.hh"
[1274]62#include "QGSP_BIC_HP.hh"
63#include "QGSP_BIC.hh"
[1347]64#include "QGSP_BIC_EMY.hh"
[1274]65#include "G4IonQMDPhysics.hh"
[1315]66//#include "QGSP_EMV.hh"
67//#include "QGSP_EMX.hh"
68//#include "QGSP_QEL.hh"
[1274]69//#include "QGSP_CASC.hh"
70#include "QGSP_INCL_ABLA.hh"
71
72#include "QGSP_FTFP_BERT.hh"
73
74#include "QGS_BIC.hh"
75#include "FTF_BIC.hh"
76
[1347]77#include "Shielding.hh"
78
[1274]79#include "CLHEP/Random/RanluxEngine.h"
80
81int main(int argc,char** argv) {
82
83 CLHEP::RanluxEngine defaultEngine( 1234567, 4 );
84 CLHEP::HepRandom::setTheEngine( &defaultEngine );
85 G4RunManager* runManager = new G4RunManager;
86// runManager->SetUserInitialization( new StatAccepTestDetectorConstruction );
87
[1315]88//9.4beta G4VModularPhysicsList * theFTF1 = new FTFC;
89//9.4beta G4VModularPhysicsList * theFTF2 = new FTFP;
[1274]90 G4VModularPhysicsList * theFTF3 = new FTFP_BERT;
91 G4VModularPhysicsList * theFTF3a = new FTFP_BERT_TRV;
[1347]92 G4VModularPhysicsList * theFTF3b = new FTFP_BERT_EMV;
93 G4VModularPhysicsList * theFTF3c = new FTFP_BERT_EMX;
[1274]94
95 G4VModularPhysicsList *theLBE = new LBE;
96
[1315]97//9.4beta G4VModularPhysicsList *thePL4 = new LHEP_BERT_HP;
98//9.4beta G4VModularPhysicsList *thePL5 = new LHEP_BERT;
[1274]99 G4VModularPhysicsList *thePL8 = new LHEP_EMV;
100 G4VModularPhysicsList *thePL10 = new LHEP;
101
102 G4VModularPhysicsList *thePL15 = new QBBC;
103
[1315]104//9.4beta G4VModularPhysicsList *thePL16 = new QGSC_EMV;
105//9.4beta G4VModularPhysicsList *thePL17 = new QGSC;
[1274]106//replaced G4VModularPhysicsList *thePL17a = new QGSC_EFLOW;
107 G4VModularPhysicsList *thePL18 = new QGSC_BERT;
[1315]108//9.4beta G4VModularPhysicsList *thePL18a = new QGSC_QGSC;
[1274]109 G4VModularPhysicsList *thePL18b = new QGSC_CHIPS;
110 G4VModularPhysicsList *thePL19 = new CHIPS;
111
112 G4VModularPhysicsList *thePL20 = new QGSP_BERT_HP;
113 G4VModularPhysicsList *thePL21 = new QGSP_BERT;
114 G4VModularPhysicsList *thePL21a = new QGSP_BERT_EMX;
[1347]115 G4VModularPhysicsList *thePL21b = new QGSP_BERT_EMV;
116 G4VModularPhysicsList *thePL21c = new QGSP_BERT_CHIPS;
117 G4VModularPhysicsList *thePL21d = new QGSP_BERT_NOLEP;
118 G4VModularPhysicsList *thePL21e = new QGSP_BERT_TRV;
[1315]119//9.4beta G4VModularPhysicsList *thePL21b = new QGSP_BERT_DIF;
[1274]120 G4VModularPhysicsList *thePL22 = new QGSP_BIC_HP;
121 G4VModularPhysicsList *thePL23 = new QGSP_BIC;
122 G4VModularPhysicsList *thePL23a= new QGSP_BIC(1);
123 G4IonQMDPhysics * ionQMD=new G4IonQMDPhysics("IonQMD",1);
124 thePL23a->RegisterPhysics(ionQMD);
125 ionQMD->ConstructProcess();
[1347]126 G4VModularPhysicsList *thePL30b = new QGSP_BIC_EMY;
[1315]127//9.4beta G4VModularPhysicsList *thePL24 = new QGSP_EMV;
[1274]128//replaced G4VModularPhysicsList *thePL25 = new QGSP_EMX;
129 G4VModularPhysicsList *thePL27 = new QGSP;
[1315]130//9.4beta G4VModularPhysicsList *thePL27a = new QGSP_DIF;
[1347]131 G4VModularPhysicsList *thePL28 = new QGSP;
[1274]132// G4VModularPhysicsList *thePL29 = new QGSP_CASC;
133 G4VModularPhysicsList *thePL29 = new QGSP_INCL_ABLA;
134
135 G4VModularPhysicsList *thePL30 = new QGS_BIC;
136 G4VModularPhysicsList *thePL31 = new FTF_BIC;
137
138 G4VModularPhysicsList *thePL40 = new QGSP_FTFP_BERT;
139
[1347]140 G4VModularPhysicsList *thePL50 = new Shielding;
[1274]141
142 delete runManager;
143 return 0;
144}
Note: See TracBrowser for help on using the repository browser.