19 #include <momemta/Solution.h> 21 std::ostream& operator<<(std::ostream& stream,
const Solution& solution) {
23 for (
const auto& p: solution.
values) {
24 stream <<
"{p" << index <<
": " << p;
25 if (index != solution.
values.size())
30 stream <<
"; jacobian: " << solution.
jacobian <<
"}";
Generic solution structure representing a set of particles, along with its jacobian.
double jacobian
Jacobian associated with the solution.
std::vector< LorentzVector > values
Values.