|
ATLAS Offline Software
|
Go to the documentation of this file.
4 #ifndef TRIGMINBIAS_TRIGZVERTEXHYPOTOOL_H
5 #define TRIGMINBIAS_TRIGZVERTEXHYPOTOOL_H
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)" };
42 #endif // TRIGMINBIAS_TRIGZVERTEXHYPOTOOL_H
::StatusCode StatusCode
StatusCode definition for legacy code.
Class used to describe composite objects in the HLT.
std::set< DecisionID > DecisionIDContainer