#include <TrigJetConditionConfig_dijet_mass.h>
|
| Gaudi::Property< std::string > | m_min {this, "min", {}, "min mass for each dijet_mass"} |
| Gaudi::Property< std::string > | m_max {this, "max", {}, "max mass for each dijet_mass"} |
◆ TrigJetConditionConfig_dijet_mass()
| TrigJetConditionConfig_dijet_mass::TrigJetConditionConfig_dijet_mass |
( |
const std::string & | type, |
|
|
const std::string & | name, |
|
|
const IInterface * | parent ) |
◆ checkVals()
| StatusCode TrigJetConditionConfig_dijet_mass::checkVals |
( |
| ) |
const |
|
private |
Definition at line 34 of file TrigJetConditionConfig_dijet_mass.cxx.
34 {
35 auto a2d = ArgStrToDouble();
38 return StatusCode::FAILURE;
39 }
40 return StatusCode::SUCCESS;
41}
Gaudi::Property< std::string > m_max
Gaudi::Property< std::string > m_min
◆ getCondition()
| Condition TrigJetConditionConfig_dijet_mass::getCondition |
( |
| ) |
const |
|
overridevirtual |
◆ initialize()
| StatusCode TrigJetConditionConfig_dijet_mass::initialize |
( |
| ) |
|
|
overridevirtual |
Definition at line 21 of file TrigJetConditionConfig_dijet_mass.cxx.
21 {
23
24 return StatusCode::SUCCESS;
25}
#define CHECK(...)
Evaluate an expression and check for errors.
StatusCode checkVals() const
◆ m_max
| Gaudi::Property<std::string> TrigJetConditionConfig_dijet_mass::m_max {this, "max", {}, "max mass for each dijet_mass"} |
|
private |
◆ m_min
| Gaudi::Property<std::string> TrigJetConditionConfig_dijet_mass::m_min {this, "min", {}, "min mass for each dijet_mass"} |
|
private |
The documentation for this class was generated from the following files: