#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 14 of file ClusterVariables.h.
|
inline |
Definition at line 18 of file ClusterVariables.h.
|
inline |
Definition at line 19 of file ClusterVariables.h.
|
inline |
Definition at line 21 of file ClusterVariables.h.
|
inline |
Definition at line 37 of file ClusterVariables.h.
References begin, end, and stripCharges().
Referenced by ClusterSummaryProducer::produce().
|
inline |
Definition at line 24 of file ClusterVariables.h.
References cluster_ptr.
Referenced by clusterSize(), and stripCharges().
|
inline |
Definition at line 29 of file ClusterVariables.h.
References SiStripCluster::amplitudes(), and cluster().
Referenced by ClusterSummaryProducer::produce().
|
inline |
Definition at line 32 of file ClusterVariables.h.
References SiStripCluster::amplitudes(), and cluster().
Referenced by charge().
|
private |
Definition at line 42 of file ClusterVariables.h.
Referenced by cluster().