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