Public Member Functions | |
IsolationCondition (std::string name, xAOD::Iso::IsolationType isoType) | |
void | setName (std::string name) |
void | setCut (xAOD::Iso::IsolationType isoType) |
IsolationCondition (const IsolationCondition &rhs) | |
IsolationCondition & | operator= (const IsolationCondition &rhs) |
std::string | name () |
virtual bool | accept (const xAOD::IParticle &x, std::map< xAOD::Iso::IsolationType, float > *cutValues=0)=0 |
virtual bool | accept (const strObj &x, std::map< xAOD::Iso::IsolationType, float > *cutValues=0)=0 |
Protected Attributes | |
std::string | m_name |
xAOD::Iso::IsolationType | m_isolationType |
SG::AuxElement::Accessor< float > * | m_acc |
float | m_cutValue |