Loading [MathJax]/extensions/tex2jax.js
 |
ATLAS Offline Software
|
Go to the documentation of this file.
15 #ifndef JetMatchingTool_HH
16 #define JetMatchingTool_HH
78 Gaudi::Property<float>
m_jetPtCut{
this,
"jetPtCut", 15000.,
"Cut on the jets pt that are considered for the hadron-jet matching."};
79 Gaudi::Property<float>
m_jetEtaCut{
this,
"jetEtaCut", 2.5,
"Cut on the jets eta that are considered for the hadron-jet matching."};
80 Gaudi::Property<float>
m_drCut{
this,
"drCut", 0.4,
"Cut on the delta R between an hadron and the closest jet to consider them matched."};
85 #endif // JetMatchingTool_HH
::StatusCode StatusCode
StatusCode definition for legacy code.