7#include "Gaudi/Property.h"
19 return StatusCode::SUCCESS;
30 std::string
error(
"AnyVertexSkimmingTool - Failed to retrieve : ");
32 throw std::runtime_error(
error);
34 if(not
read->empty()) pass |=
true;
42 if(evtStore()->retrieve(
container, name).isFailure()){
43 std::string
error(
"AnyVertexSkimmingTool - Failed to retrieve : ");
45 throw std::runtime_error(
error);
#define ATH_CHECK
Evaluate an expression and check for errors.
VertexContainer_v1 VertexContainer
Definition of the current "Vertex container version".
IovVectorMap_t read(const Folder &theFolder, const SelectionCriterion &choice, const unsigned int limit=10)