|
ATLAS Offline Software
|
Go to the documentation of this file.
7 #ifndef HIJETREC_HIJETCLUSTERINDEXASSOCIATIONTOOL_H
8 #define HIJETREC_HIJETCLUSTERINDEXASSOCIATIONTOOL_H
57 Gaudi::Property< std::string >
m_assocName {
this,
"AssociationName",
"",
"Name of jet attribute providing link between jets and clusters" };
61 Gaudi::Property< float >
m_DR {
this,
"DeltaR", 0.8,
"Index passing actually needs to be implemented" };
62 Gaudi::Property< bool >
m_applyFilter {
this,
"ApplyFilter",
false,
"Apply filter boolean" };
64 Gaudi::Property< float >
m_Emin {
this,
"FilterMinE", -999.,
"Filter minimum Energy" };
65 Gaudi::Property< float >
m_pTmin {
this,
"FilterMinPt", 0.,
"Filter minimum Pt" };
Property holding a SG store/key/clid from which a ReadHandle is made.
Property holding a SG store/key/clid from which a ReadHandle is made.
::StatusCode StatusCode
StatusCode definition for legacy code.
Property holding a SG store/key/clid from which a WriteHandle is made.