#include <TrigJetConditionConfig_bdips.h>
|
| Gaudi::Property< std::string > | m_min {this, "min", {}, "min dips cut value"} |
| Gaudi::Property< std::string > | m_max {this, "max", {}, "max dips cut value"} |
| Gaudi::Property< std::string > | m_cfrac |
| Gaudi::Property< std::string > | m_name_pb |
| Gaudi::Property< std::string > | m_name_pc |
| Gaudi::Property< std::string > | m_name_pu |
| Gaudi::Property< std::string > | m_name_valid |
◆ TrigJetConditionConfig_bdips()
| TrigJetConditionConfig_bdips::TrigJetConditionConfig_bdips |
( |
const std::string & | type, |
|
|
const std::string & | name, |
|
|
const IInterface * | parent ) |
◆ checkVals()
| StatusCode TrigJetConditionConfig_bdips::checkVals |
( |
| ) |
const |
|
private |
◆ getCondition()
| Condition TrigJetConditionConfig_bdips::getCondition |
( |
| ) |
const |
|
overridevirtual |
Definition at line 25 of file TrigJetConditionConfig_bdips.cxx.
25 {
26 auto a2d = ArgStrToDouble();
27 return std::make_unique<DipsCondition>(
34}
Gaudi::Property< std::string > m_cfrac
Gaudi::Property< std::string > m_name_valid
Gaudi::Property< std::string > m_name_pb
Gaudi::Property< std::string > m_name_pu
Gaudi::Property< std::string > m_min
Gaudi::Property< std::string > m_name_pc
◆ initialize()
| StatusCode TrigJetConditionConfig_bdips::initialize |
( |
| ) |
|
|
overridevirtual |
Definition at line 18 of file TrigJetConditionConfig_bdips.cxx.
18 {
20
21 return StatusCode::SUCCESS;
22}
#define CHECK(...)
Evaluate an expression and check for errors.
StatusCode checkVals() const
◆ m_cfrac
| Gaudi::Property<std::string> TrigJetConditionConfig_bdips::m_cfrac |
|
private |
Initial value:{
this, "cfrac", {}, "charm fraction"}
Definition at line 31 of file TrigJetConditionConfig_bdips.h.
31 {
32 this, "cfrac", {}, "charm fraction"};
◆ m_max
| Gaudi::Property<std::string> TrigJetConditionConfig_bdips::m_max {this, "max", {}, "max dips cut value"} |
|
private |
◆ m_min
| Gaudi::Property<std::string> TrigJetConditionConfig_bdips::m_min {this, "min", {}, "min dips cut value"} |
|
private |
◆ m_name_pb
| Gaudi::Property<std::string> TrigJetConditionConfig_bdips::m_name_pb |
|
private |
◆ m_name_pc
| Gaudi::Property<std::string> TrigJetConditionConfig_bdips::m_name_pc |
|
private |
◆ m_name_pu
| Gaudi::Property<std::string> TrigJetConditionConfig_bdips::m_name_pu |
|
private |
◆ m_name_valid
| Gaudi::Property<std::string> TrigJetConditionConfig_bdips::m_name_valid |
|
private |
Initial value:{
this, "nameValid", {}, "validity check"}
Definition at line 39 of file TrigJetConditionConfig_bdips.h.
39 {
40 this, "nameValid", {}, "validity check"};
The documentation for this class was generated from the following files: