#include <TrigJetConditionConfig_uht1tau.h>
|
| Gaudi::Property< std::string > | m_min {this, "min", {}, "min uht1tau cut value"} |
| Gaudi::Property< std::string > | m_max {this, "max", {}, "max uht1tau cut value"} |
| Gaudi::Property< std::string > | m_name_ptau |
| Gaudi::Property< std::string > | m_name_pu |
| Gaudi::Property< std::string > | m_name_pc |
| Gaudi::Property< std::string > | m_name_pb |
| Gaudi::Property< std::string > | m_name_valid |
◆ TrigJetConditionConfig_uht1tau()
| TrigJetConditionConfig_uht1tau::TrigJetConditionConfig_uht1tau |
( |
const std::string & | type, |
|
|
const std::string & | name, |
|
|
const IInterface * | parent ) |
◆ checkVals()
| StatusCode TrigJetConditionConfig_uht1tau::checkVals |
( |
| ) |
const |
|
private |
◆ getCondition()
| Condition TrigJetConditionConfig_uht1tau::getCondition |
( |
| ) |
const |
|
overridevirtual |
Definition at line 22 of file TrigJetConditionConfig_uht1tau.cxx.
22 {
23 auto a2d = ArgStrToDouble();
24 return std::make_unique<UHT1TauCondition>(
29}
Gaudi::Property< std::string > m_name_ptau
Gaudi::Property< std::string > m_name_pu
Gaudi::Property< std::string > m_name_valid
Gaudi::Property< std::string > m_min
◆ initialize()
| StatusCode TrigJetConditionConfig_uht1tau::initialize |
( |
| ) |
|
|
overridevirtual |
Definition at line 15 of file TrigJetConditionConfig_uht1tau.cxx.
15 {
17
18 return StatusCode::SUCCESS;
19}
#define CHECK(...)
Evaluate an expression and check for errors.
StatusCode checkVals() const
◆ m_max
| Gaudi::Property<std::string> TrigJetConditionConfig_uht1tau::m_max {this, "max", {}, "max uht1tau cut value"} |
|
private |
◆ m_min
| Gaudi::Property<std::string> TrigJetConditionConfig_uht1tau::m_min {this, "min", {}, "min uht1tau cut value"} |
|
private |
◆ m_name_pb
| Gaudi::Property<std::string> TrigJetConditionConfig_uht1tau::m_name_pb |
|
private |
◆ m_name_pc
| Gaudi::Property<std::string> TrigJetConditionConfig_uht1tau::m_name_pc |
|
private |
◆ m_name_ptau
| Gaudi::Property<std::string> TrigJetConditionConfig_uht1tau::m_name_ptau |
|
private |
◆ m_name_pu
| Gaudi::Property<std::string> TrigJetConditionConfig_uht1tau::m_name_pu |
|
private |
◆ m_name_valid
| Gaudi::Property<std::string> TrigJetConditionConfig_uht1tau::m_name_valid |
|
private |
Initial value:{
this, "nameValid", {}, "validity check"}
Definition at line 39 of file TrigJetConditionConfig_uht1tau.h.
39 {
40 this, "nameValid", {}, "validity check"};
The documentation for this class was generated from the following files: