Geant4 Cross Reference

Cross-Referencing   Geant4
Geant4/examples/advanced/CaTS/gdml/homogeneous_pbwo_crystalcal.gdml

Version: [ ReleaseNotes ] [ 1.0 ] [ 1.1 ] [ 2.0 ] [ 3.0 ] [ 3.1 ] [ 3.2 ] [ 4.0 ] [ 4.0.p1 ] [ 4.0.p2 ] [ 4.1 ] [ 4.1.p1 ] [ 5.0 ] [ 5.0.p1 ] [ 5.1 ] [ 5.1.p1 ] [ 5.2 ] [ 5.2.p1 ] [ 5.2.p2 ] [ 6.0 ] [ 6.0.p1 ] [ 6.1 ] [ 6.2 ] [ 6.2.p1 ] [ 6.2.p2 ] [ 7.0 ] [ 7.0.p1 ] [ 7.1 ] [ 7.1.p1 ] [ 8.0 ] [ 8.0.p1 ] [ 8.1 ] [ 8.1.p1 ] [ 8.1.p2 ] [ 8.2 ] [ 8.2.p1 ] [ 8.3 ] [ 8.3.p1 ] [ 8.3.p2 ] [ 9.0 ] [ 9.0.p1 ] [ 9.0.p2 ] [ 9.1 ] [ 9.1.p1 ] [ 9.1.p2 ] [ 9.1.p3 ] [ 9.2 ] [ 9.2.p1 ] [ 9.2.p2 ] [ 9.2.p3 ] [ 9.2.p4 ] [ 9.3 ] [ 9.3.p1 ] [ 9.3.p2 ] [ 9.4 ] [ 9.4.p1 ] [ 9.4.p2 ] [ 9.4.p3 ] [ 9.4.p4 ] [ 9.5 ] [ 9.5.p1 ] [ 9.5.p2 ] [ 9.6 ] [ 9.6.p1 ] [ 9.6.p2 ] [ 9.6.p3 ] [ 9.6.p4 ] [ 10.0 ] [ 10.0.p1 ] [ 10.0.p2 ] [ 10.0.p3 ] [ 10.0.p4 ] [ 10.1 ] [ 10.1.p1 ] [ 10.1.p2 ] [ 10.1.p3 ] [ 10.2 ] [ 10.2.p1 ] [ 10.2.p2 ] [ 10.2.p3 ] [ 10.3 ] [ 10.3.p1 ] [ 10.3.p2 ] [ 10.3.p3 ] [ 10.4 ] [ 10.4.p1 ] [ 10.4.p2 ] [ 10.4.p3 ] [ 10.5 ] [ 10.5.p1 ] [ 10.6 ] [ 10.6.p1 ] [ 10.6.p2 ] [ 10.6.p3 ] [ 10.7 ] [ 10.7.p1 ] [ 10.7.p2 ] [ 10.7.p3 ] [ 10.7.p4 ] [ 11.0 ] [ 11.0.p1 ] [ 11.0.p2 ] [ 11.0.p3, ] [ 11.0.p4 ] [ 11.1 ] [ 11.1.1 ] [ 11.1.2 ] [ 11.1.3 ] [ 11.2 ] [ 11.2.1 ] [ 11.2.2 ] [ 11.3.0 ]

Diff markup

Differences between /examples/advanced/CaTS/gdml/homogeneous_pbwo_crystalcal.gdml (Version 11.3.0) and /examples/advanced/CaTS/gdml/homogeneous_pbwo_crystalcal.gdml (Version 11.0.p2)


  1 <?xml version="1.0" encoding="UTF-8" ?>             1 <?xml version="1.0" encoding="UTF-8" ?>
  2 <gdml_simple_extension xmlns:gdml_simple_exten      2 <gdml_simple_extension xmlns:gdml_simple_extension="http://www.example.org"
  3                        xmlns:xs="http://www.w3      3                        xmlns:xs="http://www.w3.org/2001/XMLSchema-instance"
  4                        xs:noNamespaceSchemaLoc      4                        xs:noNamespaceSchemaLocation="SimpleExtension.xsd">
  5     <extension>                                     5     <extension>
  6         <color name="test_color"  R="0.1"  G="      6         <color name="test_color"  R="0.1"  G="0.2"  B="0.3"  A="1.0" />
  7         <color name="magenta"     R="1.0"  G="      7         <color name="magenta"     R="1.0"  G="0.0"  B="1.0"  A="1.0" />
  8         <color name="green"       R="0.0"  G="      8         <color name="green"       R="0.0"  G="1.0"  B="0.0"  A="1.0" />
  9         <color name="red"         R="1.0"  G="      9         <color name="red"         R="1.0"  G="0.0"  B="0.0"  A="1.0" />
 10         <color name="blue"        R="0.0"  G="     10         <color name="blue"        R="0.0"  G="0.0"  B="1.0"  A="1.0" />
 11         <color name="yellow"      R="1.0"  G="     11         <color name="yellow"      R="1.0"  G="1.0"  B="0.0"  A="1.0" />
 12         <color name="purple"      R="0.5"  G="     12         <color name="purple"      R="0.5"  G="0.0"  B="0.5"  A="1.0" />
 13     </extension>                                   13     </extension>
 14     <define>                                       14     <define>
 15         <constant name="cellsize" value="5000"     15         <constant name="cellsize" value="5000"/>
 16     </define>                                      16     </define>
 17     <materials>                                    17     <materials>
 18         <material Z="1.0" name="AIR">              18         <material Z="1.0" name="AIR">
 19             <D value="1e-24"/>                     19             <D value="1e-24"/>
 20             <atom value="1.00794"/>                20             <atom value="1.00794"/>
 21         </material>                                21         </material>
 22         <element name="Oxygen"   formula="O"       22         <element name="Oxygen"   formula="O"  Z="8.">  
 23             <atom value="16.0"/>                   23             <atom value="16.0"/>   
 24         </element>                                 24         </element>
 25         <element name="Nitrogen" formula="N"       25         <element name="Nitrogen" formula="N"  Z="7.">  
 26             <atom value="14.01"/>                  26             <atom value="14.01"/>  
 27         </element>                                 27         </element>
 28         <element name="Fluorine" formula="F"       28         <element name="Fluorine" formula="F"  Z="9.">  
 29             <atom value="18.9984032"/>             29             <atom value="18.9984032"/>  
 30         </element>                                 30         </element>
 31         <element name="Lead"     formula="Pb"      31         <element name="Lead"     formula="Pb" Z="82."> 
 32             <atom value="207.20"/>                 32             <atom value="207.20"/> 
 33         </element>                                 33         </element>
 34         <element name="Bismuth"  formula="Bi"      34         <element name="Bismuth"  formula="Bi" Z="83."> 
 35             <atom value="208.98040"/>              35             <atom value="208.98040"/> 
 36         </element>                                 36         </element>
 37         <element name="Germanium"  formula="Ge     37         <element name="Germanium"  formula="Ge" Z="32."> 
 38             <atom value="72.63"/>                  38             <atom value="72.63"/> 
 39         </element>                                 39         </element>
 40         <element name="Tungsten"  formula="W"      40         <element name="Tungsten"  formula="W" Z="74."> 
 41             <atom value="183.84"/>                 41             <atom value="183.84"/> 
 42         </element>                                 42         </element>
 43         <material name="Air">                      43         <material name="Air">
 44             <D value="1.290" unit="mg/cm3"/>       44             <D value="1.290" unit="mg/cm3"/>
 45             <fraction n="0.7" ref="Nitrogen"/>     45             <fraction n="0.7" ref="Nitrogen"/>
 46             <fraction n="0.3" ref="Oxygen"/>       46             <fraction n="0.3" ref="Oxygen"/>
 47         </material>                                47         </material>
 48                                                    48 
 49         <material name="PbWO4">                    49         <material name="PbWO4">
 50             <D value="8.28" unit="g/cm3"/>         50             <D value="8.28" unit="g/cm3"/>
 51             <composite n="1" ref="Lead"/>          51             <composite n="1" ref="Lead"/>
 52             <composite n="1" ref="Tungsten"/>      52             <composite n="1" ref="Tungsten"/>
 53             <composite n="4" ref="Oxygen"/>        53             <composite n="4" ref="Oxygen"/>
 54         </material>                                54         </material>       
 55     </materials>                                   55     </materials>
 56     <solids>                                       56     <solids>
 57         <box name="WorldBox" lunit="mm" x="cel     57         <box name="WorldBox" lunit="mm" x="cellsize+1000" y="cellsize+1000" z="cellsize+1000"/>
 58         <box name="CalorimeterCell"  lunit="mm     58         <box name="CalorimeterCell"  lunit="mm" x="cellsize" y="cellsize" z="cellsize"/>
 59     </solids>                                      59     </solids>
 60                                                    60 
 61     <structure>                                    61     <structure>
 62         <volume name="CalorimeterVolume">          62         <volume name="CalorimeterVolume">
 63             <materialref ref="PbWO4"/>             63             <materialref ref="PbWO4"/>
 64             <solidref ref="CalorimeterCell"/>      64             <solidref ref="CalorimeterCell"/>
 65             <auxiliary auxtype="SensDet" auxva     65             <auxiliary auxtype="SensDet" auxvalue="Calorimeter"/>
 66             <colorref ref="green"/>                66             <colorref ref="green"/>
 67         </volume>                                  67         </volume>
 68                                                    68     
 69         <volume name="TOP">                        69         <volume name="TOP">
 70             <materialref ref="AIR"/>               70             <materialref ref="AIR"/>
 71             <solidref ref="WorldBox"/>             71             <solidref ref="WorldBox"/>
 72             <physvol name="pvolCalorimeter" co     72             <physvol name="pvolCalorimeter" copynumber="0" >>
 73                 <volumeref ref="CalorimeterVol     73                 <volumeref ref="CalorimeterVolume"/>
 74                 <position name="posijk" x="0"      74                 <position name="posijk" x="0" y="0" z="0"/>
 75             </physvol>                             75             </physvol>
 76         </volume>                                  76         </volume>
 77     </structure>                                   77     </structure>
 78                                                    78 
 79     <setup version="1.0" name="Default">           79     <setup version="1.0" name="Default">
 80         <world ref="TOP"/>                         80         <world ref="TOP"/>
 81     </setup>                                       81     </setup>
 82 </gdml_simple_extension>                           82 </gdml_simple_extension> 
 83                                                    83 
 84                                                    84