Import Geant4 9.3.0 source tree
This commit is contained in:
@@ -8,46 +8,10 @@ name := phantom
|
||||
G4TARGET := $(name)
|
||||
G4EXLIB := true
|
||||
|
||||
ifndef SCRAM_ARCH
|
||||
SCRAM_ARCH := slc3_ia32_gcc323
|
||||
endif
|
||||
|
||||
ifndef G4INSTALL
|
||||
G4INSTALL = ../../..
|
||||
endif
|
||||
|
||||
ifndef GDML_BASE
|
||||
# GDML_BASE := /afs/cern.ch/sw/lcg/app/releases/GDML/pro
|
||||
GDML_BASE := /local/GDML_2_8_0
|
||||
endif
|
||||
|
||||
CPPFLAGS += \
|
||||
-I$(GDML_BASE)/include \
|
||||
-I$(XERCESCROOT)/include
|
||||
|
||||
ifdef G4ANALYSIS_USE
|
||||
CPPFLAGS += \
|
||||
`aida-config --include`
|
||||
endif
|
||||
|
||||
EXTRALIBS += \
|
||||
-L$(GDML_BASE)/$(SCRAM_ARCH)/lib \
|
||||
-lG4Processor \
|
||||
-lG4Subscribers \
|
||||
-lG4Processor \
|
||||
-lG4Evaluator\
|
||||
-lG4Writer \
|
||||
-L$(GDML_BASE)/$(SCRAM_ARCH)/lib \
|
||||
-lSaxana \
|
||||
-lProcesses \
|
||||
-lWriter \
|
||||
-L$(XERCESCROOT)/lib -lxerces-c
|
||||
|
||||
ifdef G4ANALYSIS_USE
|
||||
EXTRALIBS += \
|
||||
`aida-config --lib`
|
||||
endif
|
||||
|
||||
.PHONY: all
|
||||
all: lib bin
|
||||
|
||||
|
||||
@@ -1,4 +1,4 @@
|
||||
$Id: History,v 1.19 2007/06/06 19:11:20 pia Exp $
|
||||
$Id: History,v 1.25 2009/04/06 06:24:37 cirrone Exp $
|
||||
-------------------------------------------------------------------
|
||||
|
||||
=========================================================
|
||||
@@ -18,8 +18,22 @@ committal in the CVS repository !
|
||||
* Reverse chronological order (last date on top), please *
|
||||
----------------------------------------------------------
|
||||
|
||||
06.06.2007 MGP human_phantom-V08-03-00
|
||||
Minor documentation fix
|
||||
April 6, 2009, G.A.P.Cirrone, tag: human_phantom-V09-02-02
|
||||
- GNUmakefile updated
|
||||
|
||||
February 20, 2009, G. Cosmo tag: human_phantom-V09-02-01
|
||||
- Corrected URL for standard location of schema in all GDML files.
|
||||
- Use "OrganPos" and "OrganRot" as names for organ's transformations in
|
||||
ORNL files, as implied by code.
|
||||
- Fixed 'solids' tag in ORNLLeftLegBone.gdml files for male and female.
|
||||
|
||||
February 19, 2009, G. Cosmo tag: human_phantom-V09-02-00
|
||||
- Migrated GDML read setup to use embedded GDML reader as in Geant4 9.2.
|
||||
- Fixed compilation warnings.
|
||||
- Updated README.
|
||||
|
||||
June 6, 2007, M.G. Pia tag: human_phantom-V08-03-00
|
||||
- Minor documentation fix
|
||||
|
||||
May 15, 2007, S. Guatelli tag: human_phantom-V08-02-02
|
||||
- Left and Right Adrenals introduced
|
||||
|
||||
@@ -1,4 +1,4 @@
|
||||
qYY$Id: README,v 1.13 2007/06/06 19:11:20 pia Exp $
|
||||
$Id: README,v 1.14 2009/02/19 14:05:06 gcosmo Exp $
|
||||
-------------------------------------------------------------------
|
||||
|
||||
=========================================================
|
||||
@@ -31,12 +31,6 @@ Note: this is a preliminary beta-version of the code; an improved
|
||||
version will be distributed in the next Geant4 public release, compliant
|
||||
with the design in a forthcoming publication, and subject to a design
|
||||
and code review.
|
||||
|
||||
NOTE: At the moment this advanced example is executed correctly with geantino
|
||||
particles as primary particles; it is not executed correctly with other primary particle types.
|
||||
This is due to an internal Geant4 bug concerning ellipsoids.
|
||||
For details look at the Geant4 Bug Report #914. This problem is taken under
|
||||
care by the Geant4 Collaboration.
|
||||
|
||||
-----> Geometry
|
||||
|
||||
@@ -46,7 +40,8 @@ The creation of coherent models of the human phantom is handled through
|
||||
an Abstract Factory design pattern.
|
||||
|
||||
The organs of the MIRD phantom are implemented in hard-code; the organs of
|
||||
the ORNL phantom are handled through GDML (Geometry Description Markup Language, www.cern.ch/gdml). The materials of the MIRD model are defined in the
|
||||
the ORNL phantom are handled through GDML (Geometry Description Markup Language,
|
||||
www.cern.ch/gdml). The materials of the MIRD model are defined in the
|
||||
class G4HumanPhantomMaterial. The materials of the ORNL model are defined in
|
||||
the GDML files.
|
||||
|
||||
@@ -115,34 +110,26 @@ adultMIXFemale.mac : example of MIRD human female phantom with
|
||||
|
||||
-----> Setup
|
||||
|
||||
Example enviroment with the compiler gcc-3.2.3, on the Linux platform
|
||||
|
||||
A standard Geant4 example GNUmakefile is provided.
|
||||
|
||||
The following environment variables need to be set:
|
||||
G4LEDATA : points to low energy data base
|
||||
set G4ANALYSIS_USE equal to 1 to activate the analysis
|
||||
|
||||
- Install the GDML package with Geant4 extensions and Xerces
|
||||
.
|
||||
See: http://cern.ch/gdml.
|
||||
|
||||
- Set the environment variable GDML_BASE to point to the area where
|
||||
GDML is installed.
|
||||
|
||||
- Set the environment variable XERCESCROOT to point to the area where
|
||||
Xerces is installed.
|
||||
|
||||
- Add to the LD_LIBRARY_PATH the $XERCESCROOT/lib
|
||||
- Requires the GDML module to be installed with Geant4:
|
||||
.
|
||||
Set G4LIB_BUILD_GDML to 1
|
||||
Set XERCESCROOT variable defining the path to the Xercec-C library
|
||||
See also: http://cern.ch/gdml.
|
||||
|
||||
- IMPORTANT!!!! Customize the '*.gdml' schema file in the directories
|
||||
gdmlData/Female and gdmlData/Male, specifying in the top line the
|
||||
gdmlData/Female and gdmlData/Male, specifying in the top line the
|
||||
right path where to retrieve the main GDML schema file.
|
||||
|
||||
- Analysis set-up: AIDA 3.2.1, PI 1.3.3
|
||||
- Analysis set-up: AIDA 3.2.1, and iAIDA
|
||||
Users can download the analysis tools from:
|
||||
http://aida.freehep.org/
|
||||
http://www.cern.ch/PI
|
||||
http://iaida.dynalias.net/
|
||||
|
||||
- Compile and link to generate an executable:
|
||||
% gmake
|
||||
|
||||
@@ -1,5 +1,5 @@
|
||||
<?xml version="1.0" encoding="UTF-8" ?>
|
||||
<gdml xmlns:gdml="http://cern.ch/2001/Schemas/GDML" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" xsi:noNamespaceSchemaLocation="/users/guatelli/GDML/src/GDMLSchema/gdml.xsd" >
|
||||
<gdml xmlns:gdml="http://cern.ch/2001/Schemas/GDML" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" xsi:noNamespaceSchemaLocation="http://service-spi.web.cern.ch/service-spi/app/releases/GDML/schema/gdml.xsd" >
|
||||
<define>
|
||||
<constant name="PI" value="1.*pi" />
|
||||
<constant name="TWOPI" value="2.*pi"/>
|
||||
|
||||
@@ -1,5 +1,5 @@
|
||||
<?xml version="1.0" encoding="UTF-8" ?>
|
||||
<gdml xmlns:gdml="http://cern.ch/2001/Schemas/GDML" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" xsi:noNamespaceSchemaLocation="/users/guatelli/GDML/src/GDMLSchema/gdml.xsd" >
|
||||
<gdml xmlns:gdml="http://cern.ch/2001/Schemas/GDML" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" xsi:noNamespaceSchemaLocation="http://service-spi.web.cern.ch/service-spi/app/releases/GDML/schema/gdml.xsd" >
|
||||
<define>
|
||||
<constant name="PI" value="1.*pi" />
|
||||
<constant name="TWOPI" value="2.*pi"/>
|
||||
|
||||
@@ -1,5 +1,5 @@
|
||||
<?xml version="1.0" encoding="UTF-8" ?>
|
||||
<gdml xmlns:gdml="http://cern.ch/2001/Schemas/GDML" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" xsi:noNamespaceSchemaLocation="/users/guatelli/GDML/src/GDMLSchema/gdml.xsd" >
|
||||
<gdml xmlns:gdml="http://cern.ch/2001/Schemas/GDML" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" xsi:noNamespaceSchemaLocation="http://service-spi.web.cern.ch/service-spi/app/releases/GDML/schema/gdml.xsd" >
|
||||
<define>
|
||||
<constant name="PI" value="1.*pi" />
|
||||
<constant name="TWOPI" value="2.*pi"/>
|
||||
|
||||
@@ -1,5 +1,5 @@
|
||||
<?xml version="1.0" encoding="UTF-8" ?>
|
||||
<gdml xmlns:gdml="http://cern.ch/2001/Schemas/GDML" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" xsi:noNamespaceSchemaLocation="/local/GDML_2_8_0/src/GDMLSchema/gdml.xsd" >
|
||||
<gdml xmlns:gdml="http://cern.ch/2001/Schemas/GDML" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" xsi:noNamespaceSchemaLocation="http://service-spi.web.cern.ch/service-spi/app/releases/GDML/schema/gdml.xsd" >
|
||||
<define>
|
||||
<position name="HeadRelativePos" unit="cm" x="0" y="0" z="8.15" />
|
||||
<position name="HeadPos" unit="cm" x="0" y="71.25" z="0" />
|
||||
|
||||
@@ -1,5 +1,5 @@
|
||||
<?xml version="1.0" encoding="UTF-8" ?>
|
||||
<gdml xmlns:gdml="http://cern.ch/2001/Schemas/GDML" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" xsi:noNamespaceSchemaLocation="/local/GDML_2_8_0/src/GDMLSchema/gdml.xsd" >
|
||||
<gdml xmlns:gdml="http://cern.ch/2001/Schemas/GDML" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" xsi:noNamespaceSchemaLocation="http://service-spi.web.cern.ch/service-spi/app/releases/GDML/schema/gdml.xsd" >
|
||||
<define>
|
||||
<constant name="PI" value="1.*pi" />
|
||||
<constant name="TWOPI" value="2.*pi"/>
|
||||
|
||||
@@ -1,5 +1,5 @@
|
||||
<?xml version="1.0" encoding="UTF-8" ?>
|
||||
<gdml xmlns:gdml="http://cern.ch/2001/Schemas/GDML" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" xsi:noNamespaceSchemaLocation="/local/GDML_2_8_0/src/GDMLSchema/gdml.xsd" >
|
||||
<gdml xmlns:gdml="http://cern.ch/2001/Schemas/GDML" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" xsi:noNamespaceSchemaLocation="http://service-spi.web.cern.ch/service-spi/app/releases/GDML/schema/gdml.xsd" >
|
||||
<define>
|
||||
<constant name="PI" value="1.*pi" />
|
||||
<constant name="TWOPI" value="2.*pi"/>
|
||||
|
||||
@@ -1,5 +1,5 @@
|
||||
<?xml version="1.0" encoding="UTF-8" ?>
|
||||
<gdml xmlns:gdml="http://cern.ch/2001/Schemas/GDML" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" xsi:noNamespaceSchemaLocation="/local/GDML_2_8_0/src/GDMLSchema/gdml.xsd" >
|
||||
<gdml xmlns:gdml="http://cern.ch/2001/Schemas/GDML" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" xsi:noNamespaceSchemaLocation="http://service-spi.web.cern.ch/service-spi/app/releases/GDML/schema/gdml.xsd" >
|
||||
<define>
|
||||
<constant name="PI" value="1.*pi" />
|
||||
<constant name="TWOPI" value="2.*pi"/>
|
||||
|
||||
@@ -1,5 +1,5 @@
|
||||
<?xml version="1.0" encoding="UTF-8" ?>
|
||||
<gdml xmlns:gdml="http://cern.ch/2001/Schemas/GDML" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" xsi:noNamespaceSchemaLocation="/local/GDML_2_8_0/src/GDMLSchema/gdml.xsd" >
|
||||
<gdml xmlns:gdml="http://cern.ch/2001/Schemas/GDML" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" xsi:noNamespaceSchemaLocation="http://service-spi.web.cern.ch/service-spi/app/releases/GDML/schema/gdml.xsd" >
|
||||
<define>
|
||||
<constant name="PI" value="1.*pi" />
|
||||
<constant name="TWOPI" value="2.*pi"/>
|
||||
@@ -124,4 +124,4 @@
|
||||
<setup name="Default" version="1.0" >
|
||||
<world ref="LegsVolume" />
|
||||
</setup>
|
||||
</gdml>
|
||||
</gdml>
|
||||
|
||||
@@ -1,5 +1,5 @@
|
||||
<?xml version="1.0" encoding="UTF-8" ?>
|
||||
<gdml xmlns:gdml="http://cern.ch/2001/Schemas/GDML" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" xsi:noNamespaceSchemaLocation="/local/GDML_2_8_0/src/GDMLSchema/gdml.xsd" >
|
||||
<gdml xmlns:gdml="http://cern.ch/2001/Schemas/GDML" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" xsi:noNamespaceSchemaLocation="http://service-spi.web.cern.ch/service-spi/app/releases/GDML/schema/gdml.xsd" >
|
||||
<define>
|
||||
<constant name="PI" value="1.*pi" />
|
||||
<constant name="TWOPI" value="2.*pi"/>
|
||||
|
||||
@@ -1,5 +1,5 @@
|
||||
<?xml version="1.0" encoding="UTF-8" ?>
|
||||
<gdml xmlns:gdml="http://cern.ch/2001/Schemas/GDML" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" xsi:noNamespaceSchemaLocation="/local/GDML_2_8_0/src/GDMLSchema/gdml.xsd" >
|
||||
<gdml xmlns:gdml="http://cern.ch/2001/Schemas/GDML" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" xsi:noNamespaceSchemaLocation="http://service-spi.web.cern.ch/service-spi/app/releases/GDML/schema/gdml.xsd" >
|
||||
<define>
|
||||
<constant name="PI" value="1.*pi" />
|
||||
<constant name="TWOPI" value="2.*pi"/>
|
||||
|
||||
@@ -1,5 +1,5 @@
|
||||
<?xml version="1.0" encoding="UTF-8" ?>
|
||||
<gdml xmlns:gdml="http://cern.ch/2001/Schemas/GDML" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" xsi:noNamespaceSchemaLocation="/local/GDML_2_8_0/src/GDMLSchema/gdml.xsd" >
|
||||
<gdml xmlns:gdml="http://cern.ch/2001/Schemas/GDML" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" xsi:noNamespaceSchemaLocation="http://service-spi.web.cern.ch/service-spi/app/releases/GDML/schema/gdml.xsd" >
|
||||
<define>
|
||||
<constant name="PI" value="1.*pi" />
|
||||
<constant name="TWOPI" value="2.*pi"/>
|
||||
|
||||
@@ -1,5 +1,5 @@
|
||||
<?xml version="1.0" encoding="UTF-8" ?>
|
||||
<gdml xmlns:gdml="http://cern.ch/2001/Schemas/GDML" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" xsi:noNamespaceSchemaLocation="/local/GDML_2_8_0/src/GDMLSchema/gdml.xsd" >
|
||||
<gdml xmlns:gdml="http://cern.ch/2001/Schemas/GDML" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" xsi:noNamespaceSchemaLocation="http://service-spi.web.cern.ch/service-spi/app/releases/GDML/schema/gdml.xsd" >
|
||||
<define>
|
||||
<constant name="PI" value="1.*pi" />
|
||||
<constant name="TWOPI" value="2.*pi"/>
|
||||
|
||||
@@ -1,5 +1,5 @@
|
||||
<?xml version="1.0" encoding="UTF-8" ?>
|
||||
<gdml xmlns:gdml="http://cern.ch/2001/Schemas/GDML" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" xsi:noNamespaceSchemaLocation="/local/GDML_2_8_0/src/GDMLSchema/gdml.xsd" >
|
||||
<gdml xmlns:gdml="http://cern.ch/2001/Schemas/GDML" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" xsi:noNamespaceSchemaLocation="http://service-spi.web.cern.ch/service-spi/app/releases/GDML/schema/gdml.xsd" >
|
||||
<define>
|
||||
<constant name="PI" value="1.*pi" />
|
||||
<constant name="TWOPI" value="2.*pi"/>
|
||||
|
||||
@@ -1,5 +1,5 @@
|
||||
<?xml version="1.0" encoding="UTF-8" ?>
|
||||
<gdml xmlns:gdml="http://cern.ch/2001/Schemas/GDML" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" xsi:noNamespaceSchemaLocation="/local/GDML_2_8_0/src/GDMLSchema/gdml.xsd" >
|
||||
<gdml xmlns:gdml="http://cern.ch/2001/Schemas/GDML" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" xsi:noNamespaceSchemaLocation="http://service-spi.web.cern.ch/service-spi/app/releases/GDML/schema/gdml.xsd" >
|
||||
<define>
|
||||
<constant name="PI" value="1.*pi" />
|
||||
<constant name="TWOPI" value="2.*pi"/>
|
||||
|
||||
@@ -1,5 +1,5 @@
|
||||
<?xml version="1.0" encoding="UTF-8" ?>
|
||||
<gdml xmlns:gdml="http://cern.ch/2001/Schemas/GDML" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" xsi:noNamespaceSchemaLocation="/local/GDML_2_8_0/src/GDMLSchema/gdml.xsd" >
|
||||
<gdml xmlns:gdml="http://cern.ch/2001/Schemas/GDML" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" xsi:noNamespaceSchemaLocation="http://service-spi.web.cern.ch/service-spi/app/releases/GDML/schema/gdml.xsd" >
|
||||
<define>
|
||||
<constant name="PI" value="1.*pi" />
|
||||
<constant name="TWOPI" value="2.*pi"/>
|
||||
|
||||
@@ -1,5 +1,5 @@
|
||||
<?xml version="1.0" encoding="UTF-8" ?>
|
||||
<gdml xmlns:gdml="http://cern.ch/2001/Schemas/GDML" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" xsi:noNamespaceSchemaLocation="/local/GDML_2_8_0/src/GDMLSchema/gdml.xsd" >
|
||||
<gdml xmlns:gdml="http://cern.ch/2001/Schemas/GDML" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" xsi:noNamespaceSchemaLocation="http://service-spi.web.cern.ch/service-spi/app/releases/GDML/schema/gdml.xsd" >
|
||||
<define>
|
||||
<constant name="PI" value="1.*pi" />
|
||||
<constant name="TWOPI" value="2.*pi"/>
|
||||
|
||||
@@ -1,5 +1,5 @@
|
||||
<?xml version="1.0" encoding="UTF-8" ?>
|
||||
<gdml xmlns:gdml="http://cern.ch/2001/Schemas/GDML" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" xsi:noNamespaceSchemaLocation="/local/GDML_2_8_0/src/GDMLSchema/gdml.xsd" >
|
||||
<gdml xmlns:gdml="http://cern.ch/2001/Schemas/GDML" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" xsi:noNamespaceSchemaLocation="http://service-spi.web.cern.ch/service-spi/app/releases/GDML/schema/gdml.xsd" >
|
||||
<define>
|
||||
<constant name="PI" value="1.*pi" />
|
||||
<constant name="TWOPI" value="2.*pi"/>
|
||||
|
||||
@@ -1,5 +1,5 @@
|
||||
<?xml version="1.0" encoding="UTF-8" ?>
|
||||
<gdml xmlns:gdml="http://cern.ch/2001/Schemas/GDML" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" xsi:noNamespaceSchemaLocation="/local/GDML_2_8_0/src/GDMLSchema/gdml.xsd" >
|
||||
<gdml xmlns:gdml="http://cern.ch/2001/Schemas/GDML" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" xsi:noNamespaceSchemaLocation="http://service-spi.web.cern.ch/service-spi/app/releases/GDML/schema/gdml.xsd" >
|
||||
<define>
|
||||
<constant name="PI" value="1.*pi" />
|
||||
<constant name="TWOPI" value="2.*pi"/>
|
||||
|
||||
@@ -1,5 +1,5 @@
|
||||
<?xml version="1.0" encoding="UTF-8" ?>
|
||||
<gdml xmlns:gdml="http://cern.ch/2001/Schemas/GDML" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" xsi:noNamespaceSchemaLocation="/local/GDML_2_8_0/src/GDMLSchema/gdml.xsd" >
|
||||
<gdml xmlns:gdml="http://cern.ch/2001/Schemas/GDML" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" xsi:noNamespaceSchemaLocation="http://service-spi.web.cern.ch/service-spi/app/releases/GDML/schema/gdml.xsd" >
|
||||
<define>
|
||||
<constant name="PI" value="1.*pi" />
|
||||
<constant name="TWOPI" value="2.*pi"/>
|
||||
|
||||
@@ -1,5 +1,5 @@
|
||||
<?xml version="1.0" encoding="UTF-8" ?>
|
||||
<gdml xmlns:gdml="http://cern.ch/2001/Schemas/GDML" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" xsi:noNamespaceSchemaLocation="/local/GDML_2_8_0/src/GDMLSchema/gdml.xsd" >
|
||||
<gdml xmlns:gdml="http://cern.ch/2001/Schemas/GDML" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" xsi:noNamespaceSchemaLocation="http://service-spi.web.cern.ch/service-spi/app/releases/GDML/schema/gdml.xsd" >
|
||||
<define>
|
||||
<constant name="PI" value="1.*pi" />
|
||||
<constant name="TWOPI" value="2.*pi"/>
|
||||
@@ -119,4 +119,4 @@
|
||||
<setup name="Default" version="1.0" >
|
||||
<world ref="TrunkVolume" />
|
||||
</setup>
|
||||
</gdml>
|
||||
</gdml>
|
||||
|
||||
@@ -1,5 +1,5 @@
|
||||
<?xml version="1.0" encoding="UTF-8" ?>
|
||||
<gdml xmlns:gdml="http://cern.ch/2001/Schemas/GDML" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" xsi:noNamespaceSchemaLocation="/local/GDML_2_8_0/src/GDMLSchema/gdml.xsd" >
|
||||
<gdml xmlns:gdml="http://cern.ch/2001/Schemas/GDML" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" xsi:noNamespaceSchemaLocation="http://service-spi.web.cern.ch/service-spi/app/releases/GDML/schema/gdml.xsd" >
|
||||
<define>
|
||||
<constant name="PI" value="1.*pi" />
|
||||
<constant name="TWOPI" value="2.*pi"/>
|
||||
|
||||
@@ -1,5 +1,5 @@
|
||||
<?xml version="1.0" encoding="UTF-8" ?>
|
||||
<gdml xmlns:gdml="http://cern.ch/2001/Schemas/GDML" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" xsi:noNamespaceSchemaLocation="/local/GDML_2_8_0/src/GDMLSchema/gdml.xsd" >
|
||||
<gdml xmlns:gdml="http://cern.ch/2001/Schemas/GDML" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" xsi:noNamespaceSchemaLocation="http://service-spi.web.cern.ch/service-spi/app/releases/GDML/schema/gdml.xsd" >
|
||||
<define>
|
||||
<constant name="PI" value="1.*pi" />
|
||||
<constant name="TWOPI" value="2.*pi"/>
|
||||
|
||||
@@ -1,5 +1,5 @@
|
||||
<?xml version="1.0" encoding="UTF-8" ?>
|
||||
<gdml xmlns:gdml="http://cern.ch/2001/Schemas/GDML" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" xsi:noNamespaceSchemaLocation="/local/GDML_2_8_0/src/GDMLSchema/gdml.xsd" >
|
||||
<gdml xmlns:gdml="http://cern.ch/2001/Schemas/GDML" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" xsi:noNamespaceSchemaLocation="http://service-spi.web.cern.ch/service-spi/app/releases/GDML/schema/gdml.xsd" >
|
||||
<define>
|
||||
<constant name="PI" value="1.*pi" />
|
||||
<constant name="TWOPI" value="2.*pi"/>
|
||||
|
||||
@@ -1,5 +1,5 @@
|
||||
<?xml version="1.0" encoding="UTF-8" ?>
|
||||
<gdml xmlns:gdml="http://cern.ch/2001/Schemas/GDML" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" xsi:noNamespaceSchemaLocation="/local/GDML_2_8_0/src/GDMLSchema/gdml.xsd" >
|
||||
<gdml xmlns:gdml="http://cern.ch/2001/Schemas/GDML" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" xsi:noNamespaceSchemaLocation="http://service-spi.web.cern.ch/service-spi/app/releases/GDML/schema/gdml.xsd" >
|
||||
<define>
|
||||
<constant name="PI" value="1.*pi" />
|
||||
<constant name="TWOPI" value="2.*pi"/>
|
||||
|
||||
@@ -1,14 +1,13 @@
|
||||
<?xml version="1.0" encoding="UTF-8" ?>
|
||||
<gdml xmlns:gdml="http://cern.ch/2001/Schemas/GDML"
|
||||
xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" xsi:noNamespaceSchemaLocation="/users/guatelli/GDML/src/GDMLSchema/gdml.xsd" >
|
||||
<gdml xmlns:gdml="http://cern.ch/2001/Schemas/GDML" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" xsi:noNamespaceSchemaLocation="http://service-spi.web.cern.ch/service-spi/app/releases/GDML/schema/gdml.xsd" >
|
||||
<define>
|
||||
<constant name="PI" value="1.*pi" />
|
||||
<constant name="TWOPI" value="2.*pi"/>
|
||||
<constant name="HALFPI" value="0.5*pi"/>
|
||||
|
||||
<position name="ArmBoneRelativePos" unit="cm" x="31.74" y="0.0" z="0" />
|
||||
<position name="ArmBonePos" unit="cm" x="-15.87" y="0.0" z="0.0" />
|
||||
<rotation name="ArmBoneRot" unit="degree" x="0" y="0" z="0" />
|
||||
<position name="OrganPos" unit="cm" x="-15.87" y="0.0" z="0.0" />
|
||||
<rotation name="OrganRot" unit="degree" x="0" y="0" z="0" />
|
||||
</define>
|
||||
|
||||
<materials>
|
||||
|
||||
@@ -1,5 +1,5 @@
|
||||
<?xml version="1.0" encoding="UTF-8" ?>
|
||||
<gdml xmlns:gdml="http://cern.ch/2001/Schemas/GDML" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" xsi:noNamespaceSchemaLocation="/users/guatelli/GDML/src/GDMLSchema/gdml.xsd" >
|
||||
<gdml xmlns:gdml="http://cern.ch/2001/Schemas/GDML" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" xsi:noNamespaceSchemaLocation="http://service-spi.web.cern.ch/service-spi/app/releases/GDML/schema/gdml.xsd" >
|
||||
<define>
|
||||
<constant name="PI" value="1.*pi" />
|
||||
<constant name="TWOPI" value="2.*pi"/>
|
||||
|
||||
@@ -1,5 +1,5 @@
|
||||
<?xml version="1.0" encoding="UTF-8" ?>
|
||||
<gdml xmlns:gdml="http://cern.ch/2001/Schemas/GDML" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" xsi:noNamespaceSchemaLocation="/users/guatelli/GDML/src/GDMLSchema/gdml.xsd" >
|
||||
<gdml xmlns:gdml="http://cern.ch/2001/Schemas/GDML" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" xsi:noNamespaceSchemaLocation="http://service-spi.web.cern.ch/service-spi/app/releases/GDML/schema/gdml.xsd" >
|
||||
<define>
|
||||
<position name="HeadRelativePos" unit="cm" x="0" y="0" z="10.025" />
|
||||
<position name="OrganPos" unit="cm" x="0" y="73.125" z="0" />
|
||||
|
||||
@@ -1,13 +1,13 @@
|
||||
<?xml version="1.0" encoding="UTF-8" ?>
|
||||
<gdml xmlns:gdml="http://cern.ch/2001/Schemas/GDML" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" xsi:noNamespaceSchemaLocation="/users/guatelli/GDML/src/GDMLSchema/gdml.xsd" >
|
||||
<gdml xmlns:gdml="http://cern.ch/2001/Schemas/GDML" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" xsi:noNamespaceSchemaLocation="http://service-spi.web.cern.ch/service-spi/app/releases/GDML/schema/gdml.xsd" >
|
||||
<define>
|
||||
<constant name="PI" value="1.*pi" />
|
||||
<constant name="TWOPI" value="2.*pi"/>
|
||||
<constant name="HALFPI" value="0.5*pi"/>
|
||||
|
||||
<position name="HeartRelativePos" unit="cm" x="0.0" y="0.0" z="0.0" />
|
||||
<position name="HeartPos" unit="cm" x="0.0" y="-3.0" z="15.32" />
|
||||
<rotation name="HeartRot" unit="degree" x="0" y="25" z="0" />
|
||||
<position name="OrganPos" unit="cm" x="0.0" y="-3.0" z="15.32" />
|
||||
<rotation name="OrganRot" unit="degree" x="0" y="25" z="0" />
|
||||
</define>
|
||||
|
||||
<materials>
|
||||
|
||||
@@ -1,6 +1,5 @@
|
||||
<?xml version="1.0" encoding="UTF-8" ?>
|
||||
<gdml xmlns:gdml="http://cern.ch/2001/Schemas/GDML"
|
||||
xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" xsi:noNamespaceSchemaLocation="/users/guatelli/GDML/src/GDMLSchema/gdml.xsd" >
|
||||
<gdml xmlns:gdml="http://cern.ch/2001/Schemas/GDML" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" xsi:noNamespaceSchemaLocation="http://service-spi.web.cern.ch/service-spi/app/releases/GDML/schema/gdml.xsd" >
|
||||
<define>
|
||||
<constant name="PI" value="1.*pi" />
|
||||
<constant name="TWOPI" value="2.*pi"/>
|
||||
|
||||
@@ -1,5 +1,5 @@
|
||||
<?xml version="1.0" encoding="UTF-8" ?>
|
||||
<gdml xmlns:gdml="http://cern.ch/2001/Schemas/GDML" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" xsi:noNamespaceSchemaLocation="/users/guatelli/GDML/src/GDMLSchema/gdml.xsd" >
|
||||
<gdml xmlns:gdml="http://cern.ch/2001/Schemas/GDML" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" xsi:noNamespaceSchemaLocation="http://service-spi.web.cern.ch/service-spi/app/releases/GDML/schema/gdml.xsd" >
|
||||
<define>
|
||||
<constant name="PI" value="1.*pi" />
|
||||
<constant name="TWOPI" value="2.*pi"/>
|
||||
|
||||
@@ -1,5 +1,5 @@
|
||||
<?xml version="1.0" encoding="UTF-8" ?>
|
||||
<gdml xmlns:gdml="http://cern.ch/2001/Schemas/GDML" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" xsi:noNamespaceSchemaLocation="/users/guatelli/GDML/src/GDMLSchema/gdml.xsd" >
|
||||
<gdml xmlns:gdml="http://cern.ch/2001/Schemas/GDML" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" xsi:noNamespaceSchemaLocation="http://service-spi.web.cern.ch/service-spi/app/releases/GDML/schema/gdml.xsd" >
|
||||
<define>
|
||||
<constant name="PI" value="1.*pi" />
|
||||
<constant name="TWOPI" value="2.*pi"/>
|
||||
|
||||
@@ -1,5 +1,5 @@
|
||||
<?xml version="1.0" encoding="UTF-8" ?>
|
||||
<gdml xmlns:gdml="http://cern.ch/2001/Schemas/GDML" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" xsi:noNamespaceSchemaLocation="/users/guatelli/GDML/src/GDMLSchema/gdml.xsd" >
|
||||
<gdml xmlns:gdml="http://cern.ch/2001/Schemas/GDML" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" xsi:noNamespaceSchemaLocation="http://service-spi.web.cern.ch/service-spi/app/releases/GDML/schema/gdml.xsd" >
|
||||
<define>
|
||||
<constant name="PI" value="1.*pi" />
|
||||
<constant name="TWOPI" value="2.*pi"/>
|
||||
@@ -119,4 +119,4 @@
|
||||
<setup name="Default" version="1.0" >
|
||||
<world ref="LeftLegVolume" />
|
||||
</setup>
|
||||
</gdml>
|
||||
</gdml>
|
||||
|
||||
@@ -1,5 +1,5 @@
|
||||
<?xml version="1.0" encoding="UTF-8" ?>
|
||||
<gdml xmlns:gdml="http://cern.ch/2001/Schemas/GDML" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" xsi:noNamespaceSchemaLocation="/users/guatelli/GDML/src/GDMLSchema/gdml.xsd" >
|
||||
<gdml xmlns:gdml="http://cern.ch/2001/Schemas/GDML" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" xsi:noNamespaceSchemaLocation="http://service-spi.web.cern.ch/service-spi/app/releases/GDML/schema/gdml.xsd" >
|
||||
<define>
|
||||
<constant name="PI" value="1.*pi" />
|
||||
<constant name="TWOPI" value="2.*pi"/>
|
||||
@@ -110,6 +110,7 @@
|
||||
|
||||
<solids>
|
||||
<eltube aunit="cm" lunit="cm" name="OneLegBone" dx="2.0" dy="1.0" dz="39.00" />
|
||||
</solids>
|
||||
<structure>
|
||||
<volume name="LeftLegBoneVolume" >
|
||||
<materialref ref="Skeleton" />
|
||||
|
||||
@@ -1,5 +1,5 @@
|
||||
<?xml version="1.0" encoding="UTF-8" ?>
|
||||
<gdml xmlns:gdml="http://cern.ch/2001/Schemas/GDML" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" xsi:noNamespaceSchemaLocation="/users/guatelli/GDML/src/GDMLSchema/gdml.xsd" >
|
||||
<gdml xmlns:gdml="http://cern.ch/2001/Schemas/GDML" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" xsi:noNamespaceSchemaLocation="http://service-spi.web.cern.ch/service-spi/app/releases/GDML/schema/gdml.xsd" >
|
||||
<define>
|
||||
<constant name="PI" value="1.*pi" />
|
||||
<constant name="TWOPI" value="2.*pi"/>
|
||||
|
||||
@@ -1,5 +1,5 @@
|
||||
<?xml version="1.0" encoding="UTF-8" ?>
|
||||
<gdml xmlns:gdml="http://cern.ch/2001/Schemas/GDML" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" xsi:noNamespaceSchemaLocation="/users/guatelli/GDML/src/GDMLSchema/gdml.xsd" >
|
||||
<gdml xmlns:gdml="http://cern.ch/2001/Schemas/GDML" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" xsi:noNamespaceSchemaLocation="http://service-spi.web.cern.ch/service-spi/app/releases/GDML/schema/gdml.xsd" >
|
||||
<define>
|
||||
<constant name="PI" value="1.*pi" />
|
||||
<constant name="TWOPI" value="2.*pi"/>
|
||||
|
||||
@@ -1,12 +1,12 @@
|
||||
<?xml version="1.0" encoding="UTF-8" ?>
|
||||
<gdml xmlns:gdml="http://cern.ch/2001/Schemas/GDML" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" xsi:noNamespaceSchemaLocation="/users/guatelli/GDML/src/GDMLSchema/gdml.xsd" >
|
||||
<gdml xmlns:gdml="http://cern.ch/2001/Schemas/GDML" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" xsi:noNamespaceSchemaLocation="http://service-spi.web.cern.ch/service-spi/app/releases/GDML/schema/gdml.xsd" >
|
||||
<define>
|
||||
<constant name="PI" value="1.*pi" />
|
||||
<constant name="TWOPI" value="2.*pi"/>
|
||||
<constant name="HALFPI" value="0.5*pi"/>
|
||||
<position name="LegBoneRelativePos" unit="cm" x="14.0" y="0.0" z="0" />
|
||||
<position name="LegBonePos" unit="cm" x="0.0" y="0.0" z="0.0" />
|
||||
<rotation name="LegBoneRot" unit="degree" x="0" y="0" z="0" />
|
||||
<position name="OrganPos" unit="cm" x="0.0" y="0.0" z="0.0" />
|
||||
<rotation name="OrganRot" unit="degree" x="0" y="0" z="0" />
|
||||
</define>
|
||||
|
||||
<materials>
|
||||
|
||||
@@ -1,13 +1,13 @@
|
||||
<?xml version="1.0" encoding="UTF-8" ?>
|
||||
<gdml xmlns:gdml="http://cern.ch/2001/Schemas/GDML" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" xsi:noNamespaceSchemaLocation="/users/guatelli/GDML/src/GDMLSchema/gdml.xsd" >
|
||||
<gdml xmlns:gdml="http://cern.ch/2001/Schemas/GDML" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" xsi:noNamespaceSchemaLocation="http://service-spi.web.cern.ch/service-spi/app/releases/GDML/schema/gdml.xsd" >
|
||||
<define>
|
||||
<constant name="PI" value="1.*pi" />
|
||||
<constant name="TWOPI" value="2.*pi"/>
|
||||
<constant name="HALFPI" value="0.5*pi"/>
|
||||
<position name="LiverRelativePos" unit="cm" x="10.0" y="0.0" z="0.0" />
|
||||
<rotation name="LiverRelativeRot" unit="degree" x="0" y="32" z="40.9" />
|
||||
<position name="LiverPos" unit="cm" x="0.0" y="0.0" z="0.0" />
|
||||
<rotation name="LiverRot" unit="degree" x="0" y="0" z="0" />
|
||||
<position name="OrganPos" unit="cm" x="0.0" y="0.0" z="0.0" />
|
||||
<rotation name="OrganRot" unit="degree" x="0" y="0" z="0" />
|
||||
</define>
|
||||
|
||||
<materials>
|
||||
|
||||
@@ -1,5 +1,5 @@
|
||||
<?xml version="1.0" encoding="UTF-8" ?>
|
||||
<gdml xmlns:gdml="http://cern.ch/2001/Schemas/GDML" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" xsi:noNamespaceSchemaLocation="/users/guatelli/GDML/src/GDMLSchema/gdml.xsd" >
|
||||
<gdml xmlns:gdml="http://cern.ch/2001/Schemas/GDML" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" xsi:noNamespaceSchemaLocation="http://service-spi.web.cern.ch/service-spi/app/releases/GDML/schema/gdml.xsd" >
|
||||
<define>
|
||||
<constant name="PI" value="1.*pi" />
|
||||
<constant name="TWOPI" value="2.*pi"/>
|
||||
|
||||
@@ -1,5 +1,5 @@
|
||||
<?xml version="1.0" encoding="UTF-8" ?>
|
||||
<gdml xmlns:gdml="http://cern.ch/2001/Schemas/GDML" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" xsi:noNamespaceSchemaLocation="/users/guatelli/GDML/src/GDMLSchema/gdml.xsd" >
|
||||
<gdml xmlns:gdml="http://cern.ch/2001/Schemas/GDML" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" xsi:noNamespaceSchemaLocation="http://service-spi.web.cern.ch/service-spi/app/releases/GDML/schema/gdml.xsd" >
|
||||
<define>
|
||||
<constant name="PI" value="1.*pi" />
|
||||
<constant name="TWOPI" value="2.*pi"/>
|
||||
|
||||
@@ -1,5 +1,5 @@
|
||||
<?xml version="1.0" encoding="UTF-8" ?>
|
||||
<gdml xmlns:gdml="http://cern.ch/2001/Schemas/GDML" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" xsi:noNamespaceSchemaLocation="/users/guatelli/GDML/src/GDMLSchema/gdml.xsd" >
|
||||
<gdml xmlns:gdml="http://cern.ch/2001/Schemas/GDML" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" xsi:noNamespaceSchemaLocation="http://service-spi.web.cern.ch/service-spi/app/releases/GDML/schema/gdml.xsd" >
|
||||
<define>
|
||||
<constant name="PI" value="1.*pi" />
|
||||
<constant name="TWOPI" value="2.*pi"/>
|
||||
|
||||
@@ -1,5 +1,5 @@
|
||||
<?xml version="1.0" encoding="UTF-8" ?>
|
||||
<gdml xmlns:gdml="http://cern.ch/2001/Schemas/GDML" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" xsi:noNamespaceSchemaLocation="/users/guatelli/GDML/src/GDMLSchema/gdml.xsd" >
|
||||
<gdml xmlns:gdml="http://cern.ch/2001/Schemas/GDML" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" xsi:noNamespaceSchemaLocation="http://service-spi.web.cern.ch/service-spi/app/releases/GDML/schema/gdml.xsd" >
|
||||
<define>
|
||||
<constant name="PI" value="1.*pi" />
|
||||
<constant name="TWOPI" value="2.*pi"/>
|
||||
|
||||
@@ -1,6 +1,5 @@
|
||||
<?xml version="1.0" encoding="UTF-8" ?>
|
||||
<gdml xmlns:gdml="http://cern.ch/2001/Schemas/GDML"
|
||||
xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" xsi:noNamespaceSchemaLocation="/users/guatelli/GDML/src/GDMLSchema/gdml.xsd" >
|
||||
<gdml xmlns:gdml="http://cern.ch/2001/Schemas/GDML" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" xsi:noNamespaceSchemaLocation="http://service-spi.web.cern.ch/service-spi/app/releases/GDML/schema/gdml.xsd" >
|
||||
<define>
|
||||
<constant name="PI" value="1.*pi" />
|
||||
<constant name="TWOPI" value="2.*pi"/>
|
||||
|
||||
@@ -1,5 +1,5 @@
|
||||
<?xml version="1.0" encoding="UTF-8" ?>
|
||||
<gdml xmlns:gdml="http://cern.ch/2001/Schemas/GDML" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" xsi:noNamespaceSchemaLocation="/users/guatelli/GDML/src/GDMLSchema/gdml.xsd" >
|
||||
<gdml xmlns:gdml="http://cern.ch/2001/Schemas/GDML" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" xsi:noNamespaceSchemaLocation="http://service-spi.web.cern.ch/service-spi/app/releases/GDML/schema/gdml.xsd" >
|
||||
<define>
|
||||
<constant name="PI" value="1.*pi" />
|
||||
<constant name="TWOPI" value="2.*pi"/>
|
||||
|
||||
@@ -1,5 +1,5 @@
|
||||
<?xml version="1.0" encoding="UTF-8" ?>
|
||||
<gdml xmlns:gdml="http://cern.ch/2001/Schemas/GDML" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" xsi:noNamespaceSchemaLocation="/users/guatelli/GDML/src/GDMLSchema/gdml.xsd" >
|
||||
<gdml xmlns:gdml="http://cern.ch/2001/Schemas/GDML" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" xsi:noNamespaceSchemaLocation="http://service-spi.web.cern.ch/service-spi/app/releases/GDML/schema/gdml.xsd" >
|
||||
<define>
|
||||
<constant name="PI" value="1.*pi" />
|
||||
<constant name="TWOPI" value="2.*pi"/>
|
||||
|
||||
@@ -1,5 +1,5 @@
|
||||
<?xml version="1.0" encoding="UTF-8" ?>
|
||||
<gdml xmlns:gdml="http://cern.ch/2001/Schemas/GDML" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" xsi:noNamespaceSchemaLocation="/users/guatelli/GDML/src/GDMLSchema/gdml.xsd" >
|
||||
<gdml xmlns:gdml="http://cern.ch/2001/Schemas/GDML" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" xsi:noNamespaceSchemaLocation="http://service-spi.web.cern.ch/service-spi/app/releases/GDML/schema/gdml.xsd" >
|
||||
<define>
|
||||
<constant name="PI" value="1.*pi" />
|
||||
<constant name="TWOPI" value="2.*pi"/>
|
||||
@@ -119,4 +119,4 @@
|
||||
<setup name="Default" version="1.0" >
|
||||
<world ref="RightLegVolume" />
|
||||
</setup>
|
||||
</gdml>
|
||||
</gdml>
|
||||
|
||||
@@ -1,5 +1,5 @@
|
||||
<?xml version="1.0" encoding="UTF-8" ?>
|
||||
<gdml xmlns:gdml="http://cern.ch/2001/Schemas/GDML" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" xsi:noNamespaceSchemaLocation="/users/guatelli/GDML/src/GDMLSchema/gdml.xsd" >
|
||||
<gdml xmlns:gdml="http://cern.ch/2001/Schemas/GDML" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" xsi:noNamespaceSchemaLocation="http://service-spi.web.cern.ch/service-spi/app/releases/GDML/schema/gdml.xsd" >
|
||||
<define>
|
||||
<constant name="PI" value="1.*pi" />
|
||||
<constant name="TWOPI" value="2.*pi"/>
|
||||
|
||||
@@ -1,5 +1,5 @@
|
||||
<?xml version="1.0" encoding="UTF-8" ?>
|
||||
<gdml xmlns:gdml="http://cern.ch/2001/Schemas/GDML" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" xsi:noNamespaceSchemaLocation="/users/guatelli/GDML/src/GDMLSchema/gdml.xsd" >
|
||||
<gdml xmlns:gdml="http://cern.ch/2001/Schemas/GDML" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" xsi:noNamespaceSchemaLocation="http://service-spi.web.cern.ch/service-spi/app/releases/GDML/schema/gdml.xsd" >
|
||||
<define>
|
||||
<constant name="PI" value="1.*pi" />
|
||||
<constant name="TWOPI" value="2.*pi"/>
|
||||
|
||||
@@ -1,5 +1,5 @@
|
||||
<?xml version="1.0" encoding="UTF-8" ?>
|
||||
<gdml xmlns:gdml="http://cern.ch/2001/Schemas/GDML" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" xsi:noNamespaceSchemaLocation="/users/guatelli/GDML/src/GDMLSchema/gdml.xsd" >
|
||||
<gdml xmlns:gdml="http://cern.ch/2001/Schemas/GDML" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" xsi:noNamespaceSchemaLocation="http://service-spi.web.cern.ch/service-spi/app/releases/GDML/schema/gdml.xsd" >
|
||||
<define>
|
||||
<constant name="PI" value="1.*pi" />
|
||||
<constant name="TWOPI" value="2.*pi"/>
|
||||
|
||||
@@ -1,5 +1,5 @@
|
||||
<?xml version="1.0" encoding="UTF-8" ?>
|
||||
<gdml xmlns:gdml="http://cern.ch/2001/Schemas/GDML" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" xsi:noNamespaceSchemaLocation="/users/guatelli/GDML/src/GDMLSchema/gdml.xsd" >
|
||||
<gdml xmlns:gdml="http://cern.ch/2001/Schemas/GDML" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" xsi:noNamespaceSchemaLocation="http://service-spi.web.cern.ch/service-spi/app/releases/GDML/schema/gdml.xsd" >
|
||||
<define>
|
||||
<constant name="PI" value="1.*pi" />
|
||||
<constant name="TWOPI" value="2.*pi"/>
|
||||
|
||||
@@ -1,5 +1,5 @@
|
||||
<?xml version="1.0" encoding="UTF-8" ?>
|
||||
<gdml xmlns:gdml="http://cern.ch/2001/Schemas/GDML" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" xsi:noNamespaceSchemaLocation="/users/guatelli/GDML/src/GDMLSchema/gdml.xsd" >
|
||||
<gdml xmlns:gdml="http://cern.ch/2001/Schemas/GDML" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" xsi:noNamespaceSchemaLocation="http://service-spi.web.cern.ch/service-spi/app/releases/GDML/schema/gdml.xsd" >
|
||||
<define>
|
||||
<constant name="PI" value="1.*pi" />
|
||||
<constant name="TWOPI" value="2.*pi"/>
|
||||
|
||||
@@ -1,5 +1,5 @@
|
||||
<?xml version="1.0" encoding="UTF-8" ?>
|
||||
<gdml xmlns:gdml="http://cern.ch/2001/Schemas/GDML" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" xsi:noNamespaceSchemaLocation="/users/guatelli/GDML/src/GDMLSchema/gdml.xsd" >
|
||||
<gdml xmlns:gdml="http://cern.ch/2001/Schemas/GDML" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" xsi:noNamespaceSchemaLocation="http://service-spi.web.cern.ch/service-spi/app/releases/GDML/schema/gdml.xsd" >
|
||||
<define>
|
||||
<constant name="PI" value="1.*pi" />
|
||||
<constant name="TWOPI" value="2.*pi"/>
|
||||
|
||||
@@ -1,5 +1,5 @@
|
||||
<?xml version="1.0" encoding="UTF-8" ?>
|
||||
<gdml xmlns:gdml="http://cern.ch/2001/Schemas/GDML" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" xsi:noNamespaceSchemaLocation="/users/guatelli/GDML/src/GDMLSchema/gdml.xsd" >
|
||||
<gdml xmlns:gdml="http://cern.ch/2001/Schemas/GDML" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" xsi:noNamespaceSchemaLocation="http://service-spi.web.cern.ch/service-spi/app/releases/GDML/schema/gdml.xsd" >
|
||||
<define>
|
||||
<constant name="PI" value="1.*pi" />
|
||||
<constant name="TWOPI" value="2.*pi"/>
|
||||
@@ -9,8 +9,8 @@
|
||||
<position name="SecondSubtrThyroidRelativePos" unit="cm" x="0.0" y="0.0" z="-5.4" />
|
||||
<rotation name="FirstSubtrThyroidRelativeRot" unit="degree" x="50" y="0" z="0" />
|
||||
<rotation name="SecondSubtrThyroidRelativeRot" unit="degree" x="-50" y="0" z="0" />
|
||||
<position name="ThyroidPos" unit="cm" x="0.0" y="-3.91" z="-4.05" />
|
||||
<rotation name="ThyroidRot" unit="degree" x="0" y="0" z="180" />
|
||||
<position name="OrganPos" unit="cm" x="0.0" y="-3.91" z="-4.05" />
|
||||
<rotation name="OrganRot" unit="degree" x="0" y="0" z="180" />
|
||||
</define>
|
||||
|
||||
<materials>
|
||||
|
||||
@@ -1,5 +1,5 @@
|
||||
<?xml version="1.0" encoding="UTF-8" ?>
|
||||
<gdml xmlns:gdml="http://cern.ch/2001/Schemas/GDML" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" xsi:noNamespaceSchemaLocation="/users/guatelli/GDML/src/GDMLSchema/gdml.xsd" >
|
||||
<gdml xmlns:gdml="http://cern.ch/2001/Schemas/GDML" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" xsi:noNamespaceSchemaLocation="http://service-spi.web.cern.ch/service-spi/app/releases/GDML/schema/gdml.xsd" >
|
||||
<define>
|
||||
<constant name="PI" value="1.*pi" />
|
||||
<constant name="TWOPI" value="2.*pi"/>
|
||||
@@ -119,4 +119,4 @@
|
||||
<setup name="Default" version="1.0" >
|
||||
<world ref="TrunkVolume" />
|
||||
</setup>
|
||||
</gdml>
|
||||
</gdml>
|
||||
|
||||
@@ -1,5 +1,5 @@
|
||||
<?xml version="1.0" encoding="UTF-8" ?>
|
||||
<gdml xmlns:gdml="http://cern.ch/2001/Schemas/GDML" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" xsi:noNamespaceSchemaLocation="/users/guatelli/GDML/src/GDMLSchema/gdml.xsd" >
|
||||
<gdml xmlns:gdml="http://cern.ch/2001/Schemas/GDML" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" xsi:noNamespaceSchemaLocation="http://service-spi.web.cern.ch/service-spi/app/releases/GDML/schema/gdml.xsd" >
|
||||
<define>
|
||||
<constant name="PI" value="1.*pi" />
|
||||
<constant name="TWOPI" value="2.*pi"/>
|
||||
|
||||
@@ -1,5 +1,5 @@
|
||||
<?xml version="1.0" encoding="UTF-8" ?>
|
||||
<gdml xmlns:gdml="http://cern.ch/2001/Schemas/GDML" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" xsi:noNamespaceSchemaLocation="/users/guatelli/GDML/src/GDMLSchema/gdml.xsd" >
|
||||
<gdml xmlns:gdml="http://cern.ch/2001/Schemas/GDML" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" xsi:noNamespaceSchemaLocation="http://service-spi.web.cern.ch/service-spi/app/releases/GDML/schema/gdml.xsd" >
|
||||
<define>
|
||||
<constant name="PI" value="1.*pi" />
|
||||
<constant name="TWOPI" value="2.*pi"/>
|
||||
|
||||
@@ -1,5 +1,5 @@
|
||||
<?xml version="1.0" encoding="UTF-8" ?>
|
||||
<gdml xmlns:gdml="http://cern.ch/2001/Schemas/GDML" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" xsi:noNamespaceSchemaLocation="/users/guatelli/GDML/src/GDMLSchema/gdml.xsd" >
|
||||
<gdml xmlns:gdml="http://cern.ch/2001/Schemas/GDML" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" xsi:noNamespaceSchemaLocation="http://service-spi.web.cern.ch/service-spi/app/releases/GDML/schema/gdml.xsd" >
|
||||
<define>
|
||||
<constant name="PI" value="1.*pi" />
|
||||
<constant name="TWOPI" value="2.*pi"/>
|
||||
|
||||
@@ -1,11 +1,11 @@
|
||||
<?xml version="1.0" encoding="UTF-8" ?>
|
||||
<gdml xmlns:gdml="http://cern.ch/2001/Schemas/GDML" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" xsi:noNamespaceSchemaLocation="/users/guatelli/GDML/src/GDMLSchema/gdml.xsd" >
|
||||
<gdml xmlns:gdml="http://cern.ch/2001/Schemas/GDML" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" xsi:noNamespaceSchemaLocation="http://service-spi.web.cern.ch/service-spi/app/releases/GDML/schema/gdml.xsd" >
|
||||
<define>
|
||||
<constant name="PI" value="1.*pi" />
|
||||
<constant name="TWOPI" value="2.*pi"/>
|
||||
<constant name="HALFPI" value="0.5*pi"/>
|
||||
<position name="UterusPos" unit="cm" x="0" y="1.96" z="-18.93" />
|
||||
<rotation name="UterusRot" unit="degree" x="90" y="0" z="0" />
|
||||
<position name="OrganPos" unit="cm" x="0" y="1.96" z="-18.93" />
|
||||
<rotation name="OrganRot" unit="degree" x="90" y="0" z="0" />
|
||||
</define>
|
||||
|
||||
<materials>
|
||||
|
||||
@@ -1,5 +1,5 @@
|
||||
<?xml version="1.0" encoding="UTF-8" ?>
|
||||
<gdml xmlns:gdml="http://cern.ch/2001/Schemas/GDML" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" xsi:noNamespaceSchemaLocation="/users/guatelli/GDML/src/GDMLSchema/gdml.xsd" >
|
||||
<gdml xmlns:gdml="http://cern.ch/2001/Schemas/GDML" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" xsi:noNamespaceSchemaLocation="http://service-spi.web.cern.ch/service-spi/app/releases/GDML/schema/gdml.xsd" >
|
||||
<define>
|
||||
<constant name="PI" value="1.*pi" />
|
||||
<constant name="TWOPI" value="2.*pi"/>
|
||||
|
||||
@@ -1,5 +1,5 @@
|
||||
<?xml version="1.0" encoding="UTF-8" ?>
|
||||
<gdml xmlns:gdml="http://cern.ch/2001/Schemas/GDML" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" xsi:noNamespaceSchemaLocation="/users/guatelli/GDML/src/GDMLSchema/gdml.xsd" >
|
||||
<gdml xmlns:gdml="http://cern.ch/2001/Schemas/GDML" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" xsi:noNamespaceSchemaLocation="http://service-spi.web.cern.ch/service-spi/app/releases/GDML/schema/gdml.xsd" >
|
||||
<define>
|
||||
<constant name="PI" value="1.*pi" />
|
||||
<constant name="TWOPI" value="2.*pi"/>
|
||||
|
||||
@@ -1,5 +1,5 @@
|
||||
<?xml version="1.0" encoding="UTF-8" ?>
|
||||
<gdml xmlns:gdml="http://cern.ch/2001/Schemas/GDML" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" xsi:noNamespaceSchemaLocation="/local/GDML_2_8_0/src/GDMLSchema/gdml.xsd" >
|
||||
<gdml xmlns:gdml="http://cern.ch/2001/Schemas/GDML" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" xsi:noNamespaceSchemaLocation="http://service-spi.web.cern.ch/service-spi/app/releases/GDML/schema/gdml.xsd" >
|
||||
<define>
|
||||
<position name="HeadRelativePos" unit="cm" x="0" y="0" z="8.15" />
|
||||
<position name="HeadPos" unit="cm" x="0" y="71.25" z="0" />
|
||||
|
||||
@@ -1,5 +1,5 @@
|
||||
<?xml version="1.0" encoding="UTF-8" ?>
|
||||
<gdml xmlns:gdml="http://cern.ch/2001/Schemas/GDML" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" xsi:noNamespaceSchemaLocation="/local/GDML_2_8_0/src/GDMLSchema/gdml.xsd" >
|
||||
<gdml xmlns:gdml="http://cern.ch/2001/Schemas/GDML" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" xsi:noNamespaceSchemaLocation="http://service-spi.web.cern.ch/service-spi/app/releases/GDML/schema/gdml.xsd" >
|
||||
<define>
|
||||
<constant name="PI" value="1.*pi" />
|
||||
<constant name="TWOPI" value="2.*pi"/>
|
||||
|
||||
@@ -1,5 +1,5 @@
|
||||
<?xml version="1.0" encoding="UTF-8" ?>
|
||||
<gdml xmlns:gdml="http://cern.ch/2001/Schemas/GDML" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" xsi:noNamespaceSchemaLocation="/local/GDML_2_8_0/src/GDMLSchema/gdml.xsd" >
|
||||
<gdml xmlns:gdml="http://cern.ch/2001/Schemas/GDML" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" xsi:noNamespaceSchemaLocation="http://service-spi.web.cern.ch/service-spi/app/releases/GDML/schema/gdml.xsd" >
|
||||
<define>
|
||||
<constant name="PI" value="1.*pi" />
|
||||
<constant name="TWOPI" value="2.*pi"/>
|
||||
|
||||
@@ -1,5 +1,5 @@
|
||||
<?xml version="1.0" encoding="UTF-8" ?>
|
||||
<gdml xmlns:gdml="http://cern.ch/2001/Schemas/GDML" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" xsi:noNamespaceSchemaLocation="/local/GDML_2_8_0/src/GDMLSchema/gdml.xsd" >
|
||||
<gdml xmlns:gdml="http://cern.ch/2001/Schemas/GDML" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" xsi:noNamespaceSchemaLocation="http://service-spi.web.cern.ch/service-spi/app/releases/GDML/schema/gdml.xsd" >
|
||||
<define>
|
||||
<constant name="PI" value="1.*pi" />
|
||||
<constant name="TWOPI" value="2.*pi"/>
|
||||
|
||||
@@ -1,5 +1,5 @@
|
||||
<?xml version="1.0" encoding="UTF-8" ?>
|
||||
<gdml xmlns:gdml="http://cern.ch/2001/Schemas/GDML" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" xsi:noNamespaceSchemaLocation="/local/GDML_2_8_0/src/GDMLSchema/gdml.xsd" >
|
||||
<gdml xmlns:gdml="http://cern.ch/2001/Schemas/GDML" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" xsi:noNamespaceSchemaLocation="http://service-spi.web.cern.ch/service-spi/app/releases/GDML/schema/gdml.xsd" >
|
||||
<define>
|
||||
<constant name="PI" value="1.*pi" />
|
||||
<constant name="TWOPI" value="2.*pi"/>
|
||||
@@ -124,4 +124,4 @@
|
||||
<setup name="Default" version="1.0" >
|
||||
<world ref="LegsVolume" />
|
||||
</setup>
|
||||
</gdml>
|
||||
</gdml>
|
||||
|
||||
@@ -1,5 +1,5 @@
|
||||
<?xml version="1.0" encoding="UTF-8" ?>
|
||||
<gdml xmlns:gdml="http://cern.ch/2001/Schemas/GDML" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" xsi:noNamespaceSchemaLocation="/local/GDML_2_8_0/src/GDMLSchema/gdml.xsd" >
|
||||
<gdml xmlns:gdml="http://cern.ch/2001/Schemas/GDML" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" xsi:noNamespaceSchemaLocation="http://service-spi.web.cern.ch/service-spi/app/releases/GDML/schema/gdml.xsd" >
|
||||
<define>
|
||||
<constant name="PI" value="1.*pi" />
|
||||
<constant name="TWOPI" value="2.*pi"/>
|
||||
|
||||
@@ -1,5 +1,5 @@
|
||||
<?xml version="1.0" encoding="UTF-8" ?>
|
||||
<gdml xmlns:gdml="http://cern.ch/2001/Schemas/GDML" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" xsi:noNamespaceSchemaLocation="/local/GDML_2_8_0/src/GDMLSchema/gdml.xsd" >
|
||||
<gdml xmlns:gdml="http://cern.ch/2001/Schemas/GDML" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" xsi:noNamespaceSchemaLocation="http://service-spi.web.cern.ch/service-spi/app/releases/GDML/schema/gdml.xsd" >
|
||||
<define>
|
||||
<constant name="PI" value="1.*pi" />
|
||||
<constant name="TWOPI" value="2.*pi"/>
|
||||
|
||||
@@ -1,5 +1,5 @@
|
||||
<?xml version="1.0" encoding="UTF-8" ?>
|
||||
<gdml xmlns:gdml="http://cern.ch/2001/Schemas/GDML" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" xsi:noNamespaceSchemaLocation="/local/GDML_2_8_0/src/GDMLSchema/gdml.xsd" >
|
||||
<gdml xmlns:gdml="http://cern.ch/2001/Schemas/GDML" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" xsi:noNamespaceSchemaLocation="http://service-spi.web.cern.ch/service-spi/app/releases/GDML/schema/gdml.xsd" >
|
||||
<define>
|
||||
<constant name="PI" value="1.*pi" />
|
||||
<constant name="TWOPI" value="2.*pi"/>
|
||||
|
||||
@@ -1,5 +1,5 @@
|
||||
<?xml version="1.0" encoding="UTF-8" ?>
|
||||
<gdml xmlns:gdml="http://cern.ch/2001/Schemas/GDML" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" xsi:noNamespaceSchemaLocation="/local/GDML_2_8_0/src/GDMLSchema/gdml.xsd" >
|
||||
<gdml xmlns:gdml="http://cern.ch/2001/Schemas/GDML" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" xsi:noNamespaceSchemaLocation="http://service-spi.web.cern.ch/service-spi/app/releases/GDML/schema/gdml.xsd" >
|
||||
<define>
|
||||
<constant name="PI" value="1.*pi" />
|
||||
<constant name="TWOPI" value="2.*pi"/>
|
||||
|
||||
@@ -1,5 +1,5 @@
|
||||
<?xml version="1.0" encoding="UTF-8" ?>
|
||||
<gdml xmlns:gdml="http://cern.ch/2001/Schemas/GDML" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" xsi:noNamespaceSchemaLocation="/local/GDML_2_8_0/src/GDMLSchema/gdml.xsd" >
|
||||
<gdml xmlns:gdml="http://cern.ch/2001/Schemas/GDML" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" xsi:noNamespaceSchemaLocation="http://service-spi.web.cern.ch/service-spi/app/releases/GDML/schema/gdml.xsd" >
|
||||
<define>
|
||||
<constant name="PI" value="1.*pi" />
|
||||
<constant name="TWOPI" value="2.*pi"/>
|
||||
|
||||
@@ -1,5 +1,5 @@
|
||||
<?xml version="1.0" encoding="UTF-8" ?>
|
||||
<gdml xmlns:gdml="http://cern.ch/2001/Schemas/GDML" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" xsi:noNamespaceSchemaLocation="/local/GDML_2_8_0/src/GDMLSchema/gdml.xsd" >
|
||||
<gdml xmlns:gdml="http://cern.ch/2001/Schemas/GDML" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" xsi:noNamespaceSchemaLocation="http://service-spi.web.cern.ch/service-spi/app/releases/GDML/schema/gdml.xsd" >
|
||||
<define>
|
||||
<constant name="PI" value="1.*pi" />
|
||||
<constant name="TWOPI" value="2.*pi"/>
|
||||
|
||||
@@ -1,5 +1,5 @@
|
||||
<?xml version="1.0" encoding="UTF-8" ?>
|
||||
<gdml xmlns:gdml="http://cern.ch/2001/Schemas/GDML" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" xsi:noNamespaceSchemaLocation="/local/GDML_2_8_0/src/GDMLSchema/gdml.xsd" >
|
||||
<gdml xmlns:gdml="http://cern.ch/2001/Schemas/GDML" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" xsi:noNamespaceSchemaLocation="http://service-spi.web.cern.ch/service-spi/app/releases/GDML/schema/gdml.xsd" >
|
||||
<define>
|
||||
<constant name="PI" value="1.*pi" />
|
||||
<constant name="TWOPI" value="2.*pi"/>
|
||||
|
||||
@@ -1,5 +1,5 @@
|
||||
<?xml version="1.0" encoding="UTF-8" ?>
|
||||
<gdml xmlns:gdml="http://cern.ch/2001/Schemas/GDML" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" xsi:noNamespaceSchemaLocation="/local/GDML_2_8_0/src/GDMLSchema/gdml.xsd" >
|
||||
<gdml xmlns:gdml="http://cern.ch/2001/Schemas/GDML" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" xsi:noNamespaceSchemaLocation="http://service-spi.web.cern.ch/service-spi/app/releases/GDML/schema/gdml.xsd" >
|
||||
<define>
|
||||
<constant name="PI" value="1.*pi" />
|
||||
<constant name="TWOPI" value="2.*pi"/>
|
||||
|
||||
@@ -1,5 +1,5 @@
|
||||
<?xml version="1.0" encoding="UTF-8" ?>
|
||||
<gdml xmlns:gdml="http://cern.ch/2001/Schemas/GDML" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" xsi:noNamespaceSchemaLocation="/local/GDML_2_8_0/src/GDMLSchema/gdml.xsd" >
|
||||
<gdml xmlns:gdml="http://cern.ch/2001/Schemas/GDML" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" xsi:noNamespaceSchemaLocation="http://service-spi.web.cern.ch/service-spi/app/releases/GDML/schema/gdml.xsd" >
|
||||
<define>
|
||||
<constant name="PI" value="1.*pi" />
|
||||
<constant name="TWOPI" value="2.*pi"/>
|
||||
|
||||
@@ -1,5 +1,5 @@
|
||||
<?xml version="1.0" encoding="UTF-8" ?>
|
||||
<gdml xmlns:gdml="http://cern.ch/2001/Schemas/GDML" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" xsi:noNamespaceSchemaLocation="/local/GDML_2_8_0/src/GDMLSchema/gdml.xsd" >
|
||||
<gdml xmlns:gdml="http://cern.ch/2001/Schemas/GDML" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" xsi:noNamespaceSchemaLocation="http://service-spi.web.cern.ch/service-spi/app/releases/GDML/schema/gdml.xsd" >
|
||||
<define>
|
||||
<constant name="PI" value="1.*pi" />
|
||||
<constant name="TWOPI" value="2.*pi"/>
|
||||
|
||||
@@ -1,5 +1,5 @@
|
||||
<?xml version="1.0" encoding="UTF-8" ?>
|
||||
<gdml xmlns:gdml="http://cern.ch/2001/Schemas/GDML" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" xsi:noNamespaceSchemaLocation="/local/GDML_2_8_0/src/GDMLSchema/gdml.xsd" >
|
||||
<gdml xmlns:gdml="http://cern.ch/2001/Schemas/GDML" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" xsi:noNamespaceSchemaLocation="http://service-spi.web.cern.ch/service-spi/app/releases/GDML/schema/gdml.xsd" >
|
||||
<define>
|
||||
<constant name="PI" value="1.*pi" />
|
||||
<constant name="TWOPI" value="2.*pi"/>
|
||||
@@ -119,4 +119,4 @@
|
||||
<setup name="Default" version="1.0" >
|
||||
<world ref="TrunkVolume" />
|
||||
</setup>
|
||||
</gdml>
|
||||
</gdml>
|
||||
|
||||
@@ -1,5 +1,5 @@
|
||||
<?xml version="1.0" encoding="UTF-8" ?>
|
||||
<gdml xmlns:gdml="http://cern.ch/2001/Schemas/GDML" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" xsi:noNamespaceSchemaLocation="/local/GDML_2_8_0/src/GDMLSchema/gdml.xsd" >
|
||||
<gdml xmlns:gdml="http://cern.ch/2001/Schemas/GDML" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" xsi:noNamespaceSchemaLocation="http://service-spi.web.cern.ch/service-spi/app/releases/GDML/schema/gdml.xsd" >
|
||||
<define>
|
||||
<constant name="PI" value="1.*pi" />
|
||||
<constant name="TWOPI" value="2.*pi"/>
|
||||
|
||||
@@ -1,5 +1,5 @@
|
||||
<?xml version="1.0" encoding="UTF-8" ?>
|
||||
<gdml xmlns:gdml="http://cern.ch/2001/Schemas/GDML" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" xsi:noNamespaceSchemaLocation="/local/GDML_2_8_0/src/GDMLSchema/gdml.xsd" >
|
||||
<gdml xmlns:gdml="http://cern.ch/2001/Schemas/GDML" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" xsi:noNamespaceSchemaLocation="http://service-spi.web.cern.ch/service-spi/app/releases/GDML/schema/gdml.xsd" >
|
||||
<define>
|
||||
<constant name="PI" value="1.*pi" />
|
||||
<constant name="TWOPI" value="2.*pi"/>
|
||||
|
||||
@@ -1,5 +1,5 @@
|
||||
<?xml version="1.0" encoding="UTF-8" ?>
|
||||
<gdml xmlns:gdml="http://cern.ch/2001/Schemas/GDML" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" xsi:noNamespaceSchemaLocation="/local/GDML_2_8_0/src/GDMLSchema/gdml.xsd" >
|
||||
<gdml xmlns:gdml="http://cern.ch/2001/Schemas/GDML" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" xsi:noNamespaceSchemaLocation="http://service-spi.web.cern.ch/service-spi/app/releases/GDML/schema/gdml.xsd" >
|
||||
<define>
|
||||
<constant name="PI" value="1.*pi" />
|
||||
<constant name="TWOPI" value="2.*pi"/>
|
||||
|
||||
@@ -1,14 +1,14 @@
|
||||
<?xml version="1.0" encoding="UTF-8" ?>
|
||||
<gdml xmlns:gdml="http://cern.ch/2001/Schemas/GDML"
|
||||
xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" xsi:noNamespaceSchemaLocation="/users/guatelli/GDML/src/GDMLSchema/gdml.xsd" >
|
||||
xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" xsi:noNamespaceSchemaLocation="http://service-spi.web.cern.ch/service-spi/app/releases/GDML/schema/gdml.xsd" >
|
||||
<define>
|
||||
<constant name="PI" value="1.*pi" />
|
||||
<constant name="TWOPI" value="2.*pi"/>
|
||||
<constant name="HALFPI" value="0.5*pi"/>
|
||||
|
||||
<position name="ArmBoneRelativePos" unit="cm" x="31.74" y="0.0" z="0" />
|
||||
<position name="ArmBonePos" unit="cm" x="-15.87" y="0.0" z="0.0" />
|
||||
<rotation name="ArmBoneRot" unit="degree" x="0" y="0" z="0" />
|
||||
<position name="OrganPos" unit="cm" x="-15.87" y="0.0" z="0.0" />
|
||||
<rotation name="OrganRot" unit="degree" x="0" y="0" z="0" />
|
||||
</define>
|
||||
|
||||
<materials>
|
||||
|
||||
@@ -1,5 +1,5 @@
|
||||
<?xml version="1.0" encoding="UTF-8" ?>
|
||||
<gdml xmlns:gdml="http://cern.ch/2001/Schemas/GDML" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" xsi:noNamespaceSchemaLocation="/users/guatelli/GDML/src/GDMLSchema/gdml.xsd" >
|
||||
<gdml xmlns:gdml="http://cern.ch/2001/Schemas/GDML" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" xsi:noNamespaceSchemaLocation="http://service-spi.web.cern.ch/service-spi/app/releases/GDML/schema/gdml.xsd" >
|
||||
<define>
|
||||
<constant name="PI" value="1.*pi" />
|
||||
<constant name="TWOPI" value="2.*pi"/>
|
||||
|
||||
@@ -1,5 +1,5 @@
|
||||
<?xml version="1.0" encoding="UTF-8" ?>
|
||||
<gdml xmlns:gdml="http://cern.ch/2001/Schemas/GDML" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" xsi:noNamespaceSchemaLocation="/users/guatelli/GDML/src/GDMLSchema/gdml.xsd" >
|
||||
<gdml xmlns:gdml="http://cern.ch/2001/Schemas/GDML" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" xsi:noNamespaceSchemaLocation="http://service-spi.web.cern.ch/service-spi/app/releases/GDML/schema/gdml.xsd" >
|
||||
<define>
|
||||
<position name="HeadRelativePos" unit="cm" x="0" y="0" z="10.025" />
|
||||
<position name="OrganPos" unit="cm" x="0" y="73.125" z="0" />
|
||||
|
||||
@@ -1,13 +1,13 @@
|
||||
<?xml version="1.0" encoding="UTF-8" ?>
|
||||
<gdml xmlns:gdml="http://cern.ch/2001/Schemas/GDML" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" xsi:noNamespaceSchemaLocation="/users/guatelli/GDML/src/GDMLSchema/gdml.xsd" >
|
||||
<gdml xmlns:gdml="http://cern.ch/2001/Schemas/GDML" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" xsi:noNamespaceSchemaLocation="http://service-spi.web.cern.ch/service-spi/app/releases/GDML/schema/gdml.xsd" >
|
||||
<define>
|
||||
<constant name="PI" value="1.*pi" />
|
||||
<constant name="TWOPI" value="2.*pi"/>
|
||||
<constant name="HALFPI" value="0.5*pi"/>
|
||||
|
||||
<position name="HeartRelativePos" unit="cm" x="0.0" y="0.0" z="0.0" />
|
||||
<position name="HeartPos" unit="cm" x="0.0" y="-3.0" z="15.32" />
|
||||
<rotation name="HeartRot" unit="degree" x="0" y="25" z="0" />
|
||||
<position name="OrganPos" unit="cm" x="0.0" y="-3.0" z="15.32" />
|
||||
<rotation name="OrganRot" unit="degree" x="0" y="25" z="0" />
|
||||
</define>
|
||||
|
||||
<materials>
|
||||
|
||||
@@ -1,13 +1,13 @@
|
||||
<?xml version="1.0" encoding="UTF-8" ?>
|
||||
<gdml xmlns:gdml="http://cern.ch/2001/Schemas/GDML" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" xsi:noNamespaceSchemaLocation="/users/guatelli/GDML/src/GDMLSchema/gdml.xsd" >
|
||||
<gdml xmlns:gdml="http://cern.ch/2001/Schemas/GDML" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" xsi:noNamespaceSchemaLocation="http://service-spi.web.cern.ch/service-spi/app/releases/GDML/schema/gdml.xsd" >
|
||||
<define>
|
||||
<constant name="PI" value="1.*pi" />
|
||||
<constant name="TWOPI" value="2.*pi"/>
|
||||
<constant name="HALFPI" value="0.5*pi"/>
|
||||
<position name="KidneyRelativePos" unit="cm" x="10.36" y="0.0" z="0.0" />
|
||||
<position name="SubtrKidneyRelativePos" unit="cm" x="5.18" y="0.0" z="0.0" />
|
||||
<position name="KidneyPos" unit="cm" x="-5.18" y="5.88" z="-2.25" />
|
||||
<rotation name="KidneyRot" unit="degree" x="0" y="0" z="0" />
|
||||
<position name="OrganPos" unit="cm" x="-5.18" y="5.88" z="-2.25" />
|
||||
<rotation name="OrganRot" unit="degree" x="0" y="0" z="0" />
|
||||
</define>
|
||||
|
||||
<materials>
|
||||
|
||||
@@ -1,6 +1,6 @@
|
||||
<?xml version="1.0" encoding="UTF-8" ?>
|
||||
<gdml xmlns:gdml="http://cern.ch/2001/Schemas/GDML"
|
||||
xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" xsi:noNamespaceSchemaLocation="/users/guatelli/GDML/src/GDMLSchema/gdml.xsd" >
|
||||
xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" xsi:noNamespaceSchemaLocation="http://service-spi.web.cern.ch/service-spi/app/releases/GDML/schema/gdml.xsd" >
|
||||
<define>
|
||||
<constant name="PI" value="1.*pi" />
|
||||
<constant name="TWOPI" value="2.*pi"/>
|
||||
|
||||
@@ -1,5 +1,5 @@
|
||||
<?xml version="1.0" encoding="UTF-8" ?>
|
||||
<gdml xmlns:gdml="http://cern.ch/2001/Schemas/GDML" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" xsi:noNamespaceSchemaLocation="/users/guatelli/GDML/src/GDMLSchema/gdml.xsd" >
|
||||
<gdml xmlns:gdml="http://cern.ch/2001/Schemas/GDML" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" xsi:noNamespaceSchemaLocation="http://service-spi.web.cern.ch/service-spi/app/releases/GDML/schema/gdml.xsd" >
|
||||
<define>
|
||||
<constant name="PI" value="1.*pi" />
|
||||
<constant name="TWOPI" value="2.*pi"/>
|
||||
|
||||
@@ -1,5 +1,5 @@
|
||||
<?xml version="1.0" encoding="UTF-8" ?>
|
||||
<gdml xmlns:gdml="http://cern.ch/2001/Schemas/GDML" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" xsi:noNamespaceSchemaLocation="/users/guatelli/GDML/src/GDMLSchema/gdml.xsd" >
|
||||
<gdml xmlns:gdml="http://cern.ch/2001/Schemas/GDML" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" xsi:noNamespaceSchemaLocation="http://service-spi.web.cern.ch/service-spi/app/releases/GDML/schema/gdml.xsd" >
|
||||
<define>
|
||||
<constant name="PI" value="1.*pi" />
|
||||
<constant name="TWOPI" value="2.*pi"/>
|
||||
@@ -119,4 +119,4 @@
|
||||
<setup name="Default" version="1.0" >
|
||||
<world ref="LeftLegVolume" />
|
||||
</setup>
|
||||
</gdml>
|
||||
</gdml>
|
||||
|
||||
@@ -1,5 +1,5 @@
|
||||
<?xml version="1.0" encoding="UTF-8" ?>
|
||||
<gdml xmlns:gdml="http://cern.ch/2001/Schemas/GDML" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" xsi:noNamespaceSchemaLocation="/users/guatelli/GDML/src/GDMLSchema/gdml.xsd" >
|
||||
<gdml xmlns:gdml="http://cern.ch/2001/Schemas/GDML" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" xsi:noNamespaceSchemaLocation="http://service-spi.web.cern.ch/service-spi/app/releases/GDML/schema/gdml.xsd" >
|
||||
<define>
|
||||
<constant name="PI" value="1.*pi" />
|
||||
<constant name="TWOPI" value="2.*pi"/>
|
||||
@@ -110,6 +110,8 @@
|
||||
|
||||
<solids>
|
||||
<eltube aunit="cm" lunit="cm" name="OneLegBone" dx="2.0" dy="1.0" dz="39.00" />
|
||||
</solids>
|
||||
|
||||
<structure>
|
||||
<volume name="LeftLegBoneVolume" >
|
||||
<materialref ref="Skeleton" />
|
||||
|
||||
@@ -1,5 +1,5 @@
|
||||
<?xml version="1.0" encoding="UTF-8" ?>
|
||||
<gdml xmlns:gdml="http://cern.ch/2001/Schemas/GDML" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" xsi:noNamespaceSchemaLocation="/users/guatelli/GDML/src/GDMLSchema/gdml.xsd" >
|
||||
<gdml xmlns:gdml="http://cern.ch/2001/Schemas/GDML" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" xsi:noNamespaceSchemaLocation="http://service-spi.web.cern.ch/service-spi/app/releases/GDML/schema/gdml.xsd" >
|
||||
<define>
|
||||
<constant name="PI" value="1.*pi" />
|
||||
<constant name="TWOPI" value="2.*pi"/>
|
||||
|
||||
@@ -1,12 +1,12 @@
|
||||
<?xml version="1.0" encoding="UTF-8" ?>
|
||||
<gdml xmlns:gdml="http://cern.ch/2001/Schemas/GDML" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" xsi:noNamespaceSchemaLocation="/users/guatelli/GDML/src/GDMLSchema/gdml.xsd" >
|
||||
<gdml xmlns:gdml="http://cern.ch/2001/Schemas/GDML" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" xsi:noNamespaceSchemaLocation="http://service-spi.web.cern.ch/service-spi/app/releases/GDML/schema/gdml.xsd" >
|
||||
<define>
|
||||
<constant name="PI" value="1.*pi" />
|
||||
<constant name="TWOPI" value="2.*pi"/>
|
||||
<constant name="HALFPI" value="0.5*pi"/>
|
||||
<position name="LegBoneRelativePos" unit="cm" x="14.0" y="0.0" z="0" />
|
||||
<position name="LegBonePos" unit="cm" x="0.0" y="0.0" z="0.0" />
|
||||
<rotation name="LegBoneRot" unit="degree" x="0" y="0" z="0" />
|
||||
<position name="OrganPos" unit="cm" x="0.0" y="0.0" z="0.0" />
|
||||
<rotation name="OrganRot" unit="degree" x="0" y="0" z="0" />
|
||||
</define>
|
||||
|
||||
<materials>
|
||||
|
||||
@@ -1,12 +1,12 @@
|
||||
<?xml version="1.0" encoding="UTF-8" ?>
|
||||
<gdml xmlns:gdml="http://cern.ch/2001/Schemas/GDML" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" xsi:noNamespaceSchemaLocation="/users/guatelli/GDML/src/GDMLSchema/gdml.xsd" >
|
||||
<gdml xmlns:gdml="http://cern.ch/2001/Schemas/GDML" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" xsi:noNamespaceSchemaLocation="http://service-spi.web.cern.ch/service-spi/app/releases/GDML/schema/gdml.xsd" >
|
||||
<define>
|
||||
<constant name="PI" value="1.*pi" />
|
||||
<constant name="TWOPI" value="2.*pi"/>
|
||||
<constant name="HALFPI" value="0.5*pi"/>
|
||||
<position name="LegsRelativePos" unit="cm" x="14.0" y="0.0" z="0.0" />
|
||||
<position name="LegsPos" unit="cm" x="-7.01" y="-39.1" z="0" />
|
||||
<rotation name="LegsRot" unit="degree" x="90" y="0" z="0" />
|
||||
<position name="OrganPos" unit="cm" x="-7.01" y="-39.1" z="0" />
|
||||
<rotation name="OrganRot" unit="degree" x="90" y="0" z="0" />
|
||||
</define>
|
||||
|
||||
<materials>
|
||||
@@ -125,4 +125,4 @@
|
||||
<setup name="Default" version="1.0" >
|
||||
<world ref="LegsVolume" />
|
||||
</setup>
|
||||
</gdml>
|
||||
</gdml>
|
||||
|
||||
@@ -1,13 +1,13 @@
|
||||
<?xml version="1.0" encoding="UTF-8" ?>
|
||||
<gdml xmlns:gdml="http://cern.ch/2001/Schemas/GDML" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" xsi:noNamespaceSchemaLocation="/users/guatelli/GDML/src/GDMLSchema/gdml.xsd" >
|
||||
<gdml xmlns:gdml="http://cern.ch/2001/Schemas/GDML" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" xsi:noNamespaceSchemaLocation="http://service-spi.web.cern.ch/service-spi/app/releases/GDML/schema/gdml.xsd" >
|
||||
<define>
|
||||
<constant name="PI" value="1.*pi" />
|
||||
<constant name="TWOPI" value="2.*pi"/>
|
||||
<constant name="HALFPI" value="0.5*pi"/>
|
||||
<position name="LiverRelativePos" unit="cm" x="10.0" y="0.0" z="0.0" />
|
||||
<rotation name="LiverRelativeRot" unit="degree" x="0" y="32" z="40.9" />
|
||||
<position name="LiverPos" unit="cm" x="0.0" y="0.0" z="0.0" />
|
||||
<rotation name="LiverRot" unit="degree" x="0" y="0" z="0" />
|
||||
<position name="OrganPos" unit="cm" x="0.0" y="0.0" z="0.0" />
|
||||
<rotation name="OrganRot" unit="degree" x="0" y="0" z="0" />
|
||||
</define>
|
||||
|
||||
<materials>
|
||||
|
||||
@@ -1,5 +1,5 @@
|
||||
<?xml version="1.0" encoding="UTF-8" ?>
|
||||
<gdml xmlns:gdml="http://cern.ch/2001/Schemas/GDML" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" xsi:noNamespaceSchemaLocation="/users/guatelli/GDML/src/GDMLSchema/gdml.xsd" >
|
||||
<gdml xmlns:gdml="http://cern.ch/2001/Schemas/GDML" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" xsi:noNamespaceSchemaLocation="http://service-spi.web.cern.ch/service-spi/app/releases/GDML/schema/gdml.xsd" >
|
||||
<define>
|
||||
<constant name="PI" value="1.*pi" />
|
||||
<constant name="TWOPI" value="2.*pi"/>
|
||||
|
||||
@@ -1,5 +1,5 @@
|
||||
<?xml version="1.0" encoding="UTF-8" ?>
|
||||
<gdml xmlns:gdml="http://cern.ch/2001/Schemas/GDML" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" xsi:noNamespaceSchemaLocation="/users/guatelli/GDML/src/GDMLSchema/gdml.xsd" >
|
||||
<gdml xmlns:gdml="http://cern.ch/2001/Schemas/GDML" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" xsi:noNamespaceSchemaLocation="http://service-spi.web.cern.ch/service-spi/app/releases/GDML/schema/gdml.xsd" >
|
||||
<define>
|
||||
<constant name="PI" value="1.*pi" />
|
||||
<constant name="TWOPI" value="2.*pi"/>
|
||||
@@ -7,8 +7,8 @@
|
||||
<position name="LungRelativePos" unit="cm" x="14.66" y="0.0" z="0.0" />
|
||||
<position name="SubtrLungRelativePos" unit="cm" x="7.50" y="-4.0" z="0.0" />
|
||||
<rotation name="SubtrLungRelativeRot" unit="degree" x="0" y="0" z="0" />
|
||||
<position name="LungPos" unit="cm" x="-7.33" y="0.0" z="7.66" />
|
||||
<rotation name="LungRot" unit="degree" x="0" y="0" z="0" />
|
||||
<position name="OrganPos" unit="cm" x="-7.33" y="0.0" z="7.66" />
|
||||
<rotation name="OrganRot" unit="degree" x="0" y="0" z="0" />
|
||||
</define>
|
||||
|
||||
<materials>
|
||||
|
||||
@@ -1,5 +1,5 @@
|
||||
<?xml version="1.0" encoding="UTF-8" ?>
|
||||
<gdml xmlns:gdml="http://cern.ch/2001/Schemas/GDML" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" xsi:noNamespaceSchemaLocation="/users/guatelli/GDML/src/GDMLSchema/gdml.xsd" >
|
||||
<gdml xmlns:gdml="http://cern.ch/2001/Schemas/GDML" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" xsi:noNamespaceSchemaLocation="http://service-spi.web.cern.ch/service-spi/app/releases/GDML/schema/gdml.xsd" >
|
||||
<define>
|
||||
<constant name="PI" value="1.*pi" />
|
||||
<constant name="TWOPI" value="2.*pi"/>
|
||||
|
||||
@@ -1,5 +1,5 @@
|
||||
<?xml version="1.0" encoding="UTF-8" ?>
|
||||
<gdml xmlns:gdml="http://cern.ch/2001/Schemas/GDML" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" xsi:noNamespaceSchemaLocation="/users/guatelli/GDML/src/GDMLSchema/gdml.xsd" >
|
||||
<gdml xmlns:gdml="http://cern.ch/2001/Schemas/GDML" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" xsi:noNamespaceSchemaLocation="http://service-spi.web.cern.ch/service-spi/app/releases/GDML/schema/gdml.xsd" >
|
||||
<define>
|
||||
<constant name="PI" value="1.*pi" />
|
||||
<constant name="TWOPI" value="2.*pi"/>
|
||||
|
||||
@@ -1,5 +1,5 @@
|
||||
<?xml version="1.0" encoding="UTF-8" ?>
|
||||
<gdml xmlns:gdml="http://cern.ch/2001/Schemas/GDML" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" xsi:noNamespaceSchemaLocation="/users/guatelli/GDML/src/GDMLSchema/gdml.xsd" >
|
||||
<gdml xmlns:gdml="http://cern.ch/2001/Schemas/GDML" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" xsi:noNamespaceSchemaLocation="http://service-spi.web.cern.ch/service-spi/app/releases/GDML/schema/gdml.xsd" >
|
||||
<define>
|
||||
<constant name="PI" value="1.*pi" />
|
||||
<constant name="TWOPI" value="2.*pi"/>
|
||||
|
||||
@@ -1,6 +1,6 @@
|
||||
<?xml version="1.0" encoding="UTF-8" ?>
|
||||
<gdml xmlns:gdml="http://cern.ch/2001/Schemas/GDML"
|
||||
xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" xsi:noNamespaceSchemaLocation="/users/guatelli/GDML/src/GDMLSchema/gdml.xsd" >
|
||||
xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" xsi:noNamespaceSchemaLocation="http://service-spi.web.cern.ch/service-spi/app/releases/GDML/schema/gdml.xsd" >
|
||||
<define>
|
||||
<constant name="PI" value="1.*pi" />
|
||||
<constant name="TWOPI" value="2.*pi"/>
|
||||
|
||||
Some files were not shown because too many files have changed in this diff Show More
Reference in New Issue
Block a user