Static Public Member Functions | |
static void | fillDescriptions (edm::ConfigurationDescriptions &descriptions) |
Static Public Member Functions inherited from edm::global::EDAnalyzerBase | |
static const std::string & | baseType () |
static void | fillDescriptions (ConfigurationDescriptions &descriptions) |
static void | prevalidate (ConfigurationDescriptions &descriptions) |
Private Attributes | |
std::unique_ptr < TestCUDAAnalyzerGPUKernel > | gpuAlgo_ |
std::string const | label_ |
double const | maxValue_ |
double const | minValue_ |
edm::EDGetTokenT < cms::cuda::Product < cms::cudatest::Thing > > const | srcToken_ |
Additional Inherited Members | |
Public Types inherited from edm::global::EDAnalyzerBase | |
typedef EDAnalyzerBase | ModuleType |
Public Types inherited from edm::EDConsumerBase | |
typedef ProductLabels | Labels |
Protected Member Functions inherited from edm::EDConsumerBase | |
template<typename ProductType , BranchType B = InEvent> | |
EDGetTokenT< ProductType > | consumes (edm::InputTag const &tag) |
template<BranchType B = InEvent> | |
EDConsumerBaseAdaptor< B > | consumes (edm::InputTag tag) noexcept |
EDGetToken | consumes (const TypeToGet &id, edm::InputTag const &tag) |
template<BranchType B> | |
EDGetToken | consumes (TypeToGet const &id, edm::InputTag const &tag) |
ConsumesCollector | consumesCollector () |
Use a ConsumesCollector to gather consumes information from helper functions. More... | |
template<typename ProductType , BranchType B = InEvent> | |
void | consumesMany () |
void | consumesMany (const TypeToGet &id) |
template<BranchType B> | |
void | consumesMany (const TypeToGet &id) |
template<typename ESProduct , typename ESRecord , Transition Tr = Transition::Event> | |
auto | esConsumes () |
template<typename ESProduct , typename ESRecord , Transition Tr = Transition::Event> | |
auto | esConsumes (ESInputTag const &tag) |
template<Transition Tr = Transition::Event> | |
constexpr auto | esConsumes () noexcept |
template<Transition Tr = Transition::Event> | |
auto | esConsumes (ESInputTag tag) noexcept |
template<Transition Tr = Transition::Event> | |
ESGetTokenGeneric | esConsumes (eventsetup::EventSetupRecordKey const &iRecord, eventsetup::DataKey const &iKey) |
Used with EventSetupRecord::doGet. More... | |
template<typename ProductType , BranchType B = InEvent> | |
EDGetTokenT< ProductType > | mayConsume (edm::InputTag const &tag) |
EDGetToken | mayConsume (const TypeToGet &id, edm::InputTag const &tag) |
template<BranchType B> | |
EDGetToken | mayConsume (const TypeToGet &id, edm::InputTag const &tag) |
void | resetItemsToGetFrom (BranchType iType) |
Definition at line 17 of file TestCUDAAnalyzerGPU.cc.
|
explicit |
Definition at line 36 of file TestCUDAAnalyzerGPU.cc.
References fwrapper::cs, CUDAService::enabled(), cms::cuda::StreamCache::get(), cms::cuda::getStreamCache(), and gpuAlgo_.
|
overridedefault |
|
overridevirtual |
Implements edm::global::EDAnalyzerBase.
Definition at line 57 of file TestCUDAAnalyzerGPU.cc.
References edm::EventID::event(), cms::cudatest::Thing::get(), edm::Event::get(), gpuAlgo_, edm::EventBase::id(), recoMuon::in, input, label_, srcToken_, and edm::Event::streamID().
|
overridevirtual |
Reimplemented from edm::global::EDAnalyzerBase.
Definition at line 70 of file TestCUDAAnalyzerGPU.cc.
References cms::cuda::assert(), cms::cuda::StreamCache::get(), cms::cuda::getStreamCache(), gpuAlgo_, label_, maxValue_, minValue_, and relativeConstraints::value.
|
static |
Definition at line 48 of file TestCUDAAnalyzerGPU.cc.
References edm::ParameterSetDescription::add(), edm::ConfigurationDescriptions::addWithDefaultLabel(), submitPVResolutionJobs::desc, HLT_FULL_cff::InputTag, and edm::ConfigurationDescriptions::setComment().
|
mutableprivate |
Definition at line 33 of file TestCUDAAnalyzerGPU.cc.
Referenced by analyze(), endJob(), and TestCUDAAnalyzerGPU().
|
private |
Definition at line 28 of file TestCUDAAnalyzerGPU.cc.
Referenced by SequenceTypes.DummyModule::__repr__(), Mixins._Labelable::_findDependencies(), analyze(), endJob(), and Mixins._Labelable::setLabel().
|
private |
Definition at line 31 of file TestCUDAAnalyzerGPU.cc.
Referenced by endJob().
|
private |
Definition at line 30 of file TestCUDAAnalyzerGPU.cc.
Referenced by endJob().
|
private |
Definition at line 29 of file TestCUDAAnalyzerGPU.cc.
Referenced by analyze().