#include <SiStripApproximateCluster.h>
Public Member Functions | |
float | avgCharge () const |
float | barycenter () const |
SiStripApproximateCluster () | |
SiStripApproximateCluster (float barycenter, uint8_t width, float avgCharge) | |
SiStripApproximateCluster (const SiStripCluster &cluster) | |
uint8_t | width () const |
Private Attributes | |
float | avgCharge_ = 0 |
float | barycenter_ = 0 |
uint8_t | width_ = 0 |
Definition at line 11 of file SiStripApproximateCluster.h.
|
inline |
Definition at line 13 of file SiStripApproximateCluster.h.
|
inlineexplicit |
Definition at line 15 of file SiStripApproximateCluster.h.
References avgCharge(), avgCharge_, barycenter(), barycenter_, width(), and width_.
|
inlineexplicit |
Definition at line 21 of file SiStripApproximateCluster.h.
References avgCharge_, SiStripCluster::barycenter(), barycenter_, SiStripCluster::charge(), SiStripCluster::size(), and width_.
|
inline |
Definition at line 29 of file SiStripApproximateCluster.h.
References avgCharge_.
Referenced by SiStripApproximateCluster().
|
inline |
Definition at line 27 of file SiStripApproximateCluster.h.
References barycenter_.
Referenced by SiStripApproximateCluster().
|
inline |
Definition at line 28 of file SiStripApproximateCluster.h.
References width_.
Referenced by SiStripApproximateCluster().
|
private |
Definition at line 34 of file SiStripApproximateCluster.h.
Referenced by avgCharge(), and SiStripApproximateCluster().
|
private |
Definition at line 32 of file SiStripApproximateCluster.h.
Referenced by barycenter(), and SiStripApproximateCluster().
|
private |
Definition at line 33 of file SiStripApproximateCluster.h.
Referenced by SiStripApproximateCluster(), and width().