clockstest_standard.fcl
Go to the documentation of this file.
1 #
2 # File: clockstest_standard.fcl
3 # Purpose: test loading of DetectorClocksService service with standard configuration
4 # Author: Gianluca Petrillo (petrillo@fnal.gov)
5 # Date: May 6th, 2016
6 # Version: 1.0
7 #
8 # Description:
9 # Test to load DetectorClocksService (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 # - DetectorClocksService service and its dependencies (none to date)
15 #
16 # Changes:
17 # 20160506 (petrillo@fnal.gov) [v1.0]
18 # first version
19 #
20 
21 #include "detectorclocks.fcl"
22 
23 process_name: DetClocksStandardTest
24 
25 services: {
26  DetectorClocksService: @local::standard_detectorclocks
27 }