AddGenieEventsToArt.fcl
Go to the documentation of this file.
1 BEGIN_PROLOG
2 
3 standard_add_genie:
4 {
5  module_type: AddGenieEventsToArt # name of modules
6  fileList: [ "*.ghep.root" ] # name(s) of files
7  countConfig: "fixed: 1 " # how many to add
8  # "fixed: <N>"
9  # "flat: <Nmin> <Nmax>"
10  # "poisson: <Nmean>"
11  # "poisson-1: <Nmean>"
12  # "gauss: <mean> <rms>"
13  globalTimeOffset: 218500.0 # (ns) add time to vertex t
14  # e.g. 10000 means the spill
15  # happens 10 us into readout window
16  timeConfig: "flat 9600.0" # shift beyond globalTimeOffset
17  # "none"
18  # "flat <delta-t-ns>"
19  # "NuMI" beam distribution
20 
21  vtxOffsets: {
22  xlo: 0
23  ylo: 0
24  zlo: 0
25  xhi: 0
26  yhi: 0
27  zhi: 0
28  }
29 
30  addMCFlux: true # store associated MCFlux object
31 
32  # dump events to output (file)
33  # as they're read in
34  outputPrintLevel: 13 # use -1 to suppress, 13 = full
35  outputDumpFileName: "AddGenieEvents_%l.txt" # name of file to dump to
36  # %l substitutes module label name
37 
38  # seed: 1234
39 
40 }
41 
42 END_PROLOG