opdet_detsim_xedoped_dune10kt_1x2x6.fcl
Go to the documentation of this file.
1 
2 #include "services_refactored_pdune.fcl"
3 #include "SIPMOpSensorSim.fcl"
4 #include "WaveformDigitizerSim.fcl"
5 
6 
7 process_name: OpticalDetsim
8 
9 services:
10 {
11  # Load the service that manages root files for histograms.
12  TFileService: { fileName: "/dev/null" }
13  TimeTracker: {}
14  RandomNumberGenerator: {} #ART native random number generator
15  #FileCatalogMetadata: @local::art_file_catalog_mc
16  message: @local::standard_info
17  @table::dunefd_refactored_simulation_services
18 }
19 
20 # DUNE FD 1x2x6 workspace geometry
21 services.Geometry: @local::dune10kt_1x2x6_geo
22 
23 
24 source:
25 {
26  module_type: RootInput
27  maxEvents: -1 # Run over all events
28  #specify from command line with -s or --source
29 
30 }
31 
32 
33 outputs:
34 {
35  out1:
36  {
37  module_type: RootOutput
38  fileName: "%ifb_pddetsim.root"
39  #default file name, can override from command line with -o or --output
40  }
41 }
42 
43 
44 
45 physics:
46 {
47 
48  # Run both detector simulation and reconstruction
49  producers:
50  {
51  sipmArOnly: @local::xarapuca_ar
52  sipmXeOnly: @local::xarapuca_xetuned_xe10ppm
53  sipmAr10ppm: @local::xarapuca_ar_xe10ppm
54  sipmXe10ppm: @local::xarapuca_xe_xe10ppm
55 
56  opdigiArOnly: @local::standard_daphne
57  opdigiXeOnly: @local::standard_daphne
58  opdigi10ppm: @local::standard_daphne
59  }
60 
61  ArOnlyPath: [ sipmArOnly, opdigiArOnly ]
62  XeOnlyPath: [ sipmXeOnly, opdigiXeOnly ]
63  BothPath: [ sipmAr10ppm, sipmXe10ppm, opdigi10ppm ]
64  trigger_paths: [ ArOnlyPath, XeOnlyPath, BothPath ]
65 
66  stream1: [ out1 ]
67  end_paths: [ stream1 ]
68 }
69 
70 physics.producers.sipmArOnly.InputTag: "PDFastSimAr"
71 physics.producers.sipmXeOnly.InputTag: "PDFastSimXe" #Default, but set anyway for clarity
72 physics.producers.sipmAr10ppm.InputTag: "PDFastSimAr"
73 physics.producers.sipmXe10ppm.InputTag: "PDFastSimXe" #Default, but set anyway for clarity
74 
75 physics.producers.opdigiArOnly.InputTags: [sipmArOnly]
76 physics.producers.opdigiXeOnly.InputTags: [sipmXeOnly]
77 physics.producers.opdigi10ppm.InputTags: [sipmAr10ppm, sipmXe10ppm]