![]() |
ATLAS Offline Software
|
#include <SMCCondition.h>
Public Member Functions | |
| SMCCondition (double massMin, double massMax) | |
| bool | isSatisfied (const HypoJetVector &, const std::unique_ptr< ITrigJetHypoInfoCollector > &) const override |
| virtual unsigned int | capacity () const override |
| std::string | toString () const override |
Private Member Functions | |
| bool | isSatisfied (const pHypoJet &, const std::unique_ptr< ITrigJetHypoInfoCollector > &) const |
Private Attributes | |
| double | m_min |
| double | m_max |
Static Private Attributes | |
| static const unsigned int | s_capacity {1} |
Definition at line 25 of file SMCCondition.h.
| SMCCondition::SMCCondition | ( | double | massMin, |
| double | massMax ) |
Definition at line 13 of file SMCCondition.cxx.
|
inlineoverridevirtual |
|
overridevirtual |
Implements ICondition.
Definition at line 46 of file SMCCondition.cxx.
|
private |
Definition at line 20 of file SMCCondition.cxx.
|
overridevirtual |
Implements ICondition.
Definition at line 53 of file SMCCondition.cxx.
|
private |
Definition at line 39 of file SMCCondition.h.
|
private |
Definition at line 38 of file SMCCondition.h.
|
staticprivate |
Definition at line 43 of file SMCCondition.h.