Back to home page

EIC code displayed by LXR

 
 

    


File indexing completed on 2025-01-18 09:14:20

0001 //==========================================================================
0002 //  AIDA Detector description implementation 
0003 //--------------------------------------------------------------------------
0004 // Copyright (C) Organisation europeenne pour la Recherche nucleaire (CERN)
0005 // All rights reserved.
0006 //
0007 // For the licensing terms see $DD4hepINSTALL/LICENSE.
0008 // For the list of contributors see $DD4hepINSTALL/doc/CREDITS.
0009 //
0010 // Author     : M.Frank
0011 //
0012 //==========================================================================
0013 
0014 // Framework include files
0015 #include <DDG4/Factories.h>
0016 
0017 // ==================================================================================
0018 // Predefined physics constructors
0019 //
0020 //  Usage:
0021 //
0022 //  <physicslist name="Geant4PhysicsList/MyPhysics.0">
0023 //    <physics>
0024 //      <construct name="G4EmStandardPhysics"/>
0025 //      <construct name="HadronPhysicsQGSP"/>
0026 //    </physics>
0027 //  </physicslist>
0028 //
0029 // ==================================================================================
0030 
0031 // Geant4 physics lists
0032 #include <G4Version.hh>
0033 #include <G4DecayPhysics.hh>
0034 
0035 // ==================================================================================
0036 #if G4VERSION_NUMBER>=960 and G4VERSION_NUMBER<1000
0037   #include "Geant4.9.PhysicsConstructors.h"
0038 // ==================================================================================
0039 #elif G4VERSION_NUMBER>=1000
0040   #include "Geant4.10.PhysicsConstructors.h"
0041 // ==================================================================================
0042 #else
0043   #error "Unsupported Geant4 version "
0044 #endif  /*  G4VERSION_NUMBER>=1000  */