test_geometry_check_empty.fcl
Go to the documentation of this file.
1 #
2 # File: test_geometry_check_empty.fcl
3 # Purpose: Produces data for geometry version check test on no input.
4 # Author: Gianluca Petrillo (petrillo@slac.stanford.edu)
5 # Date: November 11, 2020
6 #
7 # Input: none
8 #
9 #
10 #
11 
12 #include "test_geometries.fcl"
13 #include "test_geometry_checks.fcl"
14 
15 
16 process_name: GeoA
17 
18 
19 services: {
20 
21  message: @local::message_services_interactive_debug # from test_geometries.fcl
22 
23  @table::test_geometry_check_services_A # from test_geometries.fcl
24 
25 } # services
26 
27 
28 physics: {
29 
30  analyzers: {
31 
32  geocheck: @local::geometry_check_test_A # from test_geometry_checks.fcl
33 
34  } # analyzers
35 
36  checks: [ geocheck ]
37  streams: [ rootoutput ]
38 
39 } # physics
40 
41 
42 outputs: {
43  rootoutput: {
44 
45  module_type: RootOutput
46 
47  fileName: "EmptyWithGeometryA.root"
48 
49  } # rootoutput
50 } # outputs