|
EICrecon
JANA based reconstruction for the EPIC detector
|
#include <boost/assign.hpp>#include <boost/bimap.hpp>#include <stdexcept>#include <spdlog/spdlog.h>#include <spdlog/fmt/fmt.h>#include <Acts/Utilities/Logger.hpp>

Go to the source code of this file.
Classes | |
| class | eicrecon::SpdlogPrintPolicy |
| default print policy for debug messages More... | |
Namespaces | |
| namespace | eicrecon |
| -client | |
Typedefs | |
| using | eicrecon::SpdlogToActsLevel_t = boost::bimap< spdlog::level::level_enum, Acts::Logging::Level > |
Functions | |
| Acts::Logging::Level | eicrecon::SpdlogToActsLevel (spdlog::level::level_enum input) |
| spdlog::level::level_enum | eicrecon::ActsToSpdlogLevel (Acts::Logging::Level input) |
| std::unique_ptr< const Acts::Logger > | eicrecon::getSpdlogLogger (const std::string &name, std::shared_ptr< spdlog::logger > log) |