|
EICrecon
JANA based reconstruction for the EPIC detector
|
#include <vector>#include <TVector3.h>

Go to the source code of this file.
Classes | |
| struct | towersStrct |
| struct | clustersStrct |
Functions | |
| bool | acompare (towersStrct lhs, towersStrct rhs) |
| bool | acompareCl (clustersStrct lhs, clustersStrct rhs) |
| clustersStrct | findMACluster (float seed, float, std::vector< towersStrct > &input_towers_temp, std::vector< towersStrct > &cluster_towers_temp, float aggMargin=1.0) |
| float * | CalculateM02andWeightedPosition (std::vector< towersStrct > cluster_towers, float cluster_E_calc, float weight0) |
| bool acompare | ( | towersStrct | lhs, |
| towersStrct | rhs | ||
| ) |
| bool acompareCl | ( | clustersStrct | lhs, |
| clustersStrct | rhs | ||
| ) |
| float * CalculateM02andWeightedPosition | ( | std::vector< towersStrct > | cluster_towers, |
| float | cluster_E_calc, | ||
| float | weight0 | ||
| ) |
| clustersStrct findMACluster | ( | float | seed, |
| float | , | ||
| std::vector< towersStrct > & | input_towers_temp, | ||
| std::vector< towersStrct > & | cluster_towers_temp, | ||
| float | aggMargin = 1.0 |
||
| ) |