Project
Loading...
Searching...
No Matches
o2::trd::KrCluster Class Reference

#include <KrCluster.h>

Public Member Functions

 KrCluster ()=default
 
 KrCluster (const KrCluster &)=default
 
 ~KrCluster ()=default
 
void setGlobalPadID (int det, int row, int col)
 
void setAdcData (int adcSum, int adcRms, int adcMaxA, int adcMaxB, int adcEoT, int adcIntegral, int adcSumTrunc)
 
void setTimeData (int timeMaxA, int timeMaxB, int timeRms)
 
void setClusterSizeData (int rowSize, int colSize, int timeSize, int nAdcs)
 
int getDetector () const
 
int getSector () const
 
int getStack () const
 
int getLayer () const
 
int getRow () const
 
int getColumn () const
 
int getAdcSum () const
 
int getAdcRms () const
 
int getAdcMaxA () const
 
int getAdcMaxB () const
 
int getAdcSumEoverT () const
 
int getAdcIntegral () const
 
int getAdcSumTruncated () const
 
int getClSizeRow () const
 
int getClSizeCol () const
 
int getClSizeTime () const
 
int getClSize () const
 
int getTimeMaxA () const
 
int getTimeMaxB () const
 
int getTimeRms () const
 

Detailed Description

Definition at line 27 of file KrCluster.h.

Constructor & Destructor Documentation

◆ KrCluster() [1/2]

o2::trd::KrCluster::KrCluster ( )
default

◆ KrCluster() [2/2]

o2::trd::KrCluster::KrCluster ( const KrCluster )
default

◆ ~KrCluster()

o2::trd::KrCluster::~KrCluster ( )
default

Member Function Documentation

◆ getAdcIntegral()

int o2::trd::KrCluster::getAdcIntegral ( ) const
inline

Definition at line 53 of file KrCluster.h.

◆ getAdcMaxA()

int o2::trd::KrCluster::getAdcMaxA ( ) const
inline

Definition at line 50 of file KrCluster.h.

◆ getAdcMaxB()

int o2::trd::KrCluster::getAdcMaxB ( ) const
inline

Definition at line 51 of file KrCluster.h.

◆ getAdcRms()

int o2::trd::KrCluster::getAdcRms ( ) const
inline

Definition at line 49 of file KrCluster.h.

◆ getAdcSum()

int o2::trd::KrCluster::getAdcSum ( ) const
inline

Definition at line 48 of file KrCluster.h.

◆ getAdcSumEoverT()

int o2::trd::KrCluster::getAdcSumEoverT ( ) const
inline

Definition at line 52 of file KrCluster.h.

◆ getAdcSumTruncated()

int o2::trd::KrCluster::getAdcSumTruncated ( ) const
inline

Definition at line 54 of file KrCluster.h.

◆ getClSize()

int o2::trd::KrCluster::getClSize ( ) const
inline

Definition at line 60 of file KrCluster.h.

◆ getClSizeCol()

int o2::trd::KrCluster::getClSizeCol ( ) const
inline

Definition at line 58 of file KrCluster.h.

◆ getClSizeRow()

int o2::trd::KrCluster::getClSizeRow ( ) const
inline

Definition at line 57 of file KrCluster.h.

◆ getClSizeTime()

int o2::trd::KrCluster::getClSizeTime ( ) const
inline

Definition at line 59 of file KrCluster.h.

◆ getColumn()

int o2::trd::KrCluster::getColumn ( ) const
inline

Definition at line 45 of file KrCluster.h.

◆ getDetector()

int o2::trd::KrCluster::getDetector ( ) const
inline

Definition at line 40 of file KrCluster.h.

◆ getLayer()

int o2::trd::KrCluster::getLayer ( ) const
inline

Definition at line 43 of file KrCluster.h.

◆ getRow()

int o2::trd::KrCluster::getRow ( ) const
inline

Definition at line 44 of file KrCluster.h.

◆ getSector()

int o2::trd::KrCluster::getSector ( ) const
inline

Definition at line 41 of file KrCluster.h.

◆ getStack()

int o2::trd::KrCluster::getStack ( ) const
inline

Definition at line 42 of file KrCluster.h.

◆ getTimeMaxA()

int o2::trd::KrCluster::getTimeMaxA ( ) const
inline

Definition at line 63 of file KrCluster.h.

◆ getTimeMaxB()

int o2::trd::KrCluster::getTimeMaxB ( ) const
inline

Definition at line 64 of file KrCluster.h.

◆ getTimeRms()

int o2::trd::KrCluster::getTimeRms ( ) const
inline

Definition at line 65 of file KrCluster.h.

◆ setAdcData()

void KrCluster::setAdcData ( int  adcSum,
int  adcRms,
int  adcMaxA,
int  adcMaxB,
int  adcEoT,
int  adcIntegral,
int  adcSumTrunc 
)

Definition at line 26 of file KrCluster.cxx.

◆ setClusterSizeData()

void KrCluster::setClusterSizeData ( int  rowSize,
int  colSize,
int  timeSize,
int  nAdcs 
)

Definition at line 44 of file KrCluster.cxx.

◆ setGlobalPadID()

void KrCluster::setGlobalPadID ( int  det,
int  row,
int  col 
)

Definition at line 19 of file KrCluster.cxx.

◆ setTimeData()

void KrCluster::setTimeData ( int  timeMaxA,
int  timeMaxB,
int  timeRms 
)

Definition at line 37 of file KrCluster.cxx.


The documentation for this class was generated from the following files: