Import Geant4 10.4.0 source tree

This commit is contained in:
Gabriele Cosmo
2017-12-08 12:52:30 +01:00
parent 98e455a940
commit fc6af9e721
2166 changed files with 276760 additions and 100873 deletions
+1 -1
View File
@@ -198,7 +198,7 @@
</xs:complexType>
</xs:element>
</xs:sequence>
<xs:attribute fixed="3.1.5" name="version" type="xs:string">
<xs:attribute fixed="3.1.6" name="version" type="xs:string">
<xs:annotation>
<xs:documentation>The GDML Schema version consists of 3 digits X.Y.Z
where these mean:
+22 -10
View File
@@ -430,21 +430,33 @@
<xs:element name="twistedtubs" substitutionGroup="Solid">
<xs:annotation>
<xs:documentation>CSG twisted tube segement solid described by
twistedangle twist angle
endinnerrad inside radius at end of segment
endouterrad outside radius at end of segment
zlen z length of segment
phi phi angle of a segment </xs:documentation>
<xs:documentation>CSG twisted tube segment solid described by
twistedangle twist angle (constructors 1,2,3,4)
endinnerrad inside radius at end of segment (constructors 1,2)
endouterrad outside radius at end of segment (constructors 1,2)
midinnerrad inner radius at z=0 (constructors 3,4)
midouterrad outer radius at z=0 (constructors 3,4)
negativeEndz -ve z endplate (constructors 3,4)
positiveEndz +ve z endplate (constructors 3,4)
zlen z length of segment (constructors 1,2)
nseg number of segments in totalPhi (constructors 2,4)
totphi total angle of all segments (constructors 2,4)
phi phi angle of a segment (constructors 1,3)</xs:documentation>
</xs:annotation>
<xs:complexType>
<xs:complexContent>
<xs:extension base="SolidType">
<xs:attribute name="twistedangle" type="ExpressionOrIDREFType" use="required"></xs:attribute>
<xs:attribute name="endinnerrad" type="ExpressionOrIDREFType" use="required"></xs:attribute>
<xs:attribute name="endouterrad" type="ExpressionOrIDREFType" use="required"></xs:attribute>
<xs:attribute name="zlen" type="ExpressionOrIDREFType" use="required"></xs:attribute>
<xs:attribute name="phi" type="ExpressionOrIDREFType" use="required"></xs:attribute>
<xs:attribute default="0.0" name="endinnerrad" type="ExpressionOrIDREFType"></xs:attribute>
<xs:attribute default="0.0" name="endouterrad" type="ExpressionOrIDREFType"></xs:attribute>
<xs:attribute default="0.0" name="midinnerrad" type="ExpressionOrIDREFType"></xs:attribute>
<xs:attribute default="0.0" name="midouterrad" type="ExpressionOrIDREFType"></xs:attribute>
<xs:attribute default="0.0" name="negativeEndz" type="ExpressionOrIDREFType"></xs:attribute>
<xs:attribute default="0.0" name="positiveEndz" type="ExpressionOrIDREFType"></xs:attribute>
<xs:attribute default="0.0" name="zlen" type="ExpressionOrIDREFType"></xs:attribute>
<xs:attribute default="0" name="nseg" type="ExpressionOrIDREFType"></xs:attribute>
<xs:attribute default="0.0" name="totphi" type="ExpressionOrIDREFType"></xs:attribute>
<xs:attribute default="0.0" name="phi" type="ExpressionOrIDREFType"></xs:attribute>
</xs:extension>
</xs:complexContent>
</xs:complexType>