CbmRoot
|
#include <ClusterizerPars.h>
Public Attributes | |
uint32_t | fDeadStrips |
double | fPosYMaxScal |
double | fdMaxTimeDist |
double | fdMaxSpaceDist |
double | fSigVel |
double | fTimeRes |
double | fCPTOffYBinWidth |
double | fCPTOffYRange |
std::vector< double > | fCPTOffY |
std::vector< ClusterizerChanPar > | fChanPar = {} |
Definition at line 25 of file ClusterizerPars.h.
std::vector<ClusterizerChanPar> cbm::algo::tof::ClusterizerRpcPar::fChanPar = {} |
Definition at line 35 of file ClusterizerPars.h.
Referenced by cbm::algo::tof::Clusterizer::AddNextChan(), cbm::algo::tof::Clusterizer::buildClusters(), cbm::algo::tof::Clusterizer::chanSortDigis(), and cbm::algo::tof::Hit::finalize().
std::vector<double> cbm::algo::tof::ClusterizerRpcPar::fCPTOffY |
Definition at line 34 of file ClusterizerPars.h.
Referenced by cbm::algo::tof::Hit::finalize().
double cbm::algo::tof::ClusterizerRpcPar::fCPTOffYBinWidth |
Definition at line 32 of file ClusterizerPars.h.
Referenced by cbm::algo::tof::Hit::finalize().
double cbm::algo::tof::ClusterizerRpcPar::fCPTOffYRange |
Definition at line 33 of file ClusterizerPars.h.
Referenced by cbm::algo::tof::Hit::finalize().
uint32_t cbm::algo::tof::ClusterizerRpcPar::fDeadStrips |
Definition at line 26 of file ClusterizerPars.h.
Referenced by cbm::algo::tof::Clusterizer::AddNextChan(), and cbm::algo::tof::Clusterizer::buildClusters().
double cbm::algo::tof::ClusterizerRpcPar::fdMaxSpaceDist |
Definition at line 29 of file ClusterizerPars.h.
Referenced by cbm::algo::tof::Clusterizer::AddNextChan(), and cbm::algo::tof::Clusterizer::buildClusters().
double cbm::algo::tof::ClusterizerRpcPar::fdMaxTimeDist |
Definition at line 28 of file ClusterizerPars.h.
Referenced by cbm::algo::tof::Clusterizer::AddNextChan(), and cbm::algo::tof::Clusterizer::buildClusters().
double cbm::algo::tof::ClusterizerRpcPar::fPosYMaxScal |
Definition at line 27 of file ClusterizerPars.h.
Referenced by cbm::algo::tof::Clusterizer::AddNextChan(), and cbm::algo::tof::Clusterizer::buildClusters().
double cbm::algo::tof::ClusterizerRpcPar::fSigVel |
Definition at line 30 of file ClusterizerPars.h.
Referenced by cbm::algo::tof::Clusterizer::AddNextChan(), and cbm::algo::tof::Clusterizer::buildClusters().
double cbm::algo::tof::ClusterizerRpcPar::fTimeRes |
Definition at line 31 of file ClusterizerPars.h.
Referenced by cbm::algo::tof::Clusterizer::AddNextChan(), and cbm::algo::tof::Clusterizer::buildClusters().