-
Notifications
You must be signed in to change notification settings - Fork 43
Expand file tree
/
Copy pathicarus_ci_nucosmics_gen_quick_test_icaruscode.fcl
More file actions
27 lines (22 loc) · 1.53 KB
/
icarus_ci_nucosmics_gen_quick_test_icaruscode.fcl
File metadata and controls
27 lines (22 loc) · 1.53 KB
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
#include "messages_icarus.fcl"
#include "prodcorsika_bnb_genie_protononly_icarus.fcl"
# non-interactive output settings, but keep them verbose
services.message: @local::icarus_message_services_prod_debug
# the test uses an input file (empty events with set timestamp)
source: @erase
# Be as strict as possible with random seeds: GENIE is wild!
physics.producers.generator.Seed: 63214
# Override GENIE flux file configuration
physics.producers.generator.FluxCopyMethod: "DIRECT"
physics.producers.generator.MaxFluxFileMB: 20
physics.producers.generator.FluxSearchPaths: "/cvmfs/sbn.osgstorage.org/pnfs/fnal.gov/usr/sbn/persistent/stash/physics/beam/GENIE/BNB/standard/v01_00/"
# Override CORSIKA flux file path to be able to access them without a proxy
physics.producers.cosmgen.ShowerInputFiles:[
"/cvmfs/sbn.osgstorage.org/pnfs/fnal.gov/usr/sbn/persistent/stash/physics/cosmics/Fermilab/CORSIKA/standard/v01_00/p_*.db"
]
# "/cvmfs/sbn.osgstorage.org/pnfs/fnal.gov/usr/sbn/persistent/stash/physics/cosmics/Fermilab/CORSIKA/standard/p_*.db",
# "/cvmfs/sbn.osgstorage.org/pnfs/fnal.gov/usr/sbn/persistent/stash/physics/cosmics/Fermilab/CORSIKA/standard/He_showers_*.db",
# "/cvmfs/sbn.osgstorage.org/pnfs/fnal.gov/usr/sbn/persistent/stash/physics/cosmics/Fermilab/CORSIKA/standard/N_showers_*.db",
# "/cvmfs/sbn.osgstorage.org/pnfs/fnal.gov/usr/sbn/persistent/stash/physics/cosmics/Fermilab/CORSIKA/standard/Mg_showers_*.db",
# "/cvmfs/sbn.osgstorage.org/pnfs/fnal.gov/usr/sbn/persistent/stash/physics/cosmics/Fermilab/CORSIKA/standard/Fe_showers_*.db"
#]