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