Warning, /DD4hep/examples/CLICSiD/sim/physics.xml is written in an unsupported language. File is not indexed.
0001 <?xml version="1.0" encoding="UTF-8"?>
0002 <geant4_setup>
0003 <!-- #==========================================================================
0004 # AIDA Detector description implementation
0005 #==========================================================================
0006 # Copyright (C) Organisation europeenne pour la Recherche nucleaire (CERN)
0007 # All rights reserved.
0008 #
0009 # For the licensing terms see $DD4hepINSTALL/LICENSE.
0010 # For the list of contributors see $DD4hepINSTALL/doc/CREDITS.
0011 #
0012 #==========================================================================
0013 -->
0014
0015 <!-- Definition of the physics list.
0016
0017 Ordering values:
0018 ordInActive = -1, // ordering parameter to indicate InActive DoIt
0019 ordDefault = 1000, // default ordering parameter
0020 ordLast = 9999 // ordering parameter to indicate the last DoIt
0021 -->
0022
0023 <sequences>
0024 <sequence name="Geant4PhysicsListSequence/PhysicsList" decays="true" extends="FTFP_BERT"/>
0025
0026 <!--
0027 <physicslist name="Geant4PhysicsList/MyPhysics.0" decays="true">
0028 <extends name="FTFP_BERT"/>
0029 <particles>
0030 <construct name="G4BosonConstructor"/>
0031 <construct name="G4LeptonConstructor"/>
0032 </particles>
0033 <processes>
0034 <particle name="e[+-]" cut="0.001*mm">
0035 <process name="G4eMultipleScattering" ordAtRestDoIt="-1" ordAlongSteptDoIt="1" ordPostStepDoIt="1"/>
0036 <process name="G4eIonisation" ordAtRestDoIt="-1" ordAlongSteptDoIt="2" ordPostStepDoIt="2"/>
0037 </particle>
0038 </processes>
0039 </physicslist>
0040 -->
0041 </sequences>
0042
0043 <!--
0044 <physicslist name="Geant4PhysicsList/MyPhysics.0">
0045
0046
0047 <physics>
0048 <construct name="G4EmStandardPhysics"/>
0049 <construct name="HadronPhysicsQGSP"/>
0050 </physics>
0051
0052 <processes>
0053 <particle name="gamma">
0054 </particle>
0055
0056 <particle name="e[+-]" cut="1*mm">
0057 <process name="G4eMultipleScattering" ordAtRestDoIt="-1" ordAlongSteptDoIt="1" ordPostStepDoIt="1"/>
0058 <process name="G4eIonisation" ordAtRestDoIt="-1" ordAlongSteptDoIt="2" ordPostStepDoIt="2"/>
0059 </particle>
0060
0061 <particle name="mu[+-]">
0062 <process name="G4MuMultipleScattering" ordAtRestDoIt="-1" ordAlongSteptDoIt="1" ordPostStepDoIt="1"/>
0063 <process name="G4MuIonisation" ordAtRestDoIt="-1" ordAlongSteptDoIt="2" ordPostStepDoIt="2"/>
0064 </particle>
0065
0066 <particle name="pi[+-]">
0067 <process name="G4hMultipleScattering" ordAtRestDoIt="-1" ordAlongSteptDoIt="1" ordPostStepDoIt="1"/>
0068 <process name="G4hIonisation" ordAtRestDoIt="-1" ordAlongSteptDoIt="2" ordPostStepDoIt="2"/>
0069 </particle>
0070 </processes>
0071 </physicslist>
0072
0073 <physicslist name="Geant4PhysicsList/MyPhysics.0">
0074 <physics>
0075 <construct name="G4EmStandardPhysics"/>
0076 </physics>
0077 </physicslist>
0078 -->
0079
0080 </geant4_setup>