Skip to content

Commit

Permalink
citProducer
Browse files Browse the repository at this point in the history
  • Loading branch information
AJPfleger committed Sep 11, 2024
1 parent 0029642 commit abfb565
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -20,7 +20,7 @@ struct NuclearInteractionParameters {
std::pair<std::vector<float>, std::vector<std::uint32_t>>;
using Distributions = std::vector<CumulativeDistribution>;
using PdgMap =
std::vector<std::pair<int, std::vector<std::pair<int, float>>>>;
std::vector<std::pair<int, std::vector<std::pair<int, double>>>>;

/// @brief Nested struct for the storage of the kinematic parametrisations for
/// a given final state multiplicity
Expand Down

0 comments on commit abfb565

Please sign in to comment.