CMS 3D CMS Logo

AlpakaBackendProducer.cc
Go to the documentation of this file.
10 
12 
14  public:
16 
17  void produce(edm::StreamID sid, device::Event& event, device::EventSetup const&) const override {}
18 
19  static void fillDescriptions(edm::ConfigurationDescriptions& descriptions) {
21  descriptions.addWithDefaultLabel(desc);
22  descriptions.setComment(
23  "The alpaka EDProducer does not have any explicit products. "
24  "Its only purpose is to produce a 'backend' value.");
25  }
26  };
27 
28 } // namespace ALPAKA_ACCELERATOR_NAMESPACE
29 
31 DEFINE_FWK_ALPAKA_MODULE(AlpakaBackendProducer);
void addWithDefaultLabel(ParameterSetDescription const &psetDescription)
static void fillDescriptions(edm::ConfigurationDescriptions &descriptions)
Definition: config.py:1
void setComment(std::string const &value)
void produce(edm::StreamID sid, device::Event &event, device::EventSetup const &) const override
#define DEFINE_FWK_ALPAKA_MODULE(name)
Definition: MakerMacros.h:16
Definition: event.py:1