#include <TestHostOnlyHelperClass.h>
Public Member Functions | |
int | run (edm::Event const &iEvent, edm::EventSetup const &iSetup) const |
TestHostOnlyHelperClass (edm::ParameterSet const &iConfig, edm::ConsumesCollector iC) | |
Static Public Member Functions | |
static void | fillPSetDescription (edm::ParameterSetDescription &iDesc) |
Private Attributes | |
edm::EDGetTokenT< edmtest::IntProduct > const | edToken_ |
edm::ESGetToken< cms::alpakatest::ESTestDataA, AlpakaESTestRecordA > const | esToken_ |
Definition at line 15 of file TestHostOnlyHelperClass.h.
cms::alpakatest::TestHostOnlyHelperClass::TestHostOnlyHelperClass | ( | edm::ParameterSet const & | iConfig, |
edm::ConsumesCollector | iC | ||
) |
Definition at line 5 of file TestHostOnlyHelperClass.cc.
|
static |
Definition at line 8 of file TestHostOnlyHelperClass.cc.
References edm::ParameterSetDescription::add().
Referenced by ALPAKA_ACCELERATOR_NAMESPACE::TestAlpakaStreamSynchronizingProducer::fillDescriptions().
int cms::alpakatest::TestHostOnlyHelperClass::run | ( | edm::Event const & | iEvent, |
edm::EventSetup const & | iSetup | ||
) | const |
Definition at line 12 of file TestHostOnlyHelperClass.cc.
References edToken_, esToken_, edm::EventSetup::getData(), and iEvent.
Referenced by ALPAKA_ACCELERATOR_NAMESPACE::TestAlpakaStreamSynchronizingProducer::acquire().
|
private |
Definition at line 24 of file TestHostOnlyHelperClass.h.
Referenced by run().
|
private |
Definition at line 25 of file TestHostOnlyHelperClass.h.
Referenced by run().