hitsdpplotter.fcl
Go to the documentation of this file.
1 BEGIN_PROLOG
2 
3 standard_hitsdpplotter:
4 {
5  module_type: HitSdpPlotter
6 
7 }
8 
9 END_PROLOG
10 
11 #include "services_dune.fcl"
12 
13 process_name: hitsdpplotter
14 
15 services:
16 {
17  @table::dunefd_services
18  TFileService: { fileName: "hitsdpplotter.root" }
19  TimeTracker: {}
20  MemoryTracker: {}
21  RandomNumberGenerator: {}
22 }
23 
24 physics:
25 {
26  analyzers:
27  {
28  hitsdpplotter: @local::standard_hitsdpplotter
29  }
30 
31  ana: [ hitsdpplotter ]
32  end_paths: [ ana ]
33 
34 }
35 
36 source:
37 {
38  module_type: RootInput
39  maxEvents: -1 # Number of events to create
40 }
41