Project
Loading...
Searching...
No Matches
o2::tpc::KrCluster Struct Reference

#include <KrCluster.h>

Public Member Functions

float getQmax () const
 
float getQtot () const
 
float getPad () const
 
float getSigmaPad () const
 
float getTime () const
 
float getSigmaTime () const
 
void reset ()
 Used to set all Cluster variables to zero.
 
 ClassDefNV (KrCluster, 4)
 

Public Attributes

unsigned char size = 0
 Size of the cluster (TPCDigits)
 
unsigned char sector = 0
 Sector number.
 
unsigned char maxChargePad = 0
 Pad with max. charge in cluster (for leader pad method)
 
unsigned char maxChargeRow = 0
 Row with max. charge in cluster (for leader pad method)
 
float totCharge = 0
 Total charge of the cluster (ADC counts)
 
float maxCharge = 0
 Maximum charge of the cluster (ADC counts)
 
float meanPad = 0
 Center of gravity (Pad number)
 
float meanRow = 0
 Center of gravity (Row number)
 
float sigmaPad = 0
 RMS of cluster in pad direction.
 
float sigmaRow = 0
 RMS of cluster in row direction.
 
float meanTime = 0
 Center of gravity (Time)
 
float sigmaTime = 0
 RMS of cluster in time direction.
 

Detailed Description

Definition at line 26 of file KrCluster.h.

Member Function Documentation

◆ ClassDefNV()

o2::tpc::KrCluster::ClassDefNV ( KrCluster  ,
 
)

◆ getPad()

float o2::tpc::KrCluster::getPad ( ) const
inline

Definition at line 43 of file KrCluster.h.

◆ getQmax()

float o2::tpc::KrCluster::getQmax ( ) const
inline

Definition at line 41 of file KrCluster.h.

◆ getQtot()

float o2::tpc::KrCluster::getQtot ( ) const
inline

Definition at line 42 of file KrCluster.h.

◆ getSigmaPad()

float o2::tpc::KrCluster::getSigmaPad ( ) const
inline

Definition at line 44 of file KrCluster.h.

◆ getSigmaTime()

float o2::tpc::KrCluster::getSigmaTime ( ) const
inline

Definition at line 46 of file KrCluster.h.

◆ getTime()

float o2::tpc::KrCluster::getTime ( ) const
inline

Definition at line 45 of file KrCluster.h.

◆ reset()

void o2::tpc::KrCluster::reset ( )
inline

Used to set all Cluster variables to zero.

Definition at line 49 of file KrCluster.h.

Member Data Documentation

◆ maxCharge

float o2::tpc::KrCluster::maxCharge = 0

Maximum charge of the cluster (ADC counts)

Definition at line 33 of file KrCluster.h.

◆ maxChargePad

unsigned char o2::tpc::KrCluster::maxChargePad = 0

Pad with max. charge in cluster (for leader pad method)

Definition at line 30 of file KrCluster.h.

◆ maxChargeRow

unsigned char o2::tpc::KrCluster::maxChargeRow = 0

Row with max. charge in cluster (for leader pad method)

Definition at line 31 of file KrCluster.h.

◆ meanPad

float o2::tpc::KrCluster::meanPad = 0

Center of gravity (Pad number)

Definition at line 34 of file KrCluster.h.

◆ meanRow

float o2::tpc::KrCluster::meanRow = 0

Center of gravity (Row number)

Definition at line 35 of file KrCluster.h.

◆ meanTime

float o2::tpc::KrCluster::meanTime = 0

Center of gravity (Time)

Definition at line 38 of file KrCluster.h.

◆ sector

unsigned char o2::tpc::KrCluster::sector = 0

Sector number.

Definition at line 29 of file KrCluster.h.

◆ sigmaPad

float o2::tpc::KrCluster::sigmaPad = 0

RMS of cluster in pad direction.

Definition at line 36 of file KrCluster.h.

◆ sigmaRow

float o2::tpc::KrCluster::sigmaRow = 0

RMS of cluster in row direction.

Definition at line 37 of file KrCluster.h.

◆ sigmaTime

float o2::tpc::KrCluster::sigmaTime = 0

RMS of cluster in time direction.

Definition at line 39 of file KrCluster.h.

◆ size

unsigned char o2::tpc::KrCluster::size = 0

Size of the cluster (TPCDigits)

Definition at line 28 of file KrCluster.h.

◆ totCharge

float o2::tpc::KrCluster::totCharge = 0

Total charge of the cluster (ADC counts)

Definition at line 32 of file KrCluster.h.


The documentation for this struct was generated from the following file: