|
ATLAS Offline Software
|
Go to the documentation of this file.
15 #ifndef JetMatchingTool_HH
16 #define JetMatchingTool_HH
28 static const InterfaceID IID_JetMatchingTool(
"JetMatchingTool", 1, 0);
52 static const InterfaceID&
interfaceID() {
return IID_JetMatchingTool; }
82 Gaudi::Property<float>
m_jetPtCut{
this,
"jetPtCut", 15000.,
"Cut on the jets pt that are considered for the hadron-jet matching."};
83 Gaudi::Property<float>
m_jetEtaCut{
this,
"jetEtaCut", 2.5,
"Cut on the jets eta that are considered for the hadron-jet matching."};
84 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."};
89 #endif // JetMatchingTool_HH
::StatusCode StatusCode
StatusCode definition for legacy code.