| 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 |
|
|---|
| 28 | //9.4beta #include "FTFC.hh"
|
|---|
| 29 | //9.4beta #include "FTFP.hh"
|
|---|
| 30 | #include "FTFP_BERT.hh"
|
|---|
| 31 | #include "FTFP_BERT_TRV.hh"
|
|---|
| 32 | #include "FTFP_BERT_EMV.hh"
|
|---|
| 33 | #include "FTFP_BERT_EMX.hh"
|
|---|
| 34 |
|
|---|
| 35 | #include "LBE.hh"
|
|---|
| 36 | //9.4beta #include "LHEP_BERT_HP.hh"
|
|---|
| 37 | //9.4beta #include "LHEP_BERT.hh"
|
|---|
| 38 | #include "LHEP_EMV.hh"
|
|---|
| 39 | #include "LHEP.hh"
|
|---|
| 40 | //#include "LHEP_PRECO_HP.hh"
|
|---|
| 41 |
|
|---|
| 42 | #include "QBBC.hh"
|
|---|
| 43 |
|
|---|
| 44 | //#include "QGSC_EMV.hh"
|
|---|
| 45 | //#include "QGSC.hh"
|
|---|
| 46 | //#include "QGSC_EFLOW.hh"
|
|---|
| 47 | #include "QGSC_BERT.hh"
|
|---|
| 48 | //#include "QGSC_QGSC.hh"
|
|---|
| 49 | #include "QGSC_CHIPS.hh"
|
|---|
| 50 | #include "CHIPS.hh"
|
|---|
| 51 |
|
|---|
| 52 | #include "QGSP.hh"
|
|---|
| 53 | //#include "QGSP_DIF.hh"
|
|---|
| 54 | #include "QGSP_BERT_HP.hh"
|
|---|
| 55 | #include "QGSP_BERT.hh"
|
|---|
| 56 | #include "QGSP_BERT_EMX.hh"
|
|---|
| 57 | #include "QGSP_BERT_EMV.hh"
|
|---|
| 58 | #include "QGSP_BERT_CHIPS.hh"
|
|---|
| 59 | #include "QGSP_BERT_NOLEP.hh"
|
|---|
| 60 | #include "QGSP_BERT_TRV.hh"
|
|---|
| 61 | //#include "QGSP_BERT_DIF.hh"
|
|---|
| 62 | #include "QGSP_BIC_HP.hh"
|
|---|
| 63 | #include "QGSP_BIC.hh"
|
|---|
| 64 | #include "QGSP_BIC_EMY.hh"
|
|---|
| 65 | #include "G4IonQMDPhysics.hh"
|
|---|
| 66 | //#include "QGSP_EMV.hh"
|
|---|
| 67 | //#include "QGSP_EMX.hh"
|
|---|
| 68 | //#include "QGSP_QEL.hh"
|
|---|
| 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 |
|
|---|
| 77 | #include "Shielding.hh"
|
|---|
| 78 |
|
|---|
| 79 | #include "CLHEP/Random/RanluxEngine.h"
|
|---|
| 80 |
|
|---|
| 81 | int 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 |
|
|---|
| 88 | //9.4beta G4VModularPhysicsList * theFTF1 = new FTFC;
|
|---|
| 89 | //9.4beta G4VModularPhysicsList * theFTF2 = new FTFP;
|
|---|
| 90 | G4VModularPhysicsList * theFTF3 = new FTFP_BERT;
|
|---|
| 91 | G4VModularPhysicsList * theFTF3a = new FTFP_BERT_TRV;
|
|---|
| 92 | G4VModularPhysicsList * theFTF3b = new FTFP_BERT_EMV;
|
|---|
| 93 | G4VModularPhysicsList * theFTF3c = new FTFP_BERT_EMX;
|
|---|
| 94 |
|
|---|
| 95 | G4VModularPhysicsList *theLBE = new LBE;
|
|---|
| 96 |
|
|---|
| 97 | //9.4beta G4VModularPhysicsList *thePL4 = new LHEP_BERT_HP;
|
|---|
| 98 | //9.4beta G4VModularPhysicsList *thePL5 = new LHEP_BERT;
|
|---|
| 99 | G4VModularPhysicsList *thePL8 = new LHEP_EMV;
|
|---|
| 100 | G4VModularPhysicsList *thePL10 = new LHEP;
|
|---|
| 101 |
|
|---|
| 102 | G4VModularPhysicsList *thePL15 = new QBBC;
|
|---|
| 103 |
|
|---|
| 104 | //9.4beta G4VModularPhysicsList *thePL16 = new QGSC_EMV;
|
|---|
| 105 | //9.4beta G4VModularPhysicsList *thePL17 = new QGSC;
|
|---|
| 106 | //replaced G4VModularPhysicsList *thePL17a = new QGSC_EFLOW;
|
|---|
| 107 | G4VModularPhysicsList *thePL18 = new QGSC_BERT;
|
|---|
| 108 | //9.4beta G4VModularPhysicsList *thePL18a = new QGSC_QGSC;
|
|---|
| 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;
|
|---|
| 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;
|
|---|
| 119 | //9.4beta G4VModularPhysicsList *thePL21b = new QGSP_BERT_DIF;
|
|---|
| 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();
|
|---|
| 126 | G4VModularPhysicsList *thePL30b = new QGSP_BIC_EMY;
|
|---|
| 127 | //9.4beta G4VModularPhysicsList *thePL24 = new QGSP_EMV;
|
|---|
| 128 | //replaced G4VModularPhysicsList *thePL25 = new QGSP_EMX;
|
|---|
| 129 | G4VModularPhysicsList *thePL27 = new QGSP;
|
|---|
| 130 | //9.4beta G4VModularPhysicsList *thePL27a = new QGSP_DIF;
|
|---|
| 131 | G4VModularPhysicsList *thePL28 = new QGSP;
|
|---|
| 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 |
|
|---|
| 140 | G4VModularPhysicsList *thePL50 = new Shielding;
|
|---|
| 141 |
|
|---|
| 142 | delete runManager;
|
|---|
| 143 | return 0;
|
|---|
| 144 | }
|
|---|