|
CbmRoot
|
#include "CbmStsDigi.h"#include "algo/base/Definitions.h"#include "algo/base/gpu/DeviceImage.h"#include "algo/base/gpu/PaddedValue.h"#include "algo/base/gpu/Params.h"#include "algo/data/sts/Cluster.h"#include "algo/data/sts/Hit.h"#include "algo/data/sts/HitfinderPars.h"#include <xpu/device.h>Go to the source code of this file.
Classes | |
| struct | cbm::algo::sts::ClusterIdx |
| struct | cbm::algo::sts::TheHitfinder |
| struct | cbm::algo::sts::SortDigis |
| struct | cbm::algo::sts::FindClusters |
| struct | cbm::algo::sts::ChannelOffsets |
| struct | cbm::algo::sts::CreateDigiConnections |
| struct | cbm::algo::sts::CreateClusters |
| struct | cbm::algo::sts::SortClusters |
| struct | cbm::algo::sts::FindHits |
| struct | cbm::algo::sts::HitfinderMonDevice |
| struct | cbm::algo::sts::SensorPar |
| struct | cbm::algo::sts::HitfinderCache |
| struct | cbm::algo::sts::ClusterCalculationProperties |
| class | cbm::algo::sts::DigiConnector |
| class | cbm::algo::sts::Hitfinder |
Namespaces | |
| namespace | cbm |
| namespace | cbm::algo |
| namespace | cbm::algo::sts |
Enumerations | |
| enum | cbm::algo::GpuConstants { cbm::algo::kSortDigisBlockSize = 512 , cbm::algo::kSortDigisItemsPerThread = 15 , cbm::algo::kSortClustersBlockSize = 512 , cbm::algo::kSortClustersItemsPerThread = 15 , cbm::algo::kFindClusterBlockSize = 1024 , cbm::algo::kFindHitsBlockSize = 64 , cbm::algo::kFindHitsChunksPerModule = 16 } |