All Classes Namespaces Files Functions Variables Typedefs Enumerations Enumerator Friends Macros Groups Pages
corsika_sbnd.fcl
Go to the documentation of this file.
1 #
2 # File: corsika_sbnd.fcl
3 # Purpose: standard SBND configuration for CORSIKA cosmic ray generator
4 # Date: August 17, 2016
5 # Version: 1.1
6 #
7 # Provides:
8 # - sbnd_corsika_p: module configuration for generation of protons; use as:
9 #
10 # physics: {
11 # producers: {
12 # generator: @local::sbnd_corsika_p
13 # }
14 # }
15 #
16 # - sbnd_corsika_cmc: module configuration for generation of assorted cosmic
17 # rays from different primary nuclei; use as:
18 #
19 # physics: {
20 # producers: {
21 # generator: @local::sbnd_corsika_cmc
22 # }
23 # }
24 #
25 #
26 # Documentation at:
27 # https://cdcvs.fnal.gov/redmine/projects/sbndcode/wiki/Cosmics
28 #
29 # Changes:
30 # 20160817 (petrillo@fnal.gov) [v1.1]
31 # restyling (added comments)
32 #
33 #
34 # inherited configuration
35 #
36 #include "CORSIKAGen.fcl"
37 #include "cosmic_common_sbnd.fcl"
38 BEGIN_PROLOG
39 
40 #
41 # sbnd_corsika_p
42 #
43 # Cosmic rays from proton primary.
44 #
46 
49 
50  # use the shared copy of CORSIKA database files
51  ShowerInputFiles: [
52  "/pnfs/larsoft/persistent/physics/cosmics/Fermilab/CORSIKA/standard/p_showers_*.db"
53  ] # ShowerInputFiles
54 
55 
57 
58 
59 #
60 # sbnd_corsika_cmc
61 #
62 # Cosmic rays from mix of primaries.
63 #
64 sbnd_corsika_cmc: {
65 
66  @table::standard_CORSIKAGen_CMC # from CORSIKAGen.fcl
68 
69  # use the shared copy of CORSIKA database files
70  ShowerInputFiles: [
71  "/pnfs/larsoft/persistent/physics/cosmics/Fermilab/CORSIKA/standard/p_showers_*.db",
72  "/pnfs/larsoft/persistent/physics/cosmics/Fermilab/CORSIKA/standard/He_showers_*.db",
73  "/pnfs/larsoft/persistent/physics/cosmics/Fermilab/CORSIKA/standard/N_showers_*.db",
74  "/pnfs/larsoft/persistent/physics/cosmics/Fermilab/CORSIKA/standard/Mg_showers_*.db",
75  "/pnfs/larsoft/persistent/physics/cosmics/Fermilab/CORSIKA/standard/Fe_showers_*.db"
76  ] # ShowerInputFiles
77 
78 
79 } # sbnd_corsika_cmc
80 
81 END_PROLOG
BEGIN_PROLOG sbnd_cosmic_common
BEGIN_PROLOG sbnd_corsika_p
BEGIN_PROLOG standard_CORSIKAGen_protons
Definition: CORSIKAGen.fcl:7