opdet_multiana_dune10kt_1x2x6_legacy.fcl
Go to the documentation of this file.
1 #include "services_dune.fcl"
2 
3 #include "OpDetMultisim.fcl"
4 
5 process_name: Mergeana
6 
7 services:
8 {
9  # Load the service that manages root files for histograms.
10  TFileService: { fileName: "ana_hist.root" }
11  TimeTracker: {}
12  RandomNumberGenerator: {}
13  MemoryTracker: { } # default is one
14  message: @local::dune_message_services_prod
15  @table::dunefd_simulation_services_legacy
16 }
17 
18 ### Use the 1x2x6 geometry ###
19 services.Geometry: @local::dune10kt_1x2x6_geo
20 
21 #source is now a root file
22 source:
23 {
24  module_type: RootInput
25  maxEvents: 10 # Number of events to create
26 }
27 
28 
29 physics:
30 {
31  analyzers:
32  {
33  @table::pd_ana_modules
34  }
35 
36  anapath: [ @sequence::pd_ana_path ]
37  end_paths: [ anapath ]
38 }
39