CMS 3D CMS Logo

List of all members | Public Member Functions | Private Attributes
SiStripApproximateCluster Class Reference

#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
 

Detailed Description

Definition at line 11 of file SiStripApproximateCluster.h.

Constructor & Destructor Documentation

◆ SiStripApproximateCluster() [1/3]

SiStripApproximateCluster::SiStripApproximateCluster ( )
inline

Definition at line 13 of file SiStripApproximateCluster.h.

13 {}

◆ SiStripApproximateCluster() [2/3]

SiStripApproximateCluster::SiStripApproximateCluster ( float  barycenter,
uint8_t  width,
float  avgCharge 
)
inlineexplicit

◆ SiStripApproximateCluster() [3/3]

SiStripApproximateCluster::SiStripApproximateCluster ( const SiStripCluster cluster)
inlineexplicit

Member Function Documentation

◆ avgCharge()

float SiStripApproximateCluster::avgCharge ( ) const
inline

Definition at line 29 of file SiStripApproximateCluster.h.

References avgCharge_.

Referenced by SiStripApproximateCluster().

◆ barycenter()

float SiStripApproximateCluster::barycenter ( ) const
inline

Definition at line 27 of file SiStripApproximateCluster.h.

References barycenter_.

Referenced by SiStripApproximateCluster().

◆ width()

uint8_t SiStripApproximateCluster::width ( ) const
inline

Definition at line 28 of file SiStripApproximateCluster.h.

References width_.

Referenced by SiStripApproximateCluster().

Member Data Documentation

◆ avgCharge_

float SiStripApproximateCluster::avgCharge_ = 0
private

Definition at line 34 of file SiStripApproximateCluster.h.

Referenced by avgCharge(), and SiStripApproximateCluster().

◆ barycenter_

float SiStripApproximateCluster::barycenter_ = 0
private

Definition at line 32 of file SiStripApproximateCluster.h.

Referenced by barycenter(), and SiStripApproximateCluster().

◆ width_

uint8_t SiStripApproximateCluster::width_ = 0
private

Definition at line 33 of file SiStripApproximateCluster.h.

Referenced by SiStripApproximateCluster(), and width().