#include <ClusterVariables.h>
Public Member Functions | |
uint16_t | charge () const |
const SiStripCluster * | cluster () const |
const unsigned | clusterSize () const |
ClusterVariables () | |
ClusterVariables (const SiStripCluster &cluster) | |
auto | stripCharges () const -> decltype(cluster() ->amplitudes()) |
~ClusterVariables () | |
Private Attributes | |
const SiStripCluster * | cluster_ptr |
Definition at line 13 of file ClusterVariables.h.
|
inline |
Definition at line 15 of file ClusterVariables.h.
|
inline |
Definition at line 16 of file ClusterVariables.h.
|
inline |
Definition at line 18 of file ClusterVariables.h.
|
inline |
Definition at line 32 of file ClusterVariables.h.
References mps_fire::end, and stripCharges().
Referenced by ClusterSummaryProducer::produce().
|
inline |
Definition at line 20 of file ClusterVariables.h.
References cluster_ptr.
Referenced by clusterSize(), and stripCharges().
|
inline |
Definition at line 25 of file ClusterVariables.h.
References SiStripCluster::amplitudes(), cluster(), and SiStripCluster::size().
Referenced by ClusterSummaryProducer::produce().
|
inline |
Definition at line 27 of file ClusterVariables.h.
References SiStripCluster::amplitudes(), and cluster().
Referenced by charge().
|
private |
Definition at line 35 of file ClusterVariables.h.
Referenced by cluster().