11#include <fmt/ostream.h>
13#include <edm4eic/Cov2f.h>
14#include <edm4eic/Cov3f.h>
15#include <edm4hep/Vector3f.h>
16#include <edm4hep/Vector3d.h>
18template <>
struct fmt::formatter<edm4eic::Cov2f> : fmt::ostream_formatter {};
19template <>
struct fmt::formatter<edm4eic::Cov3f> : fmt::ostream_formatter {};
20template <>
struct fmt::formatter<edm4hep::Vector3f> : fmt::ostream_formatter {};
21template <>
struct fmt::formatter<edm4hep::Vector3d> : fmt::ostream_formatter {};
23template <>
struct fmt::formatter<
std::error_code> : fmt::ostream_formatter {};
Definition SimCalorimeterHitProcessor.cc:35