clockstest_lartpcdetector.fcl
Go to the documentation of this file.
1 #
2 # File: clockstest_lartpcdetector.fcl
3 # Purpose: test loading of DetectorClocksService service with the "standard" LAr
4 # TPC detector configuration
5 # Author: Gianluca Petrillo (petrillo@fnal.gov)
6 # Date: May 6th, 2016
7 # Version: 1.0
8 #
9 # Description:
10 # Test to load DetectorClocksService (or its provider).
11 # No test module is actually run, but the service is constructed.
12 # This test triggers construction, configuration and its validation.
13 #
14 # Dependencies:
15 # - DetectorClocksService service and its dependencies (none to date)
16 #
17 # Changes:
18 # 20160506 (petrillo@fnal.gov) [v1.0]
19 # first version
20 #
21 
22 #include "detectorclocks_lartpcdetector.fcl"
23 
24 process_name: DetClocksStandardTest
25 
26 services: {
27  DetectorClocksService: @local::lartpcdetector_detectorclocks
28 }