Iguana 1.1.0
Implementation Guardian of Analysis Algorithms
Loading...
Searching...
No Matches
Config.yaml
1physics::InclusiveKinematics:
2
3 # the name of the particle bank, only used for users of `hipo::banklist`;
4 # e.g., set it to 'MC::Particle' if you prefer. This bank is used to
5 # find the scattered lepton
6 particle_bank: 'REC::Particle'
7
8 # beam configuration
9 initial_state:
10 - default:
11 beam_direction: [ 0.0, 0.0, 1.0 ]
12 target_particle: proton
13
14 # kinematics reconstruction method
15 method:
16 # beam particle
17 beam_particle: electron
18 # reconstruction method:
19 # - 'scattered_lepton': use the scattered lepton to calculate kinematics
20 # - no other method is available yet
21 reconstruction: scattered_lepton
22 # lepton finder method, used if reconstruction method == 'scattered_lepton':
23 # - 'highest_energy_FD_trigger': use the highest energy FD trigger electron
24 # - 'lund_beam_daughter': use 'MC::Lund' parent info; be sure to set
25 # `particle_bank` to 'MC::Lund' if you are using `hipo::banklist`, or
26 # use the 'MC::Lund' bank directly in the `Run(hipo::bank&, ...)` function
27 lepton_finder: highest_energy_FD_trigger
28
29 # override the beam energy if > 0, otherwise the default is to use RCDB;
30 # e.g., use this to set the beam energy for MC data with run number 11
31 override_beam_energy: -1.0
32
33 # this is the theta used to roughly select between FD and FT; it is only
34 # used for the case where `particle_bank` lacks the `status` variable,
35 # such as `MC::Particle`
36 theta_between_FD_and_FT: 5.0 # [deg]