test_geometry_check_make_legacy_input.fcl
Go to the documentation of this file.
1 #
2 # File: test_geometry_check_make_legacy_input.fcl
3 # Purpose: Produces a file with legacy detector geometry ("A") information.
4 # Author: Gianluca Petrillo (petrillo@slac.stanford.edu)
5 # Date: November 12, 2020
6 #
7 # Input: none
8 # Output: set on command line
9 #
10 #
11 
12 #include "test_geometries.fcl"
13 
14 
15 process_name: GeoAlegacy
16 
17 
18 services: {
19 
20  message: @local::message_services_interactive_debug # from test_geometries.fcl
21 
22 } # services
23 
24 
25 physics: {
26 
27  producers: {
28 
29  generator: {
30 
31  module_type: LegacyGeometryInfoWriter
32 
33  Name: "A"
34 
35  } // generator
36 
37  } # producers
38 
39  simulate: [ generator ]
40 
41 } # physics