#include <TrigJetConditionConfig_phi.h>
|
| Gaudi::Property< std::string > | m_strmin {this, "min", {}, "min for phi region"} |
| Gaudi::Property< std::string > | m_strmax {this, "max", {}, "max for phi region"} |
| double | m_min {0.} |
| double | m_max {0.} |
◆ TrigJetConditionConfig_phi()
| TrigJetConditionConfig_phi::TrigJetConditionConfig_phi |
( |
const std::string & | type, |
|
|
const std::string & | name, |
|
|
const IInterface * | parent ) |
◆ checkVals()
| StatusCode TrigJetConditionConfig_phi::checkVals |
( |
| ) |
const |
|
private |
Definition at line 54 of file TrigJetConditionConfig_phi.cxx.
54 {
55
58 return StatusCode::FAILURE;
59 }
60
63 return StatusCode::FAILURE;
64 }
65
68 return StatusCode::FAILURE;
69 }
70
71 return StatusCode::SUCCESS;
72}
◆ getCondition()
| Condition TrigJetConditionConfig_phi::getCondition |
( |
| ) |
const |
|
overridevirtual |
◆ initialize()
| StatusCode TrigJetConditionConfig_phi::initialize |
( |
| ) |
|
|
overridevirtual |
Definition at line 18 of file TrigJetConditionConfig_phi.cxx.
18 {
19
20 auto convert = [](
const std::string&
s) {
21
22 if (s == "PI"){
24 } else if (s == "-PI") {
26 }
27 return std::stod(s);
28 };
29
30 try {
32 } catch (...) {
34 return StatusCode::FAILURE;
35 }
36
37 try {
39 } catch (...) {
41 return StatusCode::FAILURE;
42 }
43
45 return StatusCode::SUCCESS;
46}
#define CHECK(...)
Evaluate an expression and check for errors.
StatusCode checkVals() const
Gaudi::Property< std::string > m_strmax
Gaudi::Property< std::string > m_strmin
std::unique_ptr< MVAUtils::BDT > convert(TMVA::MethodBDT *bdt, bool isRegression=true, bool useYesNoLeaf=false)
◆ m_max
| double TrigJetConditionConfig_phi::m_max {0.} |
|
private |
◆ m_min
| double TrigJetConditionConfig_phi::m_min {0.} |
|
private |
◆ m_strmax
| Gaudi::Property<std::string> TrigJetConditionConfig_phi::m_strmax {this, "max", {}, "max for phi region"} |
|
private |
◆ m_strmin
| Gaudi::Property<std::string> TrigJetConditionConfig_phi::m_strmin {this, "min", {}, "min for phi region"} |
|
private |
The documentation for this class was generated from the following files: