|
ATLAS Offline Software
|
Go to the documentation of this file.
7 #ifndef HIJETREC_HIJETDRASSOCIATIONTOOL_H
8 #define HIJETREC_HIJETDRASSOCIATIONTOOL_H
55 Gaudi::Property< std::string >
m_assocName {
this,
"AssociationName",
"" ,
"Name of jet attribute providing link between jets and IParticles" };
58 Gaudi::Property< float >
m_DR {
this,
"DeltaR", 0.8,
"DR cut defining association" };
60 Gaudi::Property< bool >
m_applyFilter {
this,
"ApplyFilter",
false,
"Flag to enable kinematic requirements on associated IParticle" };
62 Gaudi::Property< float >
m_Emin {
this,
"FilterMinE", -999.,
"Minimum E requirement for associated IParticle, in addition to DR" };
64 Gaudi::Property< float >
m_pTmin {
this,
"FilterMinPt", 0.,
"Minimum pT requirement for associated IParticle, in addition to DR" };
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.