Back to home page

EIC code displayed by LXR

 
 

    


Warning, /AID2E-framework/examples/drich/design.params is written in an unsupported language. File is not indexed.

0001 # dRICH ePIC design space.
0002 # $DETECTOR_PATH is set to the per-trial copied geometry directory.
0003 
0004 epic_design_space:
0005   epic_design_parameters:
0006     drich_geo:
0007       file_path: "$DETECTOR_PATH/compact/pid/drich.xml"
0008       parameters:
0009         mirror_centerx:
0010           value: 114.0
0011           bounds: [100.0, 160.0]
0012           xml_path: ".//detector/mirror"
0013           attribute: "centerx"
0014           unit: "cm"
0015 
0016         mirror_radius:
0017           value: 219.8
0018           bounds: [180.0, 260.0]
0019           xml_path: ".//detector/mirror"
0020           attribute: "radius"
0021           unit: "cm"
0022 
0023         sensor_centerx:
0024           value: 0.125
0025           bounds: [0.0, 0.25]
0026           xml_path: ".//detector/sensors/sphere"
0027           attribute: "centerx"
0028           unit: "cm"
0029 
0030         sensor_centerz:
0031           value: 1.0
0032           bounds: [1.0, 3.0]
0033           xml_path: ".//detector/sensors/sphere"
0034           attribute: "centerz"
0035           unit: "cm"
0036 
0037         sensor_radius:
0038           value: 110.0
0039           bounds: [100.0, 500.0]
0040           xml_path: ".//detector/sensors/sphere"
0041           attribute: "radius"
0042           unit: "cm"
0043 
0044         snout_length:
0045           value: 20.0
0046           bounds: [10.0, 25.0]
0047           xml_path: ".//constant[@name='DRICH_snout_length']"
0048           attribute: "value"
0049           unit: "cm"