1 #include "services_dune.fcl"
2 #include "marley_dune.fcl"
3 #include "dune_radiological_model.fcl"
5 process_name: MARLEYGen
9 TFileService: { fileName: "prodmarley_radiological_integrated-hudepohl-shen-cooling-s11.2co_hist.root" }
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_legacy
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
30 marley: { @table::standard_marley
31 module_type: "MARLEYTimeGen"
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"
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"
43 spectrum_file_format: "fit"
44 pinching_parameter_type: "alpha"
48 # The number of neutrino vertices that should be produced by MARLEY in each art::Event
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" }
62 simulate: [ rns, marley, ar39Gen, ar42Gen, apaGen, cNeutronGen, cpaGen, kr85Gen, rn222Gen, po210Gen ]
64 trigger_paths: [ simulate ]
65 end_paths: [ stream1 ]
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
79 services.Geometry: @local::dune10kt_1x2x6_geo