#include <PtBarrelLUTSvc.h>
Definition at line 18 of file PtBarrelLUTSvc.h.
◆ PtBarrelLUTSvc()
| TrigL2MuonSA::PtBarrelLUTSvc::PtBarrelLUTSvc |
( |
const std::string & | name, |
|
|
ISvcLocator * | sl ) |
◆ initialize()
| StatusCode TrigL2MuonSA::PtBarrelLUTSvc::initialize |
( |
void | | ) |
|
|
overridevirtual |
Definition at line 20 of file PtBarrelLUTSvc.cxx.
21{
22
23
26
27 if (lut_fileName.empty()) {
28 ATH_MSG_ERROR(
"Cannot find barrel LUT file " << lut_fileName);
29 return StatusCode::FAILURE;
30 }
31
32
35
36 if (lutSP_fileName.empty()) {
37 ATH_MSG_ERROR(
"Cannot find barrel SP LUT file " << lutSP_fileName);
38 return StatusCode::FAILURE;
39 }
40
43
44
46
47 return StatusCode::SUCCESS;
48}
#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)
Gaudi::Property< std::string > m_lutSP_fileName
Gaudi::Property< std::string > m_lut_fileName
ToolHandle< PtBarrelLUT > m_ptBarrelLUT
◆ msg()
◆ msgLvl()
| bool AthCommonMsg< Service >::msgLvl |
( |
const MSG::Level | lvl | ) |
const |
|
inlineinherited |
◆ ptBarrelLUT()
| const ToolHandle< PtBarrelLUT > * TrigL2MuonSA::PtBarrelLUTSvc::ptBarrelLUT |
( |
void | | ) |
const |
|
inline |
◆ m_lut_fileName
| Gaudi::Property< std::string > TrigL2MuonSA::PtBarrelLUTSvc::m_lut_fileName |
|
private |
Initial value:{
this, "LUTfile", "pt_barrel.lut", ""}
Definition at line 29 of file PtBarrelLUTSvc.h.
29 {
30 this, "LUTfile", "pt_barrel.lut", ""};
◆ m_lutSP_fileName
| Gaudi::Property< std::string > TrigL2MuonSA::PtBarrelLUTSvc::m_lutSP_fileName |
|
private |
Initial value:{
this, "SP_LUTfile", "pt_barrelSP_new.lut", ""}
Definition at line 31 of file PtBarrelLUTSvc.h.
31 {
32 this, "SP_LUTfile", "pt_barrelSP_new.lut", ""};
◆ m_ptBarrelLUT
| ToolHandle<PtBarrelLUT> TrigL2MuonSA::PtBarrelLUTSvc::m_ptBarrelLUT |
|
private |
Initial value:{
this, "PtBarrelLUT", "TrigL2MuonSA::PtBarrelLUT"}
Definition at line 34 of file PtBarrelLUTSvc.h.
34 {
35 this, "PtBarrelLUT", "TrigL2MuonSA::PtBarrelLUT"};
The documentation for this class was generated from the following files: