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