run_pandora_event_dump.fcl
Go to the documentation of this file.
1 BEGIN_PROLOG
2 
3 pandora_event_dump:
4 {
5  module_type: "LArPandoraEventDump"
6 }
7 
8 dump: @local::pandora_event_dump
9 dump.PandoraLabel: "pandoraPatRec"
10 dump.TrackLabel: "pandoraTrack"
11 dump.ShowerLabel: "pandoraShower"
12 dump.VerbosityLevel: "summary"
13 
14 END_PROLOG
15 
16 #include "services_microboone.fcl"
17 #include "time_memory_tracker_microboone.fcl"
18 
19 services:
20 {
21  scheduler: { defaultExceptions: false } # Make all uncaught exceptions fatal.
22  TimeTracker: @local::microboone_time_tracker
23  MemoryTracker: @local::microboone_memory_tracker
24  RandomNumberGenerator: {} #ART native random number generator
25  message: @local::microboone_message_services_prod_debug
26  FileCatalogMetadata: @local::art_file_catalog_mc
27 }
28 
29 process_name: LArPandoraEventDump
30 
31 source:
32 {
33  module_type: RootInput
34 }
35 
36 physics:
37 {
38 
39  analyzers:
40  {
41  dump: @local::dump
42  }
43 
44  stream1: [ dump ]
45  end_paths: [ stream1 ]
46 
47 }
48 
49 outputs: {}