#include <TrigJetHypoToolConfig_fastreduction.h>
◆ TrigJetHypoToolConfig_fastreduction()
TrigJetHypoToolConfig_fastreduction::TrigJetHypoToolConfig_fastreduction |
( |
const std::string & |
type, |
|
|
const std::string & |
name, |
|
|
const IInterface * |
parent |
|
) |
| |
◆ ~TrigJetHypoToolConfig_fastreduction()
TrigJetHypoToolConfig_fastreduction::~TrigJetHypoToolConfig_fastreduction |
( |
| ) |
|
|
virtual |
◆ checkVals()
StatusCode TrigJetHypoToolConfig_fastreduction::checkVals |
( |
| ) |
const |
|
overridevirtual |
◆ getFilters()
std::vector< FilterPtr > TrigJetHypoToolConfig_fastreduction::getFilters |
( |
| ) |
const |
|
private |
◆ getMatcher()
std::unique_ptr< IJetsMatcher > TrigJetHypoToolConfig_fastreduction::getMatcher |
( |
| ) |
const |
|
overridevirtual |
Definition at line 122 of file TrigJetHypoToolConfig_fastreduction.cxx.
124 auto matcher = std::unique_ptr<IJetsMatcher>(
nullptr);
128 if(repeatedConds.empty()){
return matcher;}
130 auto conditions = std::move(repeatedConds);
◆ getRepeatedConditions()
ConditionPtrs TrigJetHypoToolConfig_fastreduction::getRepeatedConditions |
( |
| ) |
const |
|
private |
◆ initialize()
StatusCode TrigJetHypoToolConfig_fastreduction::initialize |
( |
| ) |
|
|
overridevirtual |
Definition at line 32 of file TrigJetHypoToolConfig_fastreduction.cxx.
36 ATH_MSG_ERROR(
"No. of conditions mismatch with tree vector size");
37 return StatusCode::FAILURE;
43 " require at least 2" );
44 return StatusCode::FAILURE;
51 " no. of filter inds " +
54 return StatusCode::FAILURE;
57 return StatusCode::SUCCESS;
◆ requiresNJets()
std::size_t TrigJetHypoToolConfig_fastreduction::requiresNJets |
( |
| ) |
const |
|
overridevirtual |
◆ m_conditionMakers
◆ m_filterMakerInds
Gaudi::Property<std::vector<int> > TrigJetHypoToolConfig_fastreduction::m_filterMakerInds |
|
private |
◆ m_filterMakers
◆ m_leafNodes
Gaudi::Property<std::vector<int> > TrigJetHypoToolConfig_fastreduction::m_leafNodes |
|
private |
◆ m_treeVec
Gaudi::Property<std::vector<std::size_t> > TrigJetHypoToolConfig_fastreduction::m_treeVec |
|
private |
The documentation for this class was generated from the following files: