#include <TrigJetConditionConfig_jvt.h>
|
| Gaudi::Property< std::string > | m_min {this, "min", {}, "min jvt value"} |
| Gaudi::Property< std::string > | m_max {this, "max", {}, "max jvt value"} |
◆ TrigJetConditionConfig_jvt()
| TrigJetConditionConfig_jvt::TrigJetConditionConfig_jvt |
( |
const std::string & | type, |
|
|
const std::string & | name, |
|
|
const IInterface * | parent ) |
◆ checkVals()
| StatusCode TrigJetConditionConfig_jvt::checkVals |
( |
| ) |
const |
|
private |
◆ getCondition()
| Condition TrigJetConditionConfig_jvt::getCondition |
( |
| ) |
const |
|
overridevirtual |
Definition at line 25 of file TrigJetConditionConfig_jvt.cxx.
25 {
26 auto a2d = ArgStrToDouble();
27 return std::make_unique<JVTCondition>(a2d(
m_min));
28}
Gaudi::Property< std::string > m_min
◆ initialize()
| StatusCode TrigJetConditionConfig_jvt::initialize |
( |
| ) |
|
|
overridevirtual |
Definition at line 18 of file TrigJetConditionConfig_jvt.cxx.
18 {
20
21 return StatusCode::SUCCESS;
22}
#define CHECK(...)
Evaluate an expression and check for errors.
StatusCode checkVals() const
◆ m_max
| Gaudi::Property<std::string> TrigJetConditionConfig_jvt::m_max {this, "max", {}, "max jvt value"} |
|
private |
◆ m_min
| Gaudi::Property<std::string> TrigJetConditionConfig_jvt::m_min {this, "min", {}, "min jvt value"} |
|
private |
The documentation for this class was generated from the following files: