#include <PtEndcapLUTSvc.h>
Definition at line 19 of file PtEndcapLUTSvc.h.
◆ PtEndcapLUTSvc()
| TrigL2MuonSA::PtEndcapLUTSvc::PtEndcapLUTSvc |
( |
const std::string & | name, |
|
|
ISvcLocator * | sl ) |
◆ initialize()
| StatusCode TrigL2MuonSA::PtEndcapLUTSvc::initialize |
( |
| ) |
|
|
overridevirtual |
Definition at line 23 of file PtEndcapLUTSvc.cxx.
24{
25
26 std::string lut_fileName;
29 } else {
31 }
33
34 if (lut_fileName.empty()) {
36 return StatusCode::FAILURE;
37 }
38
41
42
46 } else {
48 }
49
50 return StatusCode::SUCCESS;
51}
#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_lut_fileNameRun3
Gaudi::Property< std::string > m_lut_fileNameRun2
Gaudi::Property< bool > m_useRun3LUT
ToolHandle< PtEndcapLUT > m_ptEndcapLUT
◆ msg()
◆ msgLvl()
| bool AthCommonMsg< Service >::msgLvl |
( |
const MSG::Level | lvl | ) |
const |
|
inlineinherited |
◆ ptEndcapLUT()
| const ToolHandle< PtEndcapLUT > * TrigL2MuonSA::PtEndcapLUTSvc::ptEndcapLUT |
( |
void | | ) |
const |
|
inline |
◆ m_lut_fileName
| Gaudi::Property< std::string > TrigL2MuonSA::PtEndcapLUTSvc::m_lut_fileName |
|
private |
Initial value:{
this, "FileName", "pt_endcap.lut", ""}
Definition at line 34 of file PtEndcapLUTSvc.h.
34 {
35 this, "FileName", "pt_endcap.lut", ""};
◆ m_lut_fileNameRun2
| Gaudi::Property< std::string > TrigL2MuonSA::PtEndcapLUTSvc::m_lut_fileNameRun2 |
|
private |
Initial value:{
this, "FileNameRun2", "pt_endcap_run2.lut", ""}
Definition at line 32 of file PtEndcapLUTSvc.h.
32 {
33 this, "FileNameRun2", "pt_endcap_run2.lut", ""};
◆ m_lut_fileNameRun3
| Gaudi::Property< std::string > TrigL2MuonSA::PtEndcapLUTSvc::m_lut_fileNameRun3 |
|
private |
Initial value:{
this, "FileNameRun3", "pt_endcap_run3.lut", ""}
Definition at line 30 of file PtEndcapLUTSvc.h.
30 {
31 this, "FileNameRun3", "pt_endcap_run3.lut", ""};
◆ m_lut_mean
| Gaudi::Property< std::string > TrigL2MuonSA::PtEndcapLUTSvc::m_lut_mean |
|
private |
Initial value:{
this, "EMeanLUT", "pt_comb_mean.lut", ""}
Definition at line 36 of file PtEndcapLUTSvc.h.
36 {
37 this, "EMeanLUT", "pt_comb_mean.lut", ""};
◆ m_lut_sigma
| Gaudi::Property< std::string > TrigL2MuonSA::PtEndcapLUTSvc::m_lut_sigma |
|
private |
Initial value:{
this, "ESigmaLUT", "pt_comb_sigma.lut", ""}
Definition at line 38 of file PtEndcapLUTSvc.h.
38 {
39 this, "ESigmaLUT", "pt_comb_sigma.lut", ""};
◆ m_ptEndcapLUT
| ToolHandle<PtEndcapLUT> TrigL2MuonSA::PtEndcapLUTSvc::m_ptEndcapLUT {this, "PtEndcapLUT", "TrigL2MuonSA::PtEndcapLUT"} |
|
private |
Definition at line 43 of file PtEndcapLUTSvc.h.
43{this, "PtEndcapLUT", "TrigL2MuonSA::PtEndcapLUT"};
◆ m_useRun3LUT
| Gaudi::Property<bool> TrigL2MuonSA::PtEndcapLUTSvc::m_useRun3LUT |
|
private |
Initial value:{
this,"UseRun3LUT",true,"Select LUT at geometry"}
Definition at line 40 of file PtEndcapLUTSvc.h.
40 {
41 this,"UseRun3LUT",true,"Select LUT at geometry"};
The documentation for this class was generated from the following files: