Skip to content

Commit

Permalink
doc: update config params for InclusiveKinematics
Browse files Browse the repository at this point in the history
  • Loading branch information
c-dilks committed Sep 26, 2024
1 parent b193702 commit 0a744d1
Showing 1 changed file with 4 additions and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -36,7 +36,10 @@ namespace iguana::physics {
/// @end_doc
///
/// @begin_doc_config
/// @config_param{initial_state | dict | description of the initial state}
/// @config_param{initial_state:beam_energy | double | beam energy [GeV]}
/// @config_param{initial_state:beam_direction | list[double] | beam direction vector}
/// @config_param{initial_state:target_particle | string | target particle}
/// @config_param{method:beam_particle | string | beam particle}
/// @config_param{method:reconstruction | string | kinematics reconstruction method; only `scattered_lepton` is available}
/// @config_param{method:lepton_finder | string | algorithm to find the scattered lepton; only `highest_energy_FD_trigger` is available}
/// @end_doc
Expand Down

0 comments on commit 0a744d1

Please sign in to comment.