protodune_gcn_zlib_maker.fcl
Go to the documentation of this file.
1 #include "services_dune.fcl"
2 #include "GCNGraphMaker.fcl"
3 #include "GCNZlibMaker.fcl"
4 
5 process_name: ZlibMaker
6 
7 services:
8 {
9  # Load the service that manages root files for histograms.
10  # TFileService: {}
11  TimeTracker: {}
12  RandomNumberGenerator: {}
13  MemoryTracker: { } # default is one
14  message: @local::dune_message_services_prod
15  FileCatalogMetadata: @local::art_file_catalog_mc
16 # @table::protodune_simulation_services
17  @table::protodune_services
18 # Geometry: @local::protodune_v7_geo
19 }
20 
21 source:
22 {
23  module_type: RootInput
24  maxEvents: -1
25 }
26 
27 physics:
28 {
29  producers:
30  {
31  gcngraph: @local::standard_gcngraphmaker_protodune
32  }
33  analyzers:
34  {
35  zlib: @local::standard_gcnzlibmaker_protodune
36  }
37 
38  map: [ gcngraph ]
39  ana: [ zlib ]
40  end_paths: [ ana ]
41 }
42