lartest_lartpcdetector.fcl
Go to the documentation of this file.
1 #
2 # File: lartest_lartpcdetector.fcl
3 # Purpose: test loading of LArProperties service with LArTPC detector configuration
4 # Author: Gianluca Petrillo (petrillo@fnal.gov)
5 # Date: December 2nd, 2015
6 # Version: 1.0
7 #
8 # Description:
9 # Test to load LArPropertiesService (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 # - LArProperties service and its dependencies (none to date)
15 #
16 # Changes:
17 # 20151202 (petrillo@fnal.gov) [v1.0]
18 # first version
19 #
20 
21 #include "larproperties_lartpcdetector.fcl"
22 
23 process_name: LArPropStandardTest
24 
25 services: {
26  LArPropertiesService: @local::lartpcdetector_properties
27 }