|
ant
A2 ant: class-based analysis framework
|
#include <ClusterTools.h>
Collaboration diagram for ant::analysis::utils::ClusterTools:Classes | |
| struct | det_t |
Public Member Functions | |
| ClusterTools () | |
| double | LateralMoment (const ant::TCluster &cluster) const |
| Calculate the Lateral Moment of a cluster. More... | |
| double | EffectiveRadius (const ant::TCluster &cluster) const |
| Calculate the Effective Radius of a cluster. More... | |
Protected Attributes | |
| std::map< Detector_t::Type_t, det_t > | cluster_detectors |
| ClusterTools::ClusterTools | ( | ) |
| double ClusterTools::EffectiveRadius | ( | const ant::TCluster & | cluster | ) | const |
Calculate the Effective Radius of a cluster.
| cluster |
where
is the opening angle (in degrees) between the cluster direction and the crystal axis.
In contrast to the lateral moment, the two highest energetic crystals are weighted the same as every other crystal.
| double ClusterTools::LateralMoment | ( | const ant::TCluster & | cluster | ) | const |
Calculate the Lateral Moment of a cluster.
| cluster |
where
and
are the two hits highest energies.
Reimplemented after BaBar
|
protected |