#include <TrigJetConditionConfig_mult.h>
|
| Gaudi::Property< std::string > | m_min {this, "min", {}, "min multiplicity"} |
| Gaudi::Property< std::string > | m_max {this, "max", {}, "max multiplicity"} |
| std::size_t | m_min_szt {0} |
| std::size_t | m_max_szt {0} |
◆ TrigJetConditionConfig_mult()
| TrigJetConditionConfig_mult::TrigJetConditionConfig_mult |
( |
const std::string & | type, |
|
|
const std::string & | name, |
|
|
const IInterface * | parent ) |
◆ checkVals()
| StatusCode TrigJetConditionConfig_mult::checkVals |
( |
| ) |
const |
|
private |
Definition at line 38 of file TrigJetConditionConfig_mult.cxx.
38 {
42 return StatusCode::FAILURE;
43 }
44 return StatusCode::SUCCESS;
45}
Gaudi::Property< std::string > m_min
Gaudi::Property< std::string > m_max
◆ getCondition()
| Condition TrigJetConditionConfig_mult::getCondition |
( |
| ) |
const |
|
overridevirtual |
◆ initialize()
| StatusCode TrigJetConditionConfig_mult::initialize |
( |
| ) |
|
|
overridevirtual |
Definition at line 21 of file TrigJetConditionConfig_mult.cxx.
21 {
22
23 auto cnvtr = ArgStrToSizeT();
26
28
29 return StatusCode::SUCCESS;
30}
#define CHECK(...)
Evaluate an expression and check for errors.
StatusCode checkVals() const
◆ m_max
| Gaudi::Property<std::string> TrigJetConditionConfig_mult::m_max {this, "max", {}, "max multiplicity"} |
|
private |
◆ m_max_szt
| std::size_t TrigJetConditionConfig_mult::m_max_szt {0} |
|
private |
◆ m_min
| Gaudi::Property<std::string> TrigJetConditionConfig_mult::m_min {this, "min", {}, "min multiplicity"} |
|
private |
◆ m_min_szt
| std::size_t TrigJetConditionConfig_mult::m_min_szt {0} |
|
private |
The documentation for this class was generated from the following files: