#include <TrigJetConditionConfig_pileuprm.h>
|
| Gaudi::Property< std::string > | m_min {this, "min", {}, "single jet max EMF"} |
| Gaudi::Property< std::string > | m_max {this, "max", {}, "single jet max EMF before pileupremoval"} |
◆ TrigJetConditionConfig_pileuprm()
| TrigJetConditionConfig_pileuprm::TrigJetConditionConfig_pileuprm |
( |
const std::string & | type, |
|
|
const std::string & | name, |
|
|
const IInterface * | parent ) |
◆ checkVals()
| StatusCode TrigJetConditionConfig_pileuprm::checkVals |
( |
| ) |
const |
|
private |
Definition at line 35 of file TrigJetConditionConfig_pileuprm.cxx.
35 {
36 auto a2d = ArgStrToDouble();
39 return StatusCode::FAILURE;
40 }
41
42 return StatusCode::SUCCESS;
43}
Gaudi::Property< std::string > m_min
Gaudi::Property< std::string > m_max
◆ getCondition()
| Condition TrigJetConditionConfig_pileuprm::getCondition |
( |
| ) |
const |
|
overridevirtual |
◆ initialize()
| StatusCode TrigJetConditionConfig_pileuprm::initialize |
( |
| ) |
|
|
overridevirtual |
◆ m_max
| Gaudi::Property<std::string> TrigJetConditionConfig_pileuprm::m_max {this, "max", {}, "single jet max EMF before pileupremoval"} |
|
private |
◆ m_min
| Gaudi::Property<std::string> TrigJetConditionConfig_pileuprm::m_min {this, "min", {}, "single jet max EMF"} |
|
private |
The documentation for this class was generated from the following files: