dettest_bo.fcl
Go to the documentation of this file.
1 #
2 # File: dettest_bo.fcl
3 # Purpose: test loading of DetectorProperties service with Bo configuration
4 # Author: Gianluca Petrillo (petrillo@fnal.gov)
5 # Date: December 2nd, 2015
6 # Version: 1.1
7 #
8 # Description:
9 # Test to load DetectorPropertiesService (or its provider).
10 # No test module is actually run, but the service is constructed.
11 # This test triggers construction, configuration and its validation.
12 #
13 # Dependencies:
14 # - DetectorPropertiesService service and its dependencies:
15 # - LArProperties service and its dependencies
16 # - DetectorClocks service and its dependencies
17 # - Geometry service and its dependencies
18 #
19 # Changes:
20 # 20200712 (petrillo@slac.stanford.edu) [v1.1]
21 # geometry configuration now refers to a bundle
22 # 20160506 (petrillo@fnal.gov) [v1.0]
23 # first version
24 #
25 
26 #include "detectorproperties_bo.fcl"
27 #include "larproperties_bo.fcl"
28 #include "detectorclocks_bo.fcl"
29 #include "geometry_bo.fcl"
30 
31 process_name: DetPropStandardTest
32 
33 services: {
34  @table::bo_geometry_services
35  LArPropertiesService: @local::bo_properties
36  DetectorClocksService: @local::bo_detectorclocks
37  DetectorPropertiesService: @local::bo_detproperties
38 }