Back to home page

EIC code displayed by LXR

 
 

    


Warning, /DD4hep/examples/LHeD/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   <!-- Definition of the physics list.
0005    
0006        Ordering values:
0007         ordInActive = -1,       // ordering parameter to indicate InActive DoIt
0008         ordDefault = 1000,      // default ordering parameter
0009         ordLast    = 9999       // ordering parameter to indicate the last DoIt
0010   -->
0011 
0012   <sequences>
0013     <sequence name="Geant4PhysicsListSequence/PhysicsList" decays="true" extends="FTFP_BERT"/>
0014 
0015 <!--
0016     <physicslist name="Geant4PhysicsList/MyPhysics.0" decays="true">
0017       <extends name="FTFP_BERT"/>
0018       <particles>
0019         <construct name="G4BosonConstructor"/>
0020         <construct name="G4LeptonConstructor"/>
0021       </particles>
0022       <processes>
0023         <particle name="e[+-]" cut="0.001*mm">
0024           <process name="G4eMultipleScattering" ordAtRestDoIt="-1" ordAlongSteptDoIt="1" ordPostStepDoIt="1"/>
0025           <process name="G4eIonisation"         ordAtRestDoIt="-1" ordAlongSteptDoIt="2" ordPostStepDoIt="2"/>
0026         </particle>
0027       </processes>
0028     </physicslist>
0029 -->
0030   </sequences>
0031 
0032   <!--
0033   <physicslist name="Geant4PhysicsList/MyPhysics.0">
0034 
0035 
0036     <physics>
0037       <construct name="G4EmStandardPhysics"/>
0038       <construct name="HadronPhysicsQGSP"/>
0039     </physics>
0040 
0041     <processes>
0042       <particle name="gamma">
0043       </particle>
0044 
0045       <particle name="e[+-]" cut="1*mm">
0046         <process name="G4eMultipleScattering" ordAtRestDoIt="-1" ordAlongSteptDoIt="1" ordPostStepDoIt="1"/>
0047         <process name="G4eIonisation"         ordAtRestDoIt="-1" ordAlongSteptDoIt="2" ordPostStepDoIt="2"/>
0048       </particle>
0049 
0050       <particle name="mu[+-]">
0051         <process name="G4MuMultipleScattering" ordAtRestDoIt="-1" ordAlongSteptDoIt="1" ordPostStepDoIt="1"/>
0052         <process name="G4MuIonisation"         ordAtRestDoIt="-1" ordAlongSteptDoIt="2" ordPostStepDoIt="2"/>
0053       </particle>
0054 
0055       <particle name="pi[+-]">
0056         <process name="G4hMultipleScattering" ordAtRestDoIt="-1" ordAlongSteptDoIt="1" ordPostStepDoIt="1"/>
0057         <process name="G4hIonisation"         ordAtRestDoIt="-1" ordAlongSteptDoIt="2" ordPostStepDoIt="2"/>
0058       </particle>
0059     </processes>
0060   </physicslist>
0061 
0062   <physicslist name="Geant4PhysicsList/MyPhysics.0">
0063     <physics>
0064       <construct name="G4EmStandardPhysics"/>
0065     </physics>
0066   </physicslist>
0067   -->
0068   
0069 </geant4_setup>