|
CbmRoot
|
Public Member Functions | |
| u16 | ModuleIndex (const CbmStsDigi &digi) const |
Public Attributes | |
| std::vector< u16 > | addrToIndex |
| std::vector< size_t > | nDigisPerModule |
| std::vector< std::vector< size_t > > | nDigisPerThread |
| size_t | maxNDigisPerModule = 0 |
Definition at line 68 of file HitfinderChain.h.
|
inline |
Definition at line 76 of file HitfinderChain.h.
References addrToIndex, and CbmStsDigi::GetAddressPacked().
Referenced by cbm::algo::sts::HitfinderChain::CountDigisPerModules(), and cbm::algo::sts::HitfinderChain::FlattenDigis().
| std::vector<u16> cbm::algo::sts::HitfinderChain::DigiMap::addrToIndex |
Definition at line 70 of file HitfinderChain.h.
Referenced by cbm::algo::sts::HitfinderChain::CountDigisPerModules(), and ModuleIndex().
| size_t cbm::algo::sts::HitfinderChain::DigiMap::maxNDigisPerModule = 0 |
Definition at line 74 of file HitfinderChain.h.
Referenced by cbm::algo::sts::HitfinderChain::CountDigisPerModules(), and cbm::algo::sts::HitfinderChain::operator()().
| std::vector<size_t> cbm::algo::sts::HitfinderChain::DigiMap::nDigisPerModule |
Definition at line 72 of file HitfinderChain.h.
Referenced by cbm::algo::sts::HitfinderChain::CountDigisPerModules(), cbm::algo::sts::HitfinderChain::EnsureDigiOffsets(), and cbm::algo::sts::HitfinderChain::FlattenDigis().
| std::vector<std::vector<size_t> > cbm::algo::sts::HitfinderChain::DigiMap::nDigisPerThread |
Definition at line 73 of file HitfinderChain.h.
Referenced by cbm::algo::sts::HitfinderChain::CountDigisPerModules(), and cbm::algo::sts::HitfinderChain::FlattenDigis().