CbmRoot
|
#include "CbmStsDigi.h"
#include "Definitions.h"
#include "gpu/DeviceImage.h"
#include "gpu/PaddedValue.h"
#include "gpu/Params.h"
#include "sts/Cluster.h"
#include "sts/Hit.h"
#include "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 } |