![]() |
ATLAS Offline Software
|
#include <ITrigJetHypoToolNoGrouperConfig.h>
Public Member Functions | |
| DeclareInterfaceID (ITrigJetHypoToolNoGrouperConfig, 1, 0) | |
| PABC (Pure Abstract Base Class) for JetHypoTool Condiguration classes. | |
| virtual | ~ITrigJetHypoToolNoGrouperConfig () |
| virtual StatusCode | checkVals () const =0 |
| check the input values | |
| virtual std::unique_ptr< IJetsMatcher > | getMatcher () const =0 |
| return an object that tests jet group - Conditions matching | |
| virtual std::size_t | requiresNJets () const =0 |
Definition at line 13 of file ITrigJetHypoToolNoGrouperConfig.h.
|
inlinevirtual |
Definition at line 20 of file ITrigJetHypoToolNoGrouperConfig.h.
|
pure virtual |
check the input values
| ITrigJetHypoToolNoGrouperConfig::DeclareInterfaceID | ( | ITrigJetHypoToolNoGrouperConfig | , |
| 1 | , | ||
| 0 | ) |
PABC (Pure Abstract Base Class) for JetHypoTool Condiguration classes.
TrigJetHypoToolHelper is a general purpose class to run parts of a jet hypo. The Condiguration tools supply them with the components according to the hypo scenario.
|
pure virtual |
return an object that tests jet group - Conditions matching
|
pure virtual |