![]() |
Project
|
#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. | |
Definition at line 26 of file KrCluster.h.
o2::tpc::KrCluster::ClassDefNV | ( | KrCluster | , |
4 | |||
) |
|
inline |
Definition at line 43 of file KrCluster.h.
|
inline |
Definition at line 41 of file KrCluster.h.
|
inline |
Definition at line 42 of file KrCluster.h.
|
inline |
Definition at line 44 of file KrCluster.h.
|
inline |
Definition at line 46 of file KrCluster.h.
|
inline |
Definition at line 45 of file KrCluster.h.
|
inline |
Used to set all Cluster variables to zero.
Definition at line 49 of file KrCluster.h.
float o2::tpc::KrCluster::maxCharge = 0 |
Maximum charge of the cluster (ADC counts)
Definition at line 33 of file KrCluster.h.
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.
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.
float o2::tpc::KrCluster::meanPad = 0 |
Center of gravity (Pad number)
Definition at line 34 of file KrCluster.h.
float o2::tpc::KrCluster::meanRow = 0 |
Center of gravity (Row number)
Definition at line 35 of file KrCluster.h.
float o2::tpc::KrCluster::meanTime = 0 |
Center of gravity (Time)
Definition at line 38 of file KrCluster.h.
unsigned char o2::tpc::KrCluster::sector = 0 |
Sector number.
Definition at line 29 of file KrCluster.h.
float o2::tpc::KrCluster::sigmaPad = 0 |
RMS of cluster in pad direction.
Definition at line 36 of file KrCluster.h.
float o2::tpc::KrCluster::sigmaRow = 0 |
RMS of cluster in row direction.
Definition at line 37 of file KrCluster.h.
float o2::tpc::KrCluster::sigmaTime = 0 |
RMS of cluster in time direction.
Definition at line 39 of file KrCluster.h.
unsigned char o2::tpc::KrCluster::size = 0 |
Size of the cluster (TPCDigits)
Definition at line 28 of file KrCluster.h.
float o2::tpc::KrCluster::totCharge = 0 |
Total charge of the cluster (ADC counts)
Definition at line 32 of file KrCluster.h.