Skip to content

Commit

Permalink
adds notilt fcls for comp
Browse files Browse the repository at this point in the history
  • Loading branch information
luketpickering committed Jan 27, 2021
1 parent 4bf3536 commit 6f102ec
Show file tree
Hide file tree
Showing 2 changed files with 52 additions and 0 deletions.
26 changes: 26 additions & 0 deletions fcl/flux/build_ND_fluxes_nubarmode_finebinnotilt_offaxis.fcl
Original file line number Diff line number Diff line change
@@ -0,0 +1,26 @@
#include "flux_binnings.fcl"
#include "flux_windows.fcl"

binning: @local::non_jagged_binnings.fine_uniform_halfmeter.nubar

flux_window: @local::ND_OffAxis

input: {
# max_decay_parents: -1
# limit_decay_parent_use: false
use_dk2nu_lite: true
# use_dk2nu_ppfx: false
# use_dk2nu_ppfx_allweights: false
# number_ppfx_universes: 0
}

output: {
# only_nu_species_pdg: 0
# separate_by_hadron_species: false
# make_divergence: false
# use_THF: false
# use_reciprocal_energy: false
# ignore_prediction_integral: false
# write_nu_ray_tree_to: "nowhere.root"
apply_tilt_weighting: false
}
26 changes: 26 additions & 0 deletions fcl/flux/build_ND_fluxes_numode_finebinnotilt_offaxis.fcl
Original file line number Diff line number Diff line change
@@ -0,0 +1,26 @@
#include "flux_binnings.fcl"
#include "flux_windows.fcl"

binning: @local::non_jagged_binnings.fine_uniform_halfmeter.nu

flux_window: @local::ND_OffAxis

input: {
# max_decay_parents: -1
# limit_decay_parent_use: false
use_dk2nu_lite: true
# use_dk2nu_ppfx: false
# use_dk2nu_ppfx_allweights: false
# number_ppfx_universes: 0
}

output: {
# only_nu_species_pdg: 0
# separate_by_hadron_species: false
# make_divergence: false
# use_THF: false
# use_reciprocal_energy: false
# ignore_prediction_integral: false
# write_nu_ray_tree_to: "nowhere.root"
apply_tilt_weighting: false
}

0 comments on commit 6f102ec

Please sign in to comment.