CbmRoot
|
Clusterizer parameters for Diamond. More...
#include <ClusterizerPars.h>
Public Attributes | |
uint32_t | fAddress |
Address of the diamond (the channel bit field is 0) | |
uint32_t | fDeadStrips |
Dead strip bitmask. | |
double | fdMaxTimeDist |
Maximum time difference between two consecutive digis to form a single hit. | |
double | fTimeRes |
Time resolution. | |
Clusterizer parameters for Diamond.
Definition at line 19 of file bmon/ClusterizerPars.h.
uint32_t cbm::algo::bmon::ClusterizerPars::fAddress |
Address of the diamond (the channel bit field is 0)
Definition at line 20 of file bmon/ClusterizerPars.h.
Referenced by cbm::algo::bmon::Clusterizer::operator()().
uint32_t cbm::algo::bmon::ClusterizerPars::fDeadStrips |
Dead strip bitmask.
Definition at line 21 of file bmon/ClusterizerPars.h.
Referenced by cbm::algo::bmon::Clusterizer::SelectDigi().
double cbm::algo::bmon::ClusterizerPars::fdMaxTimeDist |
Maximum time difference between two consecutive digis to form a single hit.
Definition at line 22 of file bmon/ClusterizerPars.h.
Referenced by cbm::algo::bmon::Clusterizer::operator()().
double cbm::algo::bmon::ClusterizerPars::fTimeRes |
Time resolution.
Definition at line 23 of file bmon/ClusterizerPars.h.