All Classes Namespaces Files Functions Variables Typedefs Enumerations Enumerator Friends Macros Groups Pages
cry_sbnd.fcl
Go to the documentation of this file.
1 #
2 # File: cry_sbnd.fcl
3 # Purpose: standard SBND configuration for CRY cosmic ray generator
4 # Author: Roxanne Guenette (Roxanne.Guenette@physics.ox.ac.uk)
5 # Date: August 17, 2016
6 # Version: 1.0
7 #
8 # Provides:
9 # - sbnd_cry: configuration for generation of cosmic rays, with electronics
10 # timings customised for SBND; use as:
11 #
12 # physics: {
13 # producers: {
14 # generator: @local::sbnd_cry
15 # }
16 # }
17 #
18 #
19 # Documentation at:
20 # https://cdcvs.fnal.gov/redmine/projects/sbndcode/wiki/Cosmics
21 #
22 # Changes:
23 # 20160817 (petrillo@fnal.gov) [v1.0]
24 # created from restyling Roxanne Guenette's configuration
25 #
26 
27 #
28 # inherited configuration
29 #
30 
31 #include "cry.fcl"
32 #include "cosmic_common_sbnd.fcl"
33 
34 
35 BEGIN_PROLOG
36 
37 
38 sbnd_cry:
39 {
40 
41  @table::standard_cry # from cry.fcl
43 
44 } # sbnd_cry
45 
46 
47 END_PROLOG
BEGIN_PROLOG sbnd_cosmic_common
BEGIN_PROLOG standard_cry
Definition: cry.fcl:11