APRILContent
Algorithm of Particle Reconstruction for ILC - implementation with PandoraSDK
|
ParticleIdHelper class. More...
#include <ParticleIdPlugins.h>
Classes | |
class | StartingLayerSettings |
StartingLayerSettings class. More... | |
Static Public Member Functions | |
static pandora::StatusCode | GetStartingPseudoLayer (const pandora::Pandora &pandora, const pandora::Cluster *const pCluster, const StartingLayerSettings &settings, unsigned int &startingPseudoLayer) |
Get the starting pseudo layer of the target cluster. More... | |
static pandora::StatusCode | GetClusterVolume (const pandora::Cluster *const pCluster, float &clusterVolume) |
ParticleIdHelper class.
|
static |
Get the starting pseudo layer of the target cluster.
pandora | the pandora instance to access content |
pCluster | the target cluster address |
settings | the input settings to calculate the starting pseudo layer |
startingPseudoLayer | the starting pseudo layer to receive |