Pandora
Pandora source code navigator
Loading...
Searching...
No Matches
lar_content::LArShowerPCA Class Reference

LArShowerPCA class. More...

#include "LArPfoObjects.h"

Collaboration diagram for lar_content::LArShowerPCA:

Public Member Functions

 LArShowerPCA (const pandora::CartesianVector &centroid, const pandora::CartesianVector &primaryAxis, const pandora::CartesianVector &secondaryAxis, const pandora::CartesianVector &tertiaryAxis, const pandora::CartesianVector &eigenvalues)
 Constructor.
 
const pandora::CartesianVectorGetCentroid () const
 Return centroid.
 
const pandora::CartesianVectorGetPrimaryAxis () const
 Return primary axis.
 
const pandora::CartesianVectorGetSecondaryAxis () const
 Return secondary axis.
 
const pandora::CartesianVectorGetTertiaryAxis () const
 Return tertiary axis.
 
const pandora::CartesianVectorGetEigenValues () const
 Return vector of eigenvalues.
 
const pandora::CartesianVectorGetAxisLengths () const
 Return vector of lengths.
 
float GetPrimaryLength () const
 Return primary length.
 
float GetSecondaryLength () const
 Return secondary length.
 
float GetTertiaryLength () const
 Return tertiary length.
 

Private Attributes

const pandora::CartesianVector m_centroid
 The centroid.
 
const pandora::CartesianVector m_primaryAxis
 The primary axis.
 
const pandora::CartesianVector m_secondaryAxis
 The secondary axis.
 
const pandora::CartesianVector m_tertiaryAxis
 The tertiary axis.
 
const pandora::CartesianVector m_eigenValues
 The vector of eigenvalues.
 
const pandora::CartesianVector m_axisLengths
 The vector of lengths.
 

Detailed Description

LArShowerPCA class.

Definition at line 112 of file LArPfoObjects.h.

Constructor & Destructor Documentation

◆ LArShowerPCA()

lar_content::LArShowerPCA::LArShowerPCA ( const pandora::CartesianVector centroid,
const pandora::CartesianVector primaryAxis,
const pandora::CartesianVector secondaryAxis,
const pandora::CartesianVector tertiaryAxis,
const pandora::CartesianVector eigenvalues 
)

Constructor.

Parameters
centroidcentroid of shower
primaryAxisprimary axis of shower
secondaryAxissecondary axis of shower
tertiaryAxistertiary axis of shower
axisLengthsordered vector of shower lengths

Definition at line 52 of file LArPfoObjects.cc.

Member Function Documentation

◆ GetAxisLengths()

const CartesianVector & lar_content::LArShowerPCA::GetAxisLengths ( ) const

Return vector of lengths.

Returns
the vector of lengths

Definition at line 102 of file LArPfoObjects.cc.

Here is the caller graph for this function:

◆ GetCentroid()

const CartesianVector & lar_content::LArShowerPCA::GetCentroid ( ) const

Return centroid.

Returns
the centroid

Definition at line 67 of file LArPfoObjects.cc.

Here is the caller graph for this function:

◆ GetEigenValues()

const CartesianVector & lar_content::LArShowerPCA::GetEigenValues ( ) const

Return vector of eigenvalues.

Returns
the vector of eigenvalues

Definition at line 95 of file LArPfoObjects.cc.

Here is the caller graph for this function:

◆ GetPrimaryAxis()

const CartesianVector & lar_content::LArShowerPCA::GetPrimaryAxis ( ) const

Return primary axis.

Returns
the primary axis

Definition at line 74 of file LArPfoObjects.cc.

Here is the caller graph for this function:

◆ GetPrimaryLength()

float lar_content::LArShowerPCA::GetPrimaryLength ( ) const

Return primary length.

Returns
the primary length

Definition at line 109 of file LArPfoObjects.cc.

Here is the call graph for this function:
Here is the caller graph for this function:

◆ GetSecondaryAxis()

const CartesianVector & lar_content::LArShowerPCA::GetSecondaryAxis ( ) const

Return secondary axis.

Returns
the secondary axis

Definition at line 81 of file LArPfoObjects.cc.

Here is the caller graph for this function:

◆ GetSecondaryLength()

float lar_content::LArShowerPCA::GetSecondaryLength ( ) const

Return secondary length.

Returns
the secondary length

Definition at line 116 of file LArPfoObjects.cc.

Here is the call graph for this function:
Here is the caller graph for this function:

◆ GetTertiaryAxis()

const CartesianVector & lar_content::LArShowerPCA::GetTertiaryAxis ( ) const

Return tertiary axis.

Returns
the tertiary axis

Definition at line 88 of file LArPfoObjects.cc.

Here is the caller graph for this function:

◆ GetTertiaryLength()

float lar_content::LArShowerPCA::GetTertiaryLength ( ) const

Return tertiary length.

Returns
the tertiary length

Definition at line 123 of file LArPfoObjects.cc.

Here is the call graph for this function:

Member Data Documentation

◆ m_axisLengths

const pandora::CartesianVector lar_content::LArShowerPCA::m_axisLengths
private

The vector of lengths.

Definition at line 196 of file LArPfoObjects.h.

◆ m_centroid

const pandora::CartesianVector lar_content::LArShowerPCA::m_centroid
private

The centroid.

Definition at line 191 of file LArPfoObjects.h.

◆ m_eigenValues

const pandora::CartesianVector lar_content::LArShowerPCA::m_eigenValues
private

The vector of eigenvalues.

Definition at line 195 of file LArPfoObjects.h.

◆ m_primaryAxis

const pandora::CartesianVector lar_content::LArShowerPCA::m_primaryAxis
private

The primary axis.

Definition at line 192 of file LArPfoObjects.h.

◆ m_secondaryAxis

const pandora::CartesianVector lar_content::LArShowerPCA::m_secondaryAxis
private

The secondary axis.

Definition at line 193 of file LArPfoObjects.h.

◆ m_tertiaryAxis

const pandora::CartesianVector lar_content::LArShowerPCA::m_tertiaryAxis
private

The tertiary axis.

Definition at line 194 of file LArPfoObjects.h.


The documentation for this class was generated from the following files: