4#ifndef TRIGMINBIAS_TRIGZVERTEXHYPOTOOL_H
5#define TRIGMINBIAS_TRIGZVERTEXHYPOTOOL_H
32 virtual StatusCode
finalize()
override;
36 Gaudi::Property<int>
m_minNumVertices{
this,
"minNumVertices", 1,
"Require at least that number of vertices (inclusive)" };
37 Gaudi::Property<int>
m_maxNumVertices{
this,
"maxNumVertices", 100,
"Require at most that number of vertices (inclusive)" };
38 Gaudi::Property<int>
m_minWeight{
this,
"minWeight", 1,
"Count vertices that at least have weight higher than this threshold (inclusive)" };
39 Gaudi::Property<int>
m_maxWeight{
this,
"maxWeight", 1e6,
"Count vertices that have weight smaller than this threshold (inclusive)" };
xAOD::TrigComposite Decision
std::set< DecisionID > DecisionIDContainer
TrigCompositeContainer_v1 TrigCompositeContainer
Declare the latest version of the container.