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
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.
14 # - DetectorProperties service and its dependencies
16 # - ExptGeoHelperInterface
17 # - GeometryConfigurationWriter
22 # 20151202 (petrillo@fnal.gov) [v1.0]
26 #include "geometry.fcl"
27 #include "larproperties.fcl"
28 #include "detectorclocks.fcl"
29 #include "detectorproperties.fcl"
31 process_name: DetPropStandardTest
34 @table::standard_geometry_services # from `geometry.fcl`
35 DetectorPropertiesService: @local::standard_detproperties
36 LArPropertiesService: @local::standard_properties
37 DetectorClocksService: @local::standard_detectorclocks}