Test module for NuRandomService. More...
Additional Inherited Members | |
![]() | |
using | WorkerType = WorkerT< EDAnalyzer > |
using | ModuleType = EDAnalyzer |
![]() | |
Observer (fhicl::ParameterSet const &config) | |
Observer (std::vector< std::string > const &paths, fhicl::ParameterSet const &config) | |
detail::ProcessAndEventSelectors & | processAndEventSelectors () |
![]() | |
ConsumesCollector & | consumesCollector () |
template<typename T , BranchType = InEvent> | |
ProductToken< T > | consumes (InputTag const &) |
template<typename Element , BranchType = InEvent> | |
ViewToken< Element > | consumesView (InputTag const &) |
template<typename T , BranchType = InEvent> | |
void | consumesMany () |
template<typename T , BranchType = InEvent> | |
ProductToken< T > | mayConsume (InputTag const &) |
template<typename Element , BranchType = InEvent> | |
ViewToken< Element > | mayConsumeView (InputTag const &) |
template<typename T , BranchType = InEvent> | |
void | mayConsumeMany () |
Test module for NuRandomService.
The test tries to get a seed of an unknown engine during event processing.
It is expected to fail, since the engine should be registered on construction.
Note that the test does not actually get any random number.
Configuration parameters: none
Definition at line 40 of file SeedTestRegisterOnProcessEvent_module.cc.
|
explicit |
Definition at line 52 of file SeedTestRegisterOnProcessEvent_module.cc.
|
overridevirtual |
Implements art::EDAnalyzer.
Definition at line 56 of file SeedTestRegisterOnProcessEvent_module.cc.