#include <TrigJetConditionConfig_signed_eta.h>
|
| Gaudi::Property< std::string > | m_min {this, "min", {"-inf"}, "Abs eta min for eta region"} |
| Gaudi::Property< std::string > | m_max {this, "max", {"inf"}, "Abs eta max for eta region"} |
◆ TrigJetConditionConfig_signed_eta()
| TrigJetConditionConfig_signed_eta::TrigJetConditionConfig_signed_eta |
( |
const std::string & | type, |
|
|
const std::string & | name, |
|
|
const IInterface * | parent ) |
◆ checkVals()
| StatusCode TrigJetConditionConfig_signed_eta::checkVals |
( |
| ) |
const |
|
private |
Definition at line 30 of file TrigJetConditionConfig_signed_eta.cxx.
30 {
31
32 auto a2d = ArgStrToDouble();
33
34 auto min_val = a2d(
m_min);
35 auto max_val = a2d(
m_max);
36
37 if (min_val > max_val){
38 ATH_MSG_ERROR(
" min eta > max eta: " << min_val <<
" " << max_val);
39 return StatusCode::FAILURE;
40 }
41 return StatusCode::SUCCESS;
42}
Gaudi::Property< std::string > m_max
Gaudi::Property< std::string > m_min
◆ getCondition()
| Condition TrigJetConditionConfig_signed_eta::getCondition |
( |
| ) |
const |
|
overridevirtual |
◆ initialize()
| StatusCode TrigJetConditionConfig_signed_eta::initialize |
( |
| ) |
|
|
overridevirtual |
Definition at line 18 of file TrigJetConditionConfig_signed_eta.cxx.
18 {
20 return StatusCode::SUCCESS;
21}
#define CHECK(...)
Evaluate an expression and check for errors.
StatusCode checkVals() const
◆ m_max
| Gaudi::Property<std::string> TrigJetConditionConfig_signed_eta::m_max {this, "max", {"inf"}, "Abs eta max for eta region"} |
|
private |
◆ m_min
| Gaudi::Property<std::string> TrigJetConditionConfig_signed_eta::m_min {this, "min", {"-inf"}, "Abs eta min for eta region"} |
|
private |
The documentation for this class was generated from the following files: