#include <TrigJetConditionConfig_repeated.h>
◆ TrigJetConditionConfig_repeated()
TrigJetConditionConfig_repeated::TrigJetConditionConfig_repeated |
( |
const std::string & |
type, |
|
|
const std::string & |
name, |
|
|
const IInterface * |
parent |
|
) |
| |
◆ checkVals()
StatusCode TrigJetConditionConfig_repeated::checkVals |
( |
| ) |
const |
|
private |
◆ getCompoundCondition()
std::unique_ptr< ICondition > TrigJetConditionConfig_repeated::getCompoundCondition |
( |
| ) |
const |
|
private |
Definition at line 30 of file TrigJetConditionConfig_repeated.cxx.
31 std::vector<Condition> elements;
34 auto cond =
el->getCondition();
35 if (cond !=
nullptr) {
36 elements.push_back(std::move(cond));
40 return std::make_unique<CompoundCondition>(elements);
◆ getRepeatedCondition()
ConditionPtr TrigJetConditionConfig_repeated::getRepeatedCondition |
( |
| ) |
const |
|
overridevirtual |
◆ initialize()
StatusCode TrigJetConditionConfig_repeated::initialize |
( |
| ) |
|
|
overridevirtual |
◆ m_chainPartInd
Gaudi::Property<int> TrigJetConditionConfig_repeated::m_chainPartInd |
|
private |
Initial value:{this,
"chainPartInd",
{-1},
"identifier for chain leg - used to group jets for jet hypo clients "}
Definition at line 47 of file TrigJetConditionConfig_repeated.h.
◆ m_clique
Gaudi::Property<int> TrigJetConditionConfig_repeated::m_clique |
|
private |
◆ m_elementConditions
◆ m_invert
Gaudi::Property<bool> TrigJetConditionConfig_repeated::m_invert |
|
private |
◆ m_multiplicity
Gaudi::Property<std::size_t> TrigJetConditionConfig_repeated::m_multiplicity |
|
private |
◆ m_tree_id
Gaudi::Property<std::size_t> TrigJetConditionConfig_repeated::m_tree_id |
|
private |
◆ m_tree_pid
Gaudi::Property<std::size_t> TrigJetConditionConfig_repeated::m_tree_pid |
|
private |
The documentation for this class was generated from the following files: