#include <TrigJetConditionConfig_et.h>
|
| Gaudi::Property< std::string > | m_min {this, "min", {}, "single jet min Et"} |
| Gaudi::Property< std::string > | m_max {this, "max", {}, "single jet max Et"} |
Definition at line 12 of file TrigJetConditionConfig_et.h.
◆ TrigJetConditionConfig_et()
| TrigJetConditionConfig_et::TrigJetConditionConfig_et |
( |
const std::string & | type, |
|
|
const std::string & | name, |
|
|
const IInterface * | parent ) |
◆ checkVals()
| StatusCode TrigJetConditionConfig_et::checkVals |
( |
| ) |
const |
|
private |
◆ getCondition()
| Condition TrigJetConditionConfig_et::getCondition |
( |
| ) |
const |
|
overridevirtual |
Definition at line 27 of file TrigJetConditionConfig_et.cxx.
27 {
28 auto a2d = ArgStrToDouble();
29 return std::make_unique<EtCondition>(a2d(
m_min));
30}
Gaudi::Property< std::string > m_min
◆ initialize()
| StatusCode TrigJetConditionConfig_et::initialize |
( |
| ) |
|
|
overridevirtual |
◆ m_max
| Gaudi::Property<std::string> TrigJetConditionConfig_et::m_max {this, "max", {}, "single jet max Et"} |
|
private |
◆ m_min
| Gaudi::Property<std::string> TrigJetConditionConfig_et::m_min {this, "min", {}, "single jet min Et"} |
|
private |
The documentation for this class was generated from the following files: