ATLAS Offline Software
|
Functions | |
void | select (const xAOD::IParticle *particle, const float coneSize, const xAOD::CaloClusterContainer *clusters, std::vector< bool > &mask) |
void | select (const xAOD::Egamma *particle, const float coneSize, const xAOD::CaloClusterContainer *clusters, std::vector< bool > &mask) |
void | select (const xAOD::Muon *particle, const float coneSize, const xAOD::CaloClusterContainer *clusters, std::vector< bool > &mask, MsgStream &msg) |
bool | GetExtrapEtaPhi (const xAOD::Muon *mu, float &eta, float &phi) |
bool DerivationFramework::ClustersInCone::GetExtrapEtaPhi | ( | const xAOD::Muon * | mu, |
float & | eta, | ||
float & | phi | ||
) |
Definition at line 60 of file ClustersInCone.cxx.
void DerivationFramework::ClustersInCone::select | ( | const xAOD::Egamma * | particle, |
const float | coneSize, | ||
const xAOD::CaloClusterContainer * | clusters, | ||
std::vector< bool > & | mask | ||
) |
Definition at line 37 of file ClustersInCone.cxx.
void DerivationFramework::ClustersInCone::select | ( | const xAOD::IParticle * | particle, |
const float | coneSize, | ||
const xAOD::CaloClusterContainer * | clusters, | ||
std::vector< bool > & | mask | ||
) |
Definition at line 14 of file ClustersInCone.cxx.
void DerivationFramework::ClustersInCone::select | ( | const xAOD::Muon * | particle, |
const float | coneSize, | ||
const xAOD::CaloClusterContainer * | clusters, | ||
std::vector< bool > & | mask, | ||
MsgStream & | msg | ||
) |
Definition at line 90 of file ClustersInCone.cxx.