#include <KrCluster.h>
|
| | 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 |
| |
Definition at line 27 of file KrCluster.h.
◆ KrCluster() [1/2]
| o2::trd::KrCluster::KrCluster |
( |
| ) |
|
|
default |
◆ KrCluster() [2/2]
| o2::trd::KrCluster::KrCluster |
( |
const KrCluster & |
| ) |
|
|
default |
◆ ~KrCluster()
| o2::trd::KrCluster::~KrCluster |
( |
| ) |
|
|
default |
◆ getAdcIntegral()
| int o2::trd::KrCluster::getAdcIntegral |
( |
| ) |
const |
|
inline |
◆ getAdcMaxA()
| int o2::trd::KrCluster::getAdcMaxA |
( |
| ) |
const |
|
inline |
◆ getAdcMaxB()
| int o2::trd::KrCluster::getAdcMaxB |
( |
| ) |
const |
|
inline |
◆ getAdcRms()
| int o2::trd::KrCluster::getAdcRms |
( |
| ) |
const |
|
inline |
◆ getAdcSum()
| int o2::trd::KrCluster::getAdcSum |
( |
| ) |
const |
|
inline |
◆ getAdcSumEoverT()
| int o2::trd::KrCluster::getAdcSumEoverT |
( |
| ) |
const |
|
inline |
◆ getAdcSumTruncated()
| int o2::trd::KrCluster::getAdcSumTruncated |
( |
| ) |
const |
|
inline |
◆ getClSize()
| int o2::trd::KrCluster::getClSize |
( |
| ) |
const |
|
inline |
◆ getClSizeCol()
| int o2::trd::KrCluster::getClSizeCol |
( |
| ) |
const |
|
inline |
◆ getClSizeRow()
| int o2::trd::KrCluster::getClSizeRow |
( |
| ) |
const |
|
inline |
◆ getClSizeTime()
| int o2::trd::KrCluster::getClSizeTime |
( |
| ) |
const |
|
inline |
◆ getColumn()
| int o2::trd::KrCluster::getColumn |
( |
| ) |
const |
|
inline |
◆ getDetector()
| int o2::trd::KrCluster::getDetector |
( |
| ) |
const |
|
inline |
◆ getLayer()
| int o2::trd::KrCluster::getLayer |
( |
| ) |
const |
|
inline |
◆ getRow()
| int o2::trd::KrCluster::getRow |
( |
| ) |
const |
|
inline |
◆ getSector()
| int o2::trd::KrCluster::getSector |
( |
| ) |
const |
|
inline |
◆ getStack()
| int o2::trd::KrCluster::getStack |
( |
| ) |
const |
|
inline |
◆ getTimeMaxA()
| int o2::trd::KrCluster::getTimeMaxA |
( |
| ) |
const |
|
inline |
◆ getTimeMaxB()
| int o2::trd::KrCluster::getTimeMaxB |
( |
| ) |
const |
|
inline |
◆ getTimeRms()
| int o2::trd::KrCluster::getTimeRms |
( |
| ) |
const |
|
inline |
◆ setAdcData()
| void KrCluster::setAdcData |
( |
int |
adcSum, |
|
|
int |
adcRms, |
|
|
int |
adcMaxA, |
|
|
int |
adcMaxB, |
|
|
int |
adcEoT, |
|
|
int |
adcIntegral, |
|
|
int |
adcSumTrunc |
|
) |
| |
◆ setClusterSizeData()
| void KrCluster::setClusterSizeData |
( |
int |
rowSize, |
|
|
int |
colSize, |
|
|
int |
timeSize, |
|
|
int |
nAdcs |
|
) |
| |
◆ setGlobalPadID()
◆ setTimeData()
| void KrCluster::setTimeData |
( |
int |
timeMaxA, |
|
|
int |
timeMaxB, |
|
|
int |
timeRms |
|
) |
| |
The documentation for this class was generated from the following files:
- /home/runner/work/AliceO2/AliceO2/DataFormats/Detectors/TRD/include/DataFormatsTRD/KrCluster.h
- /home/runner/work/AliceO2/AliceO2/DataFormats/Detectors/TRD/src/KrCluster.cxx