#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.
58 return StatusCode::FAILURE;
63 return StatusCode::FAILURE;
68 return StatusCode::FAILURE;
71 return StatusCode::SUCCESS;
◆ getCondition()
Condition TrigJetConditionConfig_phi::getCondition |
( |
| ) |
const |
|
overridevirtual |
◆ initialize()
StatusCode TrigJetConditionConfig_phi::initialize |
( |
| ) |
|
|
overridevirtual |
Definition at line 18 of file TrigJetConditionConfig_phi.cxx.
20 auto convert = [](
const std::string&
s) {
24 }
else if (
s ==
"-PI") {
34 return StatusCode::FAILURE;
41 return StatusCode::FAILURE;
45 return StatusCode::SUCCESS;
◆ 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: