Helper function that creates the oscar output with the format selected by create_oscar_output (except for dileptons and photons).
793 : out_par.part_extended;
794 if (modern_format && extended_format) {
795 return std::make_unique<OscarOutput<OscarFormat2013Extended, Contents>>(
797 }
else if (modern_format && !extended_format) {
798 return std::make_unique<OscarOutput<OscarFormat2013, Contents>>(path, name);
799 }
else if (!modern_format && !extended_format) {
800 return std::make_unique<OscarOutput<OscarFormat1999, Contents>>(path, name);
804 <<
"There is no extended Oscar1999 format.";
805 return std::make_unique<OscarOutput<OscarFormat1999, Contents>>(path, name);
std::array< einhard::Logger<>, std::tuple_size< LogArea::AreaTuple >::value > logg
An array that stores all pre-configured Logger objects.
@ OscarInteractions
store interaction information (write_interaction)
static constexpr int LOutput