detectorpropertiesservicetest_standard.fcl
Go to the documentation of this file.
1 #
2 # File: detectorpropertiesservicetest_standard.fcl
3 # Purpose: test loading of DetectorProperties service with standard configuration
4 # Author: Gianluca Petrillo (petrillo@fnal.gov)
5 # Date: December 2nd, 2015
6 # Version: 1.0
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 # - DetectorProperties service and its dependencies
15 # - Geometry
16 # - ExptGeoHelperInterface
17 # - GeometryConfigurationWriter
18 # - LArProperties
19 # - DetectorClocks
20 #
21 # Changes:
22 # 20151202 (petrillo@fnal.gov) [v1.0]
23 # first version
24 #
25 
26 #include "geometry.fcl"
27 #include "larproperties.fcl"
28 #include "detectorclocks.fcl"
29 #include "detectorproperties.fcl"
30 
31 process_name: DetPropStandardTest
32 
33 services: {
34  @table::standard_geometry_services # from `geometry.fcl`
35  DetectorPropertiesService: @local::standard_detproperties
36  LArPropertiesService: @local::standard_properties
37  DetectorClocksService: @local::standard_detectorclocks}