CbmRoot
|
A diamond representation. More...
#include <BmonHitfindQaParameters.h>
Public Attributes | |
double | timeRes {0.} |
Time resolution [ns]. | |
double | maxTimeDist {0.} |
Max time distance between digis in a hit [ns]. | |
int32_t | address {0} |
Address of a diamond. | |
int32_t | nChannels {0} |
Number of channels in a diamond. | |
uint32_t | deadStrips {0} |
A bit mask of dead strips. | |
A diamond representation.
Definition at line 24 of file BmonHitfindQaParameters.h.
int32_t cbm::algo::bmon::HitfindQaParameters::Diamond::address {0} |
Address of a diamond.
Definition at line 27 of file BmonHitfindQaParameters.h.
uint32_t cbm::algo::bmon::HitfindQaParameters::Diamond::deadStrips {0} |
A bit mask of dead strips.
Definition at line 29 of file BmonHitfindQaParameters.h.
double cbm::algo::bmon::HitfindQaParameters::Diamond::maxTimeDist {0.} |
Max time distance between digis in a hit [ns].
Definition at line 26 of file BmonHitfindQaParameters.h.
int32_t cbm::algo::bmon::HitfindQaParameters::Diamond::nChannels {0} |
Number of channels in a diamond.
Definition at line 28 of file BmonHitfindQaParameters.h.
double cbm::algo::bmon::HitfindQaParameters::Diamond::timeRes {0.} |
Time resolution [ns].
Definition at line 25 of file BmonHitfindQaParameters.h.