#include <TrigJetConditionConfig_abs_eta.h>
|
| Gaudi::Property< std::string > | m_min {this, "min", {"0."}, "Abs eta min for eta region"} |
| Gaudi::Property< std::string > | m_max {this, "max", {"inf"}, "Abs eta max for eta region"} |
◆ TrigJetConditionConfig_abs_eta()
| TrigJetConditionConfig_abs_eta::TrigJetConditionConfig_abs_eta |
( |
const std::string & | type, |
|
|
const std::string & | name, |
|
|
const IInterface * | parent ) |
◆ checkVals()
| StatusCode TrigJetConditionConfig_abs_eta::checkVals |
( |
| ) |
const |
|
private |
Definition at line 30 of file TrigJetConditionConfig_abs_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 < 0.){
39 return StatusCode::FAILURE;
40 }
41
42 if (min_val > max_val){
44 return StatusCode::FAILURE;
45 }
46 return StatusCode::SUCCESS;
47}
Gaudi::Property< std::string > m_max
Gaudi::Property< std::string > m_min
◆ getCondition()
| Condition TrigJetConditionConfig_abs_eta::getCondition |
( |
| ) |
const |
|
overridevirtual |
◆ initialize()
| StatusCode TrigJetConditionConfig_abs_eta::initialize |
( |
| ) |
|
|
overridevirtual |
Definition at line 18 of file TrigJetConditionConfig_abs_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_abs_eta::m_max {this, "max", {"inf"}, "Abs eta max for eta region"} |
|
private |
◆ m_min
| Gaudi::Property<std::string> TrigJetConditionConfig_abs_eta::m_min {this, "min", {"0."}, "Abs eta min for eta region"} |
|
private |
The documentation for this class was generated from the following files: