#include <TrigJetConditionConfig_dijet_dphi.h>
|
| Gaudi::Property< std::string > | m_min {this, "min", {}, "min dijet dPhi"} |
| Gaudi::Property< std::string > | m_max {this, "max", {}, "max dojet dPhi"} |
◆ TrigJetConditionConfig_dijet_dphi()
| TrigJetConditionConfig_dijet_dphi::TrigJetConditionConfig_dijet_dphi |
( |
const std::string & | type, |
|
|
const std::string & | name, |
|
|
const IInterface * | parent ) |
◆ checkVals()
| StatusCode TrigJetConditionConfig_dijet_dphi::checkVals |
( |
| ) |
const |
|
private |
Definition at line 35 of file TrigJetConditionConfig_dijet_dphi.cxx.
35 {
36
37 auto a2d = ArgStrToDouble();
38
41 return StatusCode::FAILURE;
42 }
43 return StatusCode::SUCCESS;
44}
Gaudi::Property< std::string > m_min
Gaudi::Property< std::string > m_max
◆ getCondition()
| Condition TrigJetConditionConfig_dijet_dphi::getCondition |
( |
| ) |
const |
|
overridevirtual |
◆ initialize()
| StatusCode TrigJetConditionConfig_dijet_dphi::initialize |
( |
| ) |
|
|
overridevirtual |
Definition at line 22 of file TrigJetConditionConfig_dijet_dphi.cxx.
22 {
24
25 return StatusCode::SUCCESS;
26}
#define CHECK(...)
Evaluate an expression and check for errors.
StatusCode checkVals() const
◆ m_max
| Gaudi::Property<std::string> TrigJetConditionConfig_dijet_dphi::m_max {this, "max", {}, "max dojet dPhi"} |
|
private |
◆ m_min
| Gaudi::Property<std::string> TrigJetConditionConfig_dijet_dphi::m_min {this, "min", {}, "min dijet dPhi"} |
|
private |
The documentation for this class was generated from the following files: