#include <TrigJetConditionConfig_htfr.h>
|
| Gaudi::Property< std::string > | m_min {this, "min", {}, "min HT"} |
| Gaudi::Property< std::string > | m_max {this, "max", {}, "max HT"} |
◆ TrigJetConditionConfig_htfr()
| TrigJetConditionConfig_htfr::TrigJetConditionConfig_htfr |
( |
const std::string & | type, |
|
|
const std::string & | name, |
|
|
const IInterface * | parent ) |
◆ checkVals()
| StatusCode TrigJetConditionConfig_htfr::checkVals |
( |
| ) |
const |
|
private |
Definition at line 34 of file TrigJetConditionConfig_htfr.cxx.
34 {
35 auto a2d = ArgStrToDouble();
38 return StatusCode::FAILURE;
39 }
40 return StatusCode::SUCCESS;
41}
Gaudi::Property< std::string > m_min
Gaudi::Property< std::string > m_max
◆ getCondition()
| Condition TrigJetConditionConfig_htfr::getCondition |
( |
| ) |
const |
|
overridevirtual |
◆ initialize()
| StatusCode TrigJetConditionConfig_htfr::initialize |
( |
| ) |
|
|
overridevirtual |
Definition at line 21 of file TrigJetConditionConfig_htfr.cxx.
21 {
23
24 return StatusCode::SUCCESS;
25}
#define CHECK(...)
Evaluate an expression and check for errors.
StatusCode checkVals() const
◆ m_max
| Gaudi::Property<std::string> TrigJetConditionConfig_htfr::m_max {this, "max", {}, "max HT"} |
|
private |
◆ m_min
| Gaudi::Property<std::string> TrigJetConditionConfig_htfr::m_min {this, "min", {}, "min HT"} |
|
private |
The documentation for this class was generated from the following files: