prodmarley_nue_spectrum_radiological_timedep_hudepohl_11.2M_dune10kt_1x2x6.fcl
Go to the documentation of this file.
1 #include "services_dune.fcl"
2 #include "marley_dune.fcl"
3 #include "dune_radiological_model.fcl"
4 
5 process_name: MARLEYGen
6 
7 services:
8 {
9  TFileService: { fileName: "prodmarley_radiological_integrated-hudepohl-shen-cooling-s11.2co_hist.root" }
10  TimeTracker: {}
11  #MemoryTracker: { ignoreTotal: 1 } # default is one
12  RandomNumberGenerator: {} # ART native random number generator
13  FileCatalogMetadata: @local::art_file_catalog_mc
14  @table::dunefd_services
15 }
16 
17 source:
18 {
19  module_type: EmptyEvent
20  timestampPlugin: { plugin_type: "GeneratedEventTimestamp" }
21  maxEvents: 10 # Number of events to create
22  firstRun: 20000047 # Run number to use for this file
23  firstEvent: 1 # number of first event in the file
24 }
25 
26 physics:
27 {
28  producers:
29  {
30  marley: { @table::standard_marley
31  module_type: "MARLEYTimeGen"
32 
33  # Sample neutrino arrival times and energies directly from the
34  # histogram (after reweighting by the reaction cross section).
35  # If you'd like to perform biased sampling, you may also choose
36  # "uniform time" or "uniform energy" for the sampling mode.
37  sampling_mode: "histogram"
38 
39  # File containing fit parameters that describe the incident
40  # (i.e., not cross-section-weighted) supernova neutrino flux
41  spectrum_file: "SupernovaModels/Huedepohl-Cooling-Shen-s11.2co_parameters.dat"
42 
43  spectrum_file_format: "fit"
44  pinching_parameter_type: "alpha"
45  fit_Emin: 0. # MeV
46  fit_Emax: 100. # MeV
47 
48  # The number of neutrino vertices that should be produced by MARLEY in each art::Event
49  nu_per_event: 1
50  }
51  ar39Gen: @local::dune10kt_1x2x6_39ar
52  ar42Gen: @local::dune10kt_1x2x6_42ar
53  apaGen: @local::dune10kt_1x2x6_APA #Co60 in APA frame
54  cNeutronGen: @local::dune10kt_1x2x6_neutron #Originally use for K40 in Field Cage. Now repurposed for Neutrons from concrete.
55  cpaGen: @local::dune10kt_1x2x6_CPA #K40 from CPA
56  kr85Gen: @local::dune10kt_1x2x6_85kr #Kr in LAr
57  rn222Gen: @local::dune10kt_1x2x6_222rn #Rn in LAr
58  po210Gen: @local::dune10kt_1x2x6_210po
59  rns: { module_type: "RandomNumberSaver" }
60  }
61 
62  simulate: [ rns, marley, ar39Gen, ar42Gen, apaGen, cNeutronGen, cpaGen, kr85Gen, rn222Gen, po210Gen ]
63  stream1: [ out1 ]
64  trigger_paths: [ simulate ]
65  end_paths: [ stream1 ]
66 }
67 
68 outputs:
69 {
70  out1:
71  {
72  module_type: RootOutput
73  fileName: "prodmarley_radiological_integrated-hudepohl-shen-cooling-s11.2co_dune10kt_1x2x6_gen.root" # Default file name, can override from command line with -o or --output
74  dataTier: "generated"
75  compressionLevel: 1
76  }
77 }
78 
79 services:
80 {
81  @table::services
82  @table::dunefd_1x2x6_services
83 }
84