Helper function that creates the oscar output with the format selected by create_oscar_output (except for dileptons and photons).
794 : out_par.part_extended;
795 if (modern_format && extended_format) {
796 return std::make_unique<OscarOutput<OscarFormat2013Extended, Contents>>(
798 }
else if (modern_format && !extended_format) {
799 return std::make_unique<OscarOutput<OscarFormat2013, Contents>>(path, name);
800 }
else if (!modern_format && !extended_format) {
801 return std::make_unique<OscarOutput<OscarFormat1999, Contents>>(path, name);
805 <<
"There is no extended Oscar1999 format.";
806 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