Pandora
Pandora source code navigator
|
MCParticleHelper class. More...
#include "MCParticleHelper.h"
Public Member Functions | |
template<> | |
const MCParticle * | GetMainMCParticle (const CaloHitList *const pCaloHitList) |
template<> | |
const MCParticle * | GetMainMCParticle (const Cluster *const pCluster) |
template<> | |
const MCParticle * | GetMainMCParticle (const ClusterList *const pClusterList) |
Static Public Member Functions | |
template<typename T > | |
static const MCParticle * | GetMainMCParticle (const T *const pT) |
Find the mc particle making the largest contribution to a specified calo hit, track or cluster. | |
MCParticleHelper class.
Definition at line 20 of file MCParticleHelper.h.
const MCParticle * pandora::MCParticleHelper::GetMainMCParticle | ( | const CaloHitList *const | pCaloHitList | ) |
Definition at line 52 of file MCParticleHelper.cc.
const MCParticle * pandora::MCParticleHelper::GetMainMCParticle | ( | const Cluster *const | pCluster | ) |
const MCParticle * pandora::MCParticleHelper::GetMainMCParticle | ( | const ClusterList *const | pClusterList | ) |
|
static |
Find the mc particle making the largest contribution to a specified calo hit, track or cluster.
pT | address of the calo hit, track or cluster to examine |
Definition at line 24 of file MCParticleHelper.cc.