dump_tpc_simchannel.fcl
Go to the documentation of this file.
1 #include "services_dune.fcl"
2 #include "hitfindermodules_dune.fcl"
3 #include "cluster_dune.fcl"
4 #include "trackfindermodules_dune.fcl"
5 #include "pandoramodules_dune.fcl"
6 #include "calorimetry_dune10kt.fcl"
7 #include "particleid.fcl"
8 #include "mctrutht0matching.fcl"
9 #include "t0reco.fcl"
10 #include "opticaldetectormodules_dune.fcl"
11 #include "trackshowerhits.fcl"
12 #include "showerfindermodules_dune.fcl"
13 #include "emshower3d.fcl"
14 #include "imagepatternalgs.fcl"
15 
16 BEGIN_PROLOG
17 waveformsimchanneldump: {
18  module_type: WaveformAndSimChannelDump
19 }
20 END_PROLOG
21 
22 #include "standard_detsim_dune10kt_1x2x6.fcl"
23 
24 process_name: WaveformDump
25 
26 services:
27 {
28  @table::dunefd_services
29  TFileService: { fileName: "deleteme.root" }
30  TimeTracker: {}
31  MemoryTracker: {} # default is one
32  RandomNumberGenerator: {} #ART native random number generator
33  FileCatalogMetadata: @local::art_file_catalog_mc
34  @table::dunefd_reco_services
35  Geometry: @local::dune10kt_1x2x6_geo
36  NuRandomService: @local::per_event_NuRandomService # seedservice.fcl
37 }
38 
39 physics:
40 {
41  analyzers: {
42  waveformdump: @local::waveformsimchanneldump
43  }
44 
45  ana: [ waveformdump]
46  end_paths: [ ana ]
47 
48 }
49 
50 source:
51 {
52  module_type: RootInput
53  maxEvents: 1
54 }