#include <cmath>
#include <cstdint>
#include <cstdio>
#include <limits>
#include <type_traits>
#include <alpaka/alpaka.hpp>
#include "DataFormats/TrackSoA/interface/TrackDefinitions.h"
#include "DataFormats/TrackSoA/interface/TracksSoA.h"
#include "DataFormats/TrackSoA/interface/alpaka/TrackUtilities.h"
#include "HeterogeneousCore/AlpakaInterface/interface/AtomicPairCounter.h"
#include "HeterogeneousCore/AlpakaInterface/interface/config.h"
#include "HeterogeneousCore/AlpakaInterface/interface/workdivision.h"
#include "CACell.h"
#include "CAHitNtupletGeneratorKernels.h"
#include "CAStructures.h"
Go to the source code of this file.
Namespaces | |
ALPAKA_ACCELERATOR_NAMESPACE::caHitNtupletGeneratorKernels | |
Variables | |
constexpr float | ALPAKA_ACCELERATOR_NAMESPACE::caHitNtupletGeneratorKernels::maxScore = std::numeric_limits<float>::max() |
constexpr float | ALPAKA_ACCELERATOR_NAMESPACE::caHitNtupletGeneratorKernels::nSigma2 = 25.f |
constexpr uint32_t | ALPAKA_ACCELERATOR_NAMESPACE::caHitNtupletGeneratorKernels::tkNotFound = std::numeric_limits<uint16_t>::max() |