#include <AnyVertexSkimmingTool.h>
Definition at line 15 of file AnyVertexSkimmingTool.h.
◆ AnyVertexSkimmingTool()
DerivationFramework::AnyVertexSkimmingTool::AnyVertexSkimmingTool |
( |
const std::string & |
t, |
|
|
const std::string & |
n, |
|
|
const IInterface * |
p |
|
) |
| |
◆ ~AnyVertexSkimmingTool()
DerivationFramework::AnyVertexSkimmingTool::~AnyVertexSkimmingTool |
( |
| ) |
|
|
default |
◆ eventPassesFilter()
bool DerivationFramework::AnyVertexSkimmingTool::eventPassesFilter |
( |
| ) |
const |
|
overridevirtual |
Definition at line 22 of file AnyVertexSkimmingTool.cxx.
30 std::string
error(
"AnyVertexSkimmingTool - Failed to retrieve : ");
32 throw std::runtime_error(
error);
34 if(not
read->empty()) pass |=
true;
43 std::string
error(
"AnyVertexSkimmingTool - Failed to retrieve : ");
45 throw std::runtime_error(
error);
47 if(not container->
empty()) pass |=
true;
◆ initialize()
StatusCode DerivationFramework::AnyVertexSkimmingTool::initialize |
( |
| ) |
|
|
override |
◆ m_containerNames
Gaudi::Property<std::vector<std::string> > DerivationFramework::AnyVertexSkimmingTool::m_containerNames { this, "VertexContainerNames", {} } |
|
private |
◆ m_keyArray
◆ m_useHandles
Gaudi::Property<bool> DerivationFramework::AnyVertexSkimmingTool::m_useHandles { this, "UseHandles", false } |
|
private |
The documentation for this class was generated from the following files: