#include <AnyVertexSkimmingTool.h>
Definition at line 14 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 EventContext & | ctx | ) |
const |
|
overridevirtual |
Definition at line 21 of file AnyVertexSkimmingTool.cxx.
21 {
22 bool pass = false;
25 SG::ReadHandle<xAOD::VertexContainer>
read(key, ctx);
27 std::string
error(
"AnyVertexSkimmingTool - Failed to retrieve : ");
29 throw std::runtime_error(error);
30 }
31 if(not
read->empty()) pass |=
true;
32 }
33 return pass;
34}
IovVectorMap_t read(const Folder &theFolder, const SelectionCriterion &choice, const unsigned int limit=10)
◆ initialize()
| StatusCode DerivationFramework::AnyVertexSkimmingTool::initialize |
( |
| ) |
|
|
override |
Definition at line 16 of file AnyVertexSkimmingTool.cxx.
16 {
18 return StatusCode::SUCCESS;
19}
#define ATH_CHECK
Evaluate an expression and check for errors.
◆ m_keyArray
The documentation for this class was generated from the following files: