#include <TrigJetConditionConfig_dijet_deta.h>
|
| Gaudi::Property< std::string > | m_min {this, "min", {}, "min dijet dEta"} |
| Gaudi::Property< std::string > | m_max {this, "max", {}, "max dijet dEta"} |
◆ TrigJetConditionConfig_dijet_deta()
| TrigJetConditionConfig_dijet_deta::TrigJetConditionConfig_dijet_deta |
( |
const std::string & | type, |
|
|
const std::string & | name, |
|
|
const IInterface * | parent ) |
◆ checkVals()
| StatusCode TrigJetConditionConfig_dijet_deta::checkVals |
( |
| ) |
const |
|
private |
Definition at line 34 of file TrigJetConditionConfig_dijet_deta.cxx.
34 {
35 auto a2d = ArgStrToDouble();
38 return StatusCode::FAILURE;
39 }
40 return StatusCode::SUCCESS;
41}
Gaudi::Property< std::string > m_max
Gaudi::Property< std::string > m_min
◆ getCondition()
| Condition TrigJetConditionConfig_dijet_deta::getCondition |
( |
| ) |
const |
|
overridevirtual |
◆ initialize()
| StatusCode TrigJetConditionConfig_dijet_deta::initialize |
( |
| ) |
|
|
overridevirtual |
Definition at line 21 of file TrigJetConditionConfig_dijet_deta.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_dijet_deta::m_max {this, "max", {}, "max dijet dEta"} |
|
private |
◆ m_min
| Gaudi::Property<std::string> TrigJetConditionConfig_dijet_deta::m_min {this, "min", {}, "min dijet dEta"} |
|
private |
The documentation for this class was generated from the following files: