#include <TrigJetConditionConfig_dipzmlpl.h>
|
| Gaudi::Property< std::string > | m_min {this, "min", {}, "min value for Dipz MLPL"} |
| Gaudi::Property< std::string > | m_max {this, "max", {}, "max value for Dipz MLPL"} |
| Gaudi::Property< std::string > | m_capacity {this, "capacity", {}, "number of jets considered"} |
| Gaudi::Property< std::string > | m_decName_z |
| Gaudi::Property< std::string > | m_decName_negLogSigma2 |
◆ TrigJetConditionConfig_dipzmlpl()
| TrigJetConditionConfig_dipzmlpl::TrigJetConditionConfig_dipzmlpl |
( |
const std::string & | type, |
|
|
const std::string & | name, |
|
|
const IInterface * | parent ) |
◆ checkVals()
| StatusCode TrigJetConditionConfig_dipzmlpl::checkVals |
( |
| ) |
const |
|
private |
◆ getCondition()
| Condition TrigJetConditionConfig_dipzmlpl::getCondition |
( |
| ) |
const |
|
overridevirtual |
Definition at line 28 of file TrigJetConditionConfig_dipzmlpl.cxx.
28 {
29 auto a2d = ArgStrToDouble();
30 return std::make_unique<DipzMLPLCondition>(
35}
Gaudi::Property< std::string > m_min
Gaudi::Property< std::string > m_capacity
Gaudi::Property< std::string > m_decName_z
Gaudi::Property< std::string > m_decName_negLogSigma2
◆ initialize()
| StatusCode TrigJetConditionConfig_dipzmlpl::initialize |
( |
| ) |
|
|
overridevirtual |
Definition at line 21 of file TrigJetConditionConfig_dipzmlpl.cxx.
21 {
23
24 return StatusCode::SUCCESS;
25}
#define CHECK(...)
Evaluate an expression and check for errors.
StatusCode checkVals() const
◆ m_capacity
| Gaudi::Property<std::string> TrigJetConditionConfig_dipzmlpl::m_capacity {this, "capacity", {}, "number of jets considered"} |
|
private |
◆ m_decName_negLogSigma2
| Gaudi::Property<std::string> TrigJetConditionConfig_dipzmlpl::m_decName_negLogSigma2 |
|
private |
Initial value:{
this, "decName_sigma", {}, "dipz sigma accessor"}
Definition at line 42 of file TrigJetConditionConfig_dipzmlpl.h.
42 {
43 this, "decName_sigma", {}, "dipz sigma accessor"};
◆ m_decName_z
| Gaudi::Property<std::string> TrigJetConditionConfig_dipzmlpl::m_decName_z |
|
private |
◆ m_max
| Gaudi::Property<std::string> TrigJetConditionConfig_dipzmlpl::m_max {this, "max", {}, "max value for Dipz MLPL"} |
|
private |
◆ m_min
| Gaudi::Property<std::string> TrigJetConditionConfig_dipzmlpl::m_min {this, "min", {}, "min value for Dipz MLPL"} |
|
private |
The documentation for this class was generated from the following files: