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

Particle class. More...

Collaboration diagram for lar_content::TrackSplittingTool::Particle:

Public Member Functions

 Particle (const TensorType::Element &element)
 Constructor.
 

Public Attributes

const pandora::Clusterm_pLongCluster
 Address of the long cluster.
 
const pandora::Clusterm_pCluster1
 Address of short cluster in view 1.
 
const pandora::Clusterm_pCluster2
 Address of short cluster in view 2.
 
float m_longMinX
 The min x coordinate of the long cluster.
 
float m_longMaxX
 The max x coordinate of the long cluster.
 
float m_short1MinX
 The min x coordinate of short cluster 1.
 
float m_short1MaxX
 The max x coordinate of short cluster 1.
 
float m_short2MinX
 The min x coordinate of short cluster 2.
 
float m_short2MaxX
 The max x coordinate of short cluster 2.
 

Detailed Description

Particle class.

Definition at line 33 of file TrackSplittingTool.h.

Constructor & Destructor Documentation

◆ Particle()

lar_content::TrackSplittingTool::Particle::Particle ( const TensorType::Element &  element)

Constructor.

Parameters
elementthe tensor element

Definition at line 230 of file TrackSplittingTool.cc.

Here is the call graph for this function:

Member Data Documentation

◆ m_longMaxX

float lar_content::TrackSplittingTool::Particle::m_longMaxX

The max x coordinate of the long cluster.

Definition at line 47 of file TrackSplittingTool.h.

◆ m_longMinX

float lar_content::TrackSplittingTool::Particle::m_longMinX

The min x coordinate of the long cluster.

Definition at line 46 of file TrackSplittingTool.h.

◆ m_pCluster1

const pandora::Cluster* lar_content::TrackSplittingTool::Particle::m_pCluster1

Address of short cluster in view 1.

Definition at line 44 of file TrackSplittingTool.h.

◆ m_pCluster2

const pandora::Cluster* lar_content::TrackSplittingTool::Particle::m_pCluster2

Address of short cluster in view 2.

Definition at line 45 of file TrackSplittingTool.h.

◆ m_pLongCluster

const pandora::Cluster* lar_content::TrackSplittingTool::Particle::m_pLongCluster

Address of the long cluster.

Definition at line 43 of file TrackSplittingTool.h.

◆ m_short1MaxX

float lar_content::TrackSplittingTool::Particle::m_short1MaxX

The max x coordinate of short cluster 1.

Definition at line 49 of file TrackSplittingTool.h.

◆ m_short1MinX

float lar_content::TrackSplittingTool::Particle::m_short1MinX

The min x coordinate of short cluster 1.

Definition at line 48 of file TrackSplittingTool.h.

◆ m_short2MaxX

float lar_content::TrackSplittingTool::Particle::m_short2MaxX

The max x coordinate of short cluster 2.

Definition at line 51 of file TrackSplittingTool.h.

◆ m_short2MinX

float lar_content::TrackSplittingTool::Particle::m_short2MinX

The min x coordinate of short cluster 2.

Definition at line 50 of file TrackSplittingTool.h.


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