#include <CaloTopoSplitterHashCluster.h>
◆ Base
◆ HashCell
◆ pointer_list
◆ pool_type
◆ CaloTopoSplitterHashCluster()
| CaloTopoSplitterHashCluster::CaloTopoSplitterHashCluster |
( |
pool_type & |
pool | ) |
|
|
inline |
◆ ~CaloTopoSplitterHashCluster()
| CaloTopoSplitterHashCluster::~CaloTopoSplitterHashCluster |
( |
| ) |
|
|
default |
◆ add() [1/3]
◆ add() [2/3]
◆ add() [3/3]
| void CaloTopoSplitterHashCluster::add |
( |
HashCell & |
hashCell | ) |
|
◆ begin()
◆ calcCentroid()
| void CaloTopoSplitterHashCluster::calcCentroid |
( |
| ) |
|
|
private |
Definition at line 113 of file CaloTopoSplitterHashCluster.cxx.
118 double thisAbsEng,absEng = 0;
124 float myWeight = itrCell.
weight();
132 thisAbsEng = fabs(myWeight*itrCell->
e());
133 absEng += thisAbsEng;
134 HepGeom::Vector3D<double> thisPos(itrCell->
x(), itrCell->
y(), itrCell->
z());
◆ calcEnergy()
| void CaloTopoSplitterHashCluster::calcEnergy |
( |
| ) |
|
|
private |
◆ end()
◆ getCentroid()
| const HepGeom::Vector3D< double > & CaloTopoSplitterHashCluster::getCentroid |
( |
| ) |
|
◆ getContainsLocalMax()
| bool CaloTopoSplitterHashCluster::getContainsLocalMax |
( |
| ) |
const |
|
inline |
◆ getEnergy()
| float CaloTopoSplitterHashCluster::getEnergy |
( |
| ) |
|
◆ getMaxRatio()
◆ getParentCluster()
◆ getParentClusterIndex()
| size_t CaloTopoSplitterHashCluster::getParentClusterIndex |
( |
| ) |
const |
|
inline |
◆ remove()
| void CaloTopoSplitterHashCluster::remove |
( |
const HashCell & |
hashCell | ) |
|
◆ removeAll()
| void CaloTopoSplitterHashCluster::removeAll |
( |
| ) |
|
|
inline |
◆ setContainsLocalMax()
| void CaloTopoSplitterHashCluster::setContainsLocalMax |
( |
| ) |
|
|
inline |
◆ size()
◆ m_centroid
| std::optional<HepGeom::Vector3D<double> > CaloTopoSplitterHashCluster::m_centroid |
|
private |
◆ m_containsLocalMax
| bool CaloTopoSplitterHashCluster::m_containsLocalMax = false |
|
private |
◆ m_energy
| float CaloTopoSplitterHashCluster::m_energy = 0 |
|
private |
◆ m_hasValidEnergy
| bool CaloTopoSplitterHashCluster::m_hasValidEnergy = false |
|
private |
◆ m_maxRatio
◆ m_members
◆ m_parentCluster
◆ m_parentClusterIndex
| size_t CaloTopoSplitterHashCluster::m_parentClusterIndex = 0 |
|
private |
The documentation for this class was generated from the following files: