test_geometry_checks.fcl
Go to the documentation of this file.
1 #
2 # File: test_geometry_checks.fcl
3 # Purpose: Template configuration for geometry configuration explicit check.
4 # Author: Gianluca Petrillo (petrillo@slac.stanford.edu)
5 # Date: November 11, 2020
6 #
7 
8 BEGIN_PROLOG
9 
10 # ------------------------------------------------------------------------------
11 geometry_check_test_A: {
12  module_type: GeometryInfoCheck
13 
14  GeometryInfo: {
15  Name: "a"
16  }
17 
18  LegacyInfo: {
19  Name: "a"
20  Required: false
21  }
22 
23 } # geometry_check_test_A
24 
25 
26 # ------------------------------------------------------------------------------
27 geometry_check_test_B: {
28  module_type: GeometryInfoCheck
29 
30  GeometryInfo: {
31  Name: "b"
32  }
33 
34  LegacyInfo: {
35  Name: "b"
36  Required: false
37  }
38 
39 } # geometry_check_test_B
40 
41 
42 # ------------------------------------------------------------------------------
43 
44 END_PROLOG