Back to home page

EIC code displayed by LXR

 
 

    


Warning, /DD4hep/examples/LHeD/scripts/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="QGSP_BERT"/>
0014 
0015 <!-- -->
0016    <physicslist name="Geant4PhysicsList/MyPhysics.0" decays="true">
0017 <!--       <extends name="FTFP_BERT"/> -->
0018        <extends name="QGSP_BERT"/>
0019       <physics>
0020         <construct name="G4BosonConstructor"/>
0021         <construct name="G4LeptonConstructor"/>
0022     <construct name="G4EmStandardPhysics"/>
0023     <construct name="HadronPhysicsQGSP"/>
0024       </physics>
0025 
0026     <processes>
0027      <particle name="gamma">
0028      </particle>
0029       
0030          <particle name="e[+-]" cut="0.001*mm">
0031           <process name="G4eMultipleScattering" ordAtRestDoIt="-1" ordAlongSteptDoIt="1" ordPostStepDoIt="1"/>
0032           <process name="G4eIonisation"         ordAtRestDoIt="-1" ordAlongSteptDoIt="2" ordPostStepDoIt="2"/>
0033          </particle>
0034 
0035      <particle name="mu[+-]">
0036            <process name="G4MuMultipleScattering" ordAtRestDoIt="-1" ordAlongSteptDoIt="1" ordPostStepDoIt="1"/>
0037            <process name="G4MuIonisation"         ordAtRestDoIt="-1" ordAlongSteptDoIt="2" ordPostStepDoIt="2"/>
0038       </particle>
0039 
0040       <particle name="pi[+-]">
0041             <process name="G4hMultipleScattering" ordAtRestDoIt="-1" ordAlongSteptDoIt="1" ordPostStepDoIt="1"/>
0042             <process name="G4hIonisation"         ordAtRestDoIt="-1" ordAlongSteptDoIt="2" ordPostStepDoIt="2"/>
0043       </particle>
0044      </processes>
0045 
0046    </physicslist>
0047 
0048   </sequences>
0049   
0050 </geant4_setup>