![]() |
ATLAS Offline Software
|
#include <HTConditionFastReduction.h>
Public Member Functions | |
| HTConditionFastReduction (double htMin, double htMax) | |
| ~HTConditionFastReduction () override | |
| bool | isSatisfied (const HypoJetVector &, const std::unique_ptr< ITrigJetHypoInfoCollector > &) const override |
| std::string | toString () const override |
| virtual unsigned int | capacity () const override |
Private Attributes | |
| double | m_htMin |
Static Private Attributes | |
| static const unsigned int | s_capacity {0} |
Definition at line 28 of file HTConditionFastReduction.h.
| HTConditionFastReduction::HTConditionFastReduction | ( | double | htMin, |
| double | htMax ) |
Definition at line 14 of file HTConditionFastReduction.cxx.
|
inlineoverride |
Definition at line 35 of file HTConditionFastReduction.h.
|
inlineoverridevirtual |
Implements ICondition.
Definition at line 41 of file HTConditionFastReduction.h.
|
overridevirtual |
Implements ICondition.
Definition at line 21 of file HTConditionFastReduction.cxx.
|
overridevirtual |
Implements ICondition.
Definition at line 53 of file HTConditionFastReduction.cxx.
|
private |
Definition at line 45 of file HTConditionFastReduction.h.
|
staticprivate |
Definition at line 48 of file HTConditionFastReduction.h.