5#include "GaudiKernel/ISvcLocator.h"
27 if (lut_fileName.empty()) {
28 ATH_MSG_ERROR(
"Cannot find barrel LUT file " << lut_fileName);
29 return StatusCode::FAILURE;
36 if (lutSP_fileName.empty()) {
37 ATH_MSG_ERROR(
"Cannot find barrel SP LUT file " << lutSP_fileName);
38 return StatusCode::FAILURE;
47 return StatusCode::SUCCESS;
#define ATH_CHECK
Evaluate an expression and check for errors.
static std::string find_file(const std::string &logical_file_name, const std::string &search_path)
virtual StatusCode initialize(void) override
Gaudi::Property< std::string > m_lutSP_fileName
Gaudi::Property< std::string > m_lut_fileName
ToolHandle< PtBarrelLUT > m_ptBarrelLUT
PtBarrelLUTSvc(const std::string &name, ISvcLocator *sl)