#include <PrescaleTool.h>
|
| Gaudi::Property< unsigned int > | m_prescale {this, "Prescale", 1} |
Definition at line 20 of file PrescaleTool.h.
◆ PrescaleTool()
| DerivationFramework::PrescaleTool::PrescaleTool |
( |
const std::string & | t, |
|
|
const std::string & | n, |
|
|
const IInterface * | p ) |
◆ eventPassesFilter()
| bool DerivationFramework::PrescaleTool::eventPassesFilter |
( |
| ) |
const |
|
virtual |
Definition at line 39 of file PrescaleTool.cxx.
40 {
41 return (Gaudi::Hive::currentContext().eventID().event_number() %
m_prescale == 0);
42 }
◆ finalize()
| StatusCode DerivationFramework::PrescaleTool::finalize |
( |
| ) |
|
◆ initialize()
| StatusCode DerivationFramework::PrescaleTool::initialize |
( |
| ) |
|
Definition at line 25 of file PrescaleTool.cxx.
26 {
29 return StatusCode::FAILURE;
30 }
31 return StatusCode::SUCCESS;
32 }
◆ m_prescale
| Gaudi::Property<unsigned int> DerivationFramework::PrescaleTool::m_prescale {this, "Prescale", 1} |
|
private |
The documentation for this class was generated from the following files: