ATLAS Offline Software
Loading...
Searching...
No Matches
AthEnvironmentSvc.cxx
Go to the documentation of this file.
1/*
2 * Copyright (C) 2002-2026 CERN for the benefit of the ATLAS collaboration.
3 */
10
11
12#include "AthEnvironmentSvc.h"
13#include <Eigen/Core>
14
15
20{
22 ATH_MSG_VERBOSE("Setting Eigen cache sizes to" <<
23 " L1: " << m_eigenL1CacheSize <<
24 " L2: " << m_eigenL2CacheSize <<
25 " L3: " << m_eigenL3CacheSize);
27 }
28 return StatusCode::SUCCESS;
29}
30
#define ATH_MSG_VERBOSE(x)
IntegerProperty m_eigenL2CacheSize
virtual StatusCode initialize() override
Gaudi initialize method.
IntegerProperty m_eigenL3CacheSize
IntegerProperty m_eigenL1CacheSize