LArSoft
v09_90_00
Liquid Argon Software toolkit - https://larsoft.org/
|
#include "CosmicRayBaseMatchingAlgorithm.h"
Public Member Functions | |
Particle (const pandora::Cluster *const pClusterU, const pandora::Cluster *const pClusterV, const pandora::Cluster *const pClusterW) | |
Constructor. More... | |
Public Attributes | |
const pandora::Cluster * | m_pClusterU |
Address of cluster in U view. More... | |
const pandora::Cluster * | m_pClusterV |
Address of cluster in V view. More... | |
const pandora::Cluster * | m_pClusterW |
Address of cluster in W view. More... | |
Particle class.
Definition at line 31 of file CosmicRayBaseMatchingAlgorithm.h.
lar_content::CosmicRayBaseMatchingAlgorithm::Particle::Particle | ( | const pandora::Cluster *const | pClusterU, |
const pandora::Cluster *const | pClusterV, | ||
const pandora::Cluster *const | pClusterW | ||
) |
Constructor.
pClusterU | the cluster in the U view |
pClusterV | the cluster in the V view |
pClusterW | the cluster in the W view |
Definition at line 292 of file CosmicRayBaseMatchingAlgorithm.cc.
References lar_content::LArClusterHelper::GetClusterHitType(), m_pClusterU, m_pClusterV, and m_pClusterW.
const pandora::Cluster* lar_content::CosmicRayBaseMatchingAlgorithm::Particle::m_pClusterU |
Address of cluster in U view.
Definition at line 43 of file CosmicRayBaseMatchingAlgorithm.h.
Referenced by Particle(), lar_content::CosmicRayTrackMatchingAlgorithm::SetPfoParameters(), and lar_content::CosmicRayShowerMatchingAlgorithm::SetPfoParameters().
const pandora::Cluster* lar_content::CosmicRayBaseMatchingAlgorithm::Particle::m_pClusterV |
Address of cluster in V view.
Definition at line 44 of file CosmicRayBaseMatchingAlgorithm.h.
Referenced by Particle(), lar_content::CosmicRayTrackMatchingAlgorithm::SetPfoParameters(), and lar_content::CosmicRayShowerMatchingAlgorithm::SetPfoParameters().
const pandora::Cluster* lar_content::CosmicRayBaseMatchingAlgorithm::Particle::m_pClusterW |
Address of cluster in W view.
Definition at line 45 of file CosmicRayBaseMatchingAlgorithm.h.
Referenced by Particle(), lar_content::CosmicRayTrackMatchingAlgorithm::SetPfoParameters(), and lar_content::CosmicRayShowerMatchingAlgorithm::SetPfoParameters().