geometry_bo.fcl
Go to the documentation of this file.
1 BEGIN_PROLOG
2 
3 bo_geo:
4 {
5  SurfaceY: 2.0e2 #in cm, vertical distance to the surface
6  Name: "bo"
7  GDML: "longbo.gdml"
8  ROOT: "longbo.gdml"
9 }
10 
11 bo_geometry_helper:
12 {
13  service_provider : StandardGeometryHelper
14 }
15 
16 bo_geometry_services: {
17  GeometryConfigurationWriter: {}
18  Geometry: @local::bo_geo
19  ExptGeoInterfaceHelper: @local::bo_geometry_helper
20 }
21 
22 END_PROLOG