![]() |
ATLAS Offline Software
|
#include <PrescaleTool.h>
Public Member Functions | |
| PrescaleTool (const std::string &t, const std::string &n, const IInterface *p) | |
| StatusCode | initialize () |
| StatusCode | finalize () |
| virtual bool | eventPassesFilter (const EventContext &ctx) const |
Private Attributes | |
| Gaudi::Property< unsigned int > | m_prescale {this, "Prescale", 1} |
Definition at line 20 of file PrescaleTool.h.
| DerivationFramework::PrescaleTool::PrescaleTool | ( | const std::string & | t, |
| const std::string & | n, | ||
| const IInterface * | p ) |
Definition at line 18 of file PrescaleTool.cxx.
|
virtual |
Definition at line 39 of file PrescaleTool.cxx.
| StatusCode DerivationFramework::PrescaleTool::finalize | ( | ) |
Definition at line 34 of file PrescaleTool.cxx.
| StatusCode DerivationFramework::PrescaleTool::initialize | ( | ) |
Definition at line 25 of file PrescaleTool.cxx.
|
private |
Definition at line 29 of file PrescaleTool.h.