Skip to content

Commit a601863

Browse files
Merge pull request #896 from SBNSoftware/marcodeltutto-patch-2
Update beam-dump configuration to G4BNB v1.1.1
2 parents f8ba1aa + 2765e64 commit a601863

1 file changed

Lines changed: 25 additions & 12 deletions

File tree

sbndcode/LArSoftConfigurations/gen/genie_sbnd.fcl

Lines changed: 25 additions & 12 deletions
Original file line numberDiff line numberDiff line change
@@ -232,29 +232,29 @@ sbnd_flux_bnb_nu_Lv1_test1: {
232232
#
233233
# Booster Neutrino Beam, FHC mode, g4bnb 1.1.0, A
234234
#
235-
sbnd_flux_g4bnb_1_0_0_fhc: {
235+
sbnd_flux_g4bnb_1_1_1_fhc: {
236236
FluxType: "dk2nu"
237237
DetectorLocation: "SBND"
238238
FluxCopyMethod: "DIRECT"
239239
FluxSearchPaths: "/cvmfs/sbnd.osgstorage.org/pnfs/fnal.gov/usr/sbnd/persistent/stash/fluxFiles/bnb/G4BNB/v1.1.1/fhc/a/"
240240
FluxFiles: [ "NuBeam_production_BooNE_50m_I174000A_*.dk2nu.root" ]
241241
}
242242

243-
sbnd_flux_g4bnb_1_0_0_fhc_test1: {
244-
@table::sbnd_flux_g4bnb_1_0_0_fhc
243+
sbnd_flux_g4bnb_1_1_1_fhc_test1: {
244+
@table::sbnd_flux_g4bnb_1_1_1_fhc
245245
FluxFiles: [ "NuBeam_production_BooNE_50m_I174000A_9998.dk2nu.root" ]
246246
}
247247

248248
#
249249
# Booster Neutrino Beam, FHC mode, DIRT, g4bnb 1.1.0, A
250250
#
251-
sbnd_flux_g4bnb_1_0_0_fhc_dirt: {
252-
@table::sbnd_flux_g4bnb_1_0_0_fhc
251+
sbnd_flux_g4bnb_1_1_1_fhc_dirt: {
252+
@table::sbnd_flux_g4bnb_1_1_1_fhc
253253
DetectorLocation: "SBND-Dirt"
254254
}
255255

256-
sbnd_flux_g4bnb_1_0_0_fhc_dirt_test1: {
257-
@table::sbnd_flux_g4bnb_1_0_0_fhc_dirt
256+
sbnd_flux_g4bnb_1_1_1_fhc_dirt_test1: {
257+
@table::sbnd_flux_g4bnb_1_1_1_fhc_dirt
258258
FluxFiles: [ "NuBeam_production_BooNE_50m_I174000A_9998.dk2nu.root" ]
259259
}
260260

@@ -283,19 +283,32 @@ sbnd_flux_g4bnb_1_0_0_beamdump: {
283283
}
284284

285285

286+
#
287+
# Booster Neutrino Beam, beam-dump mode, G4BNB v1.1.1, A
288+
#
289+
sbnd_flux_g4bnb_1_1_1_beamdump: {
290+
FluxType: "dk2nu"
291+
DetectorLocation: "SBND"
292+
FluxCopyMethod: "DIRECT"
293+
FluxSearchPaths: "/cvmfs/sbnd.osgstorage.org/pnfs/fnal.gov/usr/sbnd/persistent/stash/fluxFiles/bnb/G4BNB/v1.1.1/beamdump/a/"
294+
FluxFiles: [ "NuBeam_production_offTarg_BooNE_50m_offtarg_wires_al2O3_srbbs_I174000A_*.dk2nu.root" ]
295+
}
296+
297+
298+
286299

287300
# # # # # # # # # # # # # # # # # # # # # # # # # # # # # # # # # # # # # # # #
288301
#
289302
# Booster Neutrino Beam, neutrino mode, "default" configuration
290303
#
291-
sbnd_flux_bnb_nu: @local::sbnd_flux_g4bnb_1_0_0_fhc
292-
sbnd_flux_bnb_nu_test1: @local::sbnd_flux_g4bnb_1_0_0_fhc_test1
304+
sbnd_flux_bnb_nu: @local::sbnd_flux_g4bnb_1_1_1_fhc
305+
sbnd_flux_bnb_nu_test1: @local::sbnd_flux_g4bnb_1_1_1_fhc_test1
293306

294307
#
295308
# Booster Neutrino Beam, interaction from dirt
296309
#
297-
sbnd_flux_bnb_dirt: @local::sbnd_flux_g4bnb_1_0_0_fhc_dirt
298-
sbnd_flux_bnb_dirt_test1: @local::sbnd_flux_g4bnb_1_0_0_fhc_dirt_test1
310+
sbnd_flux_bnb_dirt: @local::sbnd_flux_g4bnb_1_1_1_fhc_dirt
311+
sbnd_flux_bnb_dirt_test1: @local::sbnd_flux_g4bnb_1_1_1_fhc_dirt_test1
299312

300313
#
301314
# Booster Neutrino Beam, RHC mode, "default" configuration
@@ -305,7 +318,7 @@ sbnd_flux_bnb_nu_rhc: @local::sbnd_flux_g4bnb_1_0_0_rhc
305318
#
306319
# Booster Neutrino Beam, beam-dump mode, "default" configuration
307320
#
308-
sbnd_flux_bnb_nu_beamdump: @local::sbnd_flux_g4bnb_1_0_0_beamdump
321+
sbnd_flux_bnb_nu_beamdump: @local::sbnd_flux_g4bnb_1_1_1_beamdump
309322

310323

311324
#

0 commit comments

Comments
 (0)