#include <TrigJetConditionConfig_smc.h>
|
| Gaudi::Property< std::string > | m_min {this, "min", {}, "min jet mass"} |
| Gaudi::Property< std::string > | m_max {this, "max", {}, "max jet mass"} |
◆ TrigJetConditionConfig_smc()
| TrigJetConditionConfig_smc::TrigJetConditionConfig_smc |
( |
const std::string & | type, |
|
|
const std::string & | name, |
|
|
const IInterface * | parent ) |
◆ checkVals()
| StatusCode TrigJetConditionConfig_smc::checkVals |
( |
| ) |
const |
|
private |
Definition at line 30 of file TrigJetConditionConfig_smc.cxx.
30 {
31
32 auto a2d = ArgStrToDouble();
35 return StatusCode::FAILURE;
36 }
37 return StatusCode::SUCCESS;
38}
Gaudi::Property< std::string > m_min
Gaudi::Property< std::string > m_max
◆ getCondition()
| Condition TrigJetConditionConfig_smc::getCondition |
( |
| ) |
const |
|
overridevirtual |
◆ initialize()
| StatusCode TrigJetConditionConfig_smc::initialize |
( |
| ) |
|
|
overridevirtual |
Definition at line 18 of file TrigJetConditionConfig_smc.cxx.
18 {
20 return StatusCode::SUCCESS;
21}
#define CHECK(...)
Evaluate an expression and check for errors.
StatusCode checkVals() const
◆ m_max
| Gaudi::Property<std::string> TrigJetConditionConfig_smc::m_max {this, "max", {}, "max jet mass"} |
|
private |
◆ m_min
| Gaudi::Property<std::string> TrigJetConditionConfig_smc::m_min {this, "min", {}, "min jet mass"} |
|
private |
The documentation for this class was generated from the following files: