Argument | Required | Default value | Description |
<path> | Yes | Path to an XML file in a proper format (see below for allowed formats of geometry XMLs) | |
<start_run> | Yes | Beginning TOTEM Run number | |
<end_run> | No | <start_run> | Ending TOTEM Run number |
-label <label> | No | a label based on <path> | Allows to specify database label explicitly Note: <label> must not contain white spaces Note: <label> length must not exceed 50 characters |
-h | No | Prints help |
todac geometry -h
todac geometry path/to/geometry/2010_07_14/RP_Dist_Beam_Cent.xml 8367 8372The label that will be generated: 2010_07_14/RP_Dist_Beam_Cent.xml
todac geometry geom_data.xml 8164The label that will be generated: geom_data.xml
todac geometry some_geometry_data.xml 8264 8265 -label my_own_label
Argument | Required | Default value | Description |
Run number | Yes | TOTEM Run number | |
Label | Yes | Note: <label> must not contain white spaces Note: <label> length must not exceed 50 characters |
|
Version | No | Latest | Data version |
Argument | Required | Default value | Description |
Start run | Yes | Beginning TOTEM Run number | |
End run | No | Start run | Ending TOTEM Run number |
Label | Yes | Note: <label> must not contain white spaces Note: <label> length must not exceed 50 characters |
|
File | Yes | File to upload |
Attribute | Description | Sample value |
name | Roman Pot's name (all accepted Roman Pot names are presented in the first example file below) |
RP_147_Left_Det_Dist_0 |
value | floating-point number Note: white spaces and measurement units will be ignored |
100 -53.2 +2.917*mm |
<?xml version="1.0" encoding="UTF-8"?> <DDDefinition xmlns="http://www.cern.ch/cms/DDL" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance"> <ConstantsSection label="RP_Dist_Beam_Cent.xml"> <Constant name="RP_147_Left_Det_Dist_0" value="40*mm"/> <Constant name="RP_147_Left_Det_Dist_1" value="40*mm"/> <Constant name="RP_147_Left_Det_Dist_2" value="40*mm"/> <Constant name="RP_147_Left_Det_Dist_3" value="40*mm"/> <!-- some xml comment --> <Constant name="RP_147_Left_Det_Dist_4" value="40*mm"/> <Constant name="RP_147_Left_Det_Dist_5" value="40*mm"/> <Constant name="RP_147_Right_Det_Dist_0" value="40*mm"/> <Constant name="RP_147_Right_Det_Dist_1" value="40*mm"/> <Constant name="RP_147_Right_Det_Dist_2" value="40*mm"/> <Constant name="RP_147_Right_Det_Dist_3" value="40*mm"/> <Constant name="RP_147_Right_Det_Dist_4" value="40*mm"/> <Constant name="RP_147_Right_Det_Dist_5" value="40*mm"/> <Constant name="RP_220_Left_Det_Dist_0" value=" +2.572*mm"/> <Constant name="RP_220_Left_Det_Dist_1" value=" +2.572*mm"/> <Constant name="RP_220_Left_Det_Dist_2" value="+41.173*mm"/> <Constant name="RP_220_Left_Det_Dist_3" value="+39.838*mm"/> <Constant name="RP_220_Left_Det_Dist_4" value=" +2.927*mm"/> <Constant name="RP_220_Left_Det_Dist_5" value=" +2.927*mm"/> <Constant name="RP_220_Right_Det_Dist_0" value=" +2.567*mm"/> <Constant name="RP_220_Right_Det_Dist_1" value=" +2.568*mm"/> <Constant name="RP_220_Right_Det_Dist_2" value="+41.154*mm"/> <Constant name="RP_220_Right_Det_Dist_3" value="+40.699*mm"/> <Constant name="RP_220_Right_Det_Dist_4" value=" +2.914*mm"/> <Constant name="RP_220_Right_Det_Dist_5" value=" +2.917*mm"/> </ConstantsSection> </DDDefinition>The example below, besides that it may contain meaningless data, also presents proper format of XML geometry file:
<Constant name="RP_147_Left_Det_Dist_0" value="-0.24*mm"/> <Constant name="RP_220_Right_Det_Dist_4" value="+16.254*mm"/> <Constant name="RP_220_Left_Det_Dist_2" value="+23*mm"/> <Constant name="RP_147_Left_Det_Dist_3" value="5"/> <!-- some xml comment --> <Constant name="RP_147_Left_Det_Dist_3" value="-3.5*mm"/> <Constant name="RP_220_Left_Det_Dist_1" value="0"/>
I | Attachment | History | Action | Size | Date | Who | Comment |
---|---|---|---|---|---|---|---|
![]() |
geometry-browse.png | r2 r1 | manage | 4.5 K | 2014-01-14 - 23:00 | KamilMielnik | TODAC Web Application - Geometry browse form |
![]() |
geometry-populate.png | r1 | manage | 5.0 K | 2014-01-10 - 19:36 | KamilMielnik | TODAC Web Application - Geometry populate form |