Pandora
Pandora source code navigator
Loading...
Searching...
No Matches
lar_content::OverlapTensor< T >::Element Class Reference

Element class. More...

#include "LArOverlapTensor.h"

Collaboration diagram for lar_content::OverlapTensor< T >::Element:

Public Member Functions

 Element (const pandora::Cluster *const pClusterU, const pandora::Cluster *const pClusterV, const pandora::Cluster *const pClusterW, const OverlapResult &overlapResult)
 Constructor.
 
const pandora::ClusterGetCluster (const pandora::HitType hitType) const
 Get the address of the given hit type cluster.
 
const pandora::ClusterGetClusterU () const
 Get the address of the u cluster.
 
const pandora::ClusterGetClusterV () const
 Get the address of the v cluster.
 
const pandora::ClusterGetClusterW () const
 Get the address of the w cluster.
 
const OverlapResultGetOverlapResult () const
 Get the overlap result.
 
bool operator< (const Element &rhs) const
 Element less than operator.
 

Private Attributes

const pandora::Clusterm_pClusterU
 The address of the u cluster.
 
const pandora::Clusterm_pClusterV
 The address of the v cluster.
 
const pandora::Clusterm_pClusterW
 The address of the w cluster.
 
OverlapResult m_overlapResult
 The overlap result.
 

Detailed Description

template<typename T>
class lar_content::OverlapTensor< T >::Element

Element class.

Definition at line 31 of file LArOverlapTensor.h.

Constructor & Destructor Documentation

◆ Element()

template<typename T >
lar_content::OverlapTensor< T >::Element::Element ( const pandora::Cluster *const  pClusterU,
const pandora::Cluster *const  pClusterV,
const pandora::Cluster *const  pClusterW,
const OverlapResult overlapResult 
)
inline

Constructor.

Parameters
pClusterUthe address of the u cluster
pClusterVthe address of the v cluster
pClusterWthe address of the w cluster
overlapResultthe overlap result

Definition at line 412 of file LArOverlapTensor.h.

Member Function Documentation

◆ GetCluster()

template<typename T >
const Cluster * lar_content::OverlapTensor< T >::Element::GetCluster ( const pandora::HitType  hitType) const

Get the address of the given hit type cluster.

Parameters
hitTypehit type of the required cluster
Returns
address of the required cluster

Definition at line 31 of file LArOverlapTensor.cc.

◆ GetClusterU()

template<typename T >
const pandora::Cluster * lar_content::OverlapTensor< T >::Element::GetClusterU ( ) const
inline

Get the address of the u cluster.

Returns
address of the u cluster

Definition at line 424 of file LArOverlapTensor.h.

◆ GetClusterV()

template<typename T >
const pandora::Cluster * lar_content::OverlapTensor< T >::Element::GetClusterV ( ) const
inline

Get the address of the v cluster.

Returns
address of the v cluster

Definition at line 432 of file LArOverlapTensor.h.

◆ GetClusterW()

template<typename T >
const pandora::Cluster * lar_content::OverlapTensor< T >::Element::GetClusterW ( ) const
inline

Get the address of the w cluster.

Returns
address of the w cluster

Definition at line 440 of file LArOverlapTensor.h.

◆ GetOverlapResult()

template<typename T >
const OverlapTensor< T >::OverlapResult & lar_content::OverlapTensor< T >::Element::GetOverlapResult ( ) const
inline

Get the overlap result.

Returns
the overlap result

Definition at line 448 of file LArOverlapTensor.h.

Here is the caller graph for this function:

◆ operator<()

template<typename T >
bool lar_content::OverlapTensor< T >::Element::operator< ( const Element rhs) const

Element less than operator.

Parameters
rhsthe element for comparison

Definition at line 456 of file LArOverlapTensor.h.

Here is the call graph for this function:

Member Data Documentation

◆ m_overlapResult

template<typename T >
OverlapResult lar_content::OverlapTensor< T >::Element::m_overlapResult
private

The overlap result.

Definition at line 93 of file LArOverlapTensor.h.

◆ m_pClusterU

template<typename T >
const pandora::Cluster* lar_content::OverlapTensor< T >::Element::m_pClusterU
private

The address of the u cluster.

Definition at line 90 of file LArOverlapTensor.h.

◆ m_pClusterV

template<typename T >
const pandora::Cluster* lar_content::OverlapTensor< T >::Element::m_pClusterV
private

The address of the v cluster.

Definition at line 91 of file LArOverlapTensor.h.

◆ m_pClusterW

template<typename T >
const pandora::Cluster* lar_content::OverlapTensor< T >::Element::m_pClusterW
private

The address of the w cluster.

Definition at line 92 of file LArOverlapTensor.h.


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