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