#include <cuda_runtime.h>
#include <Eigen/Core>
#include "CUDADataFormats/Common/interface/Product.h"
#include "DataFormats/Common/interface/Handle.h"
#include "FWCore/Framework/interface/ConsumesCollector.h"
#include "FWCore/Framework/interface/Event.h"
#include "FWCore/Framework/interface/EventSetup.h"
#include "FWCore/Framework/interface/MakerMacros.h"
#include "FWCore/Framework/interface/global/EDAnalyzer.h"
#include "FWCore/ParameterSet/interface/ConfigurationDescriptions.h"
#include "FWCore/ParameterSet/interface/ParameterSet.h"
#include "FWCore/ParameterSet/interface/ParameterSetDescription.h"
#include "FWCore/PluginManager/interface/ModuleDef.h"
#include "FWCore/Utilities/interface/EDGetToken.h"
#include "FWCore/Utilities/interface/InputTag.h"
#include "FWCore/Utilities/interface/RunningAverage.h"
#include "HeterogeneousCore/CUDACore/interface/ScopedContext.h"
#include "RecoTracker/TkMSParametrization/interface/PixelRecoUtilities.h"
#include "CUDADataFormats/Vertex/interface/ZVertexSoAHeterogeneousHost.h"
#include "CUDADataFormats/Vertex/interface/ZVertexSoAHeterogeneousDevice.h"
#include "CUDADataFormats/Track/interface/TrackSoAHeterogeneousDevice.h"
#include "CUDADataFormats/Track/interface/TrackSoAHeterogeneousHost.h"
Go to the source code of this file.
Classes | |
class | PixelTrackDumpCUDAT< TrackerTraits > |
Typedefs | |
using | PixelTrackDumpCUDAHIonPhase1 = PixelTrackDumpCUDAT< pixelTopology::HIonPhase1 > |
using | PixelTrackDumpCUDAPhase1 = PixelTrackDumpCUDAT< pixelTopology::Phase1 > |
using | PixelTrackDumpCUDAPhase2 = PixelTrackDumpCUDAT< pixelTopology::Phase2 > |
Functions | |
static const edm::ParameterSetDescriptionFillerPluginFactory::PMaker< edm::ParameterSetDescriptionFiller< PixelTrackDumpCUDAPhase1 > > | s_filler_0__LINE__ ("PixelTrackDumpCUDAPhase1") |
static const edm::MakerPluginFactory ::PMaker< edm::WorkerMaker< PixelTrackDumpCUDAPhase1 > > | s_maker__LINE__ ("PixelTrackDumpCUDAPhase1") |
Definition at line 103 of file PixelTrackDumpCUDA.cc.
Definition at line 97 of file PixelTrackDumpCUDA.cc.
Definition at line 100 of file PixelTrackDumpCUDA.cc.
|
static |
|
static |