#include <TrigJetConditionConfig_timing.h>
|
| Gaudi::Property< std::string > | m_min {this, "min", {}, "min timing value"} |
| Gaudi::Property< std::string > | m_max {this, "max", {}, "max timing value"} |
◆ TrigJetConditionConfig_timing()
| TrigJetConditionConfig_timing::TrigJetConditionConfig_timing |
( |
const std::string & | type, |
|
|
const std::string & | name, |
|
|
const IInterface * | parent ) |
◆ checkVals()
| StatusCode TrigJetConditionConfig_timing::checkVals |
( |
| ) |
const |
|
private |
◆ getCondition()
| Condition TrigJetConditionConfig_timing::getCondition |
( |
| ) |
const |
|
overridevirtual |
Definition at line 25 of file TrigJetConditionConfig_timing.cxx.
25 {
26 auto a2d = ArgStrToDouble();
27 return std::make_unique<TimingCondition>(a2d(
m_min), a2d(
m_max));
28}
Gaudi::Property< std::string > m_max
Gaudi::Property< std::string > m_min
◆ initialize()
| StatusCode TrigJetConditionConfig_timing::initialize |
( |
| ) |
|
|
overridevirtual |
Definition at line 18 of file TrigJetConditionConfig_timing.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_timing::m_max {this, "max", {}, "max timing value"} |
|
private |
◆ m_min
| Gaudi::Property<std::string> TrigJetConditionConfig_timing::m_min {this, "min", {}, "min timing value"} |
|
private |
The documentation for this class was generated from the following files: