flashmatchana_job.fcl
Go to the documentation of this file.
1 #include "services_dune.fcl"
2 #include "FlashMatchAna.fcl"
3 
4 process_name: FlashMatchAna
5 
6 services:
7 {
8  @table::dunefd_services
9  TFileService: { fileName: "FlashMatchAna_hist.root" }
10  TimeTracker: {}
11  MemoryTracker: {}
12  RandomNumberGenerator: {} #ART native random number generator
13  FileCatalogMetadata: @local::art_file_catalog_mc
14  Geometry: @local::dune10kt_1x2x6_geo
15 }
16 
17 physics:
18 {
19  analyzers:
20  {
21  flashmatchana: @local::marley_flashmatchana
22  }
23 
24  ana: [ flashmatchana ]
25  end_paths: [ ana ]
26 
27 }
28 
29 source:
30 {
31  module_type: RootInput
32  maxEvents: -1
33 }