PDSPDataDrivenBeam.fcl
Go to the documentation of this file.
1 BEGIN_PROLOG
2 
3 datadriven_beam: {
4  module_type: "PDSPDataDrivenBeam"
5  InputFileName: "dummy.root"
6  ResolutionFileName: "dummy2.root"
7  ParticleTypes: [ ["Pions", .25],
8  ["Muons", .25],
9  ["Protons", .25],
10  ["Electrons", .25] ]
11 
12  Seed: 0
13  NGenerate: 10
14  Verbose: true
15 
16  RotateMonitorYZ: 11.4328
17  RotateMonitorXZ: -10.7985
18  NP04FrontZ: 717243
19  UpstreamZ: 707555
20  DownstreamZ: 716124
21  BeamX: -4.994
22  BeamY: 448.449
23  BeamZ: -129.804
24  GeneratorZ: -196.11
25 
26  UnsmearType: 1
27 
28  Minima: [.8, 0, 0, 0, 0]
29  Maxima: [1.2, 192, 192, 192, 192]
30 
31  NominalMomentum: 1
32  DoWeights: false
33 }
34 
35 END_PROLOG