![]() |
ATLAS Offline Software
|
#include <TriggerSkimmingTool.h>
Public Member Functions | |
| TriggerSkimmingTool (const std::string &t, const std::string &n, const IInterface *p) | |
| bool | eventPassesFilter (const EventContext &ctx) const override |
| StatusCode | initialize () override |
Private Attributes | |
| Gaudi::Property< std::vector< std::string > > | m_triggerListAND {this,"TriggerListAND", {}} |
| Gaudi::Property< std::vector< std::string > > | m_triggerListOR {this,"TriggerListOR", {}} |
| Gaudi::Property< std::vector< std::string > > | m_triggerListORHLTOnly {this,"TriggerListORHLTOnly", {}, "Decision is based on HLT only (unseeded triggers)"} |
| PublicToolHandle< Trig::TrigDecisionTool > | m_trigDec {this, "TrigDecisionTool", "Trig::TrigDecisionTool/TrigDecisionTool"} |
Definition at line 20 of file TriggerSkimmingTool.h.
| DerivationFramework::TriggerSkimmingTool::TriggerSkimmingTool | ( | const std::string & | t, |
| const std::string & | n, | ||
| const IInterface * | p ) |
Definition at line 23 of file TriggerSkimmingTool.cxx.
|
override |
Definition at line 38 of file TriggerSkimmingTool.cxx.
|
override |
Definition at line 30 of file TriggerSkimmingTool.cxx.
|
private |
Definition at line 31 of file TriggerSkimmingTool.h.
|
private |
Definition at line 28 of file TriggerSkimmingTool.h.
|
private |
Definition at line 29 of file TriggerSkimmingTool.h.
|
private |
Definition at line 30 of file TriggerSkimmingTool.h.