ATLAS Offline Software
Loading...
Searching...
No Matches
LoggerUtils.h
Go to the documentation of this file.
1/*
2 Copyright (C) 2002-2023 CERN for the benefit of the ATLAS collaboration
3*/
4
5#ifndef ACTSINTEROP_LOGGER_UTILS_H
6#define ACTSINTEROP_LOGGER_UTILS_H
7
8#include "Acts/Utilities/Logger.hpp"
9#include "GaudiKernel/MsgStream.h"
10
11namespace ActsTrk {
12 Acts::Logging::Level actsLevelVector(MSG::Level lvl);
13 MSG::Level athLevelVector(Acts::Logging::Level lvl);
14}
15
16#endif
The AlignStoreProviderAlg loads the rigid alignment corrections and pipes them through the readout ge...
MSG::Level athLevelVector(Acts::Logging::Level lvl)
Acts::Logging::Level actsLevelVector(MSG::Level lvl)