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 43 of file SeedTestQuerySeeds_module.cc.
|
explicit |
Definition at line 61 of file SeedTestQuerySeeds_module.cc.
|
overridevirtual |
Implements art::EDAnalyzer.
Definition at line 77 of file SeedTestQuerySeeds_module.cc.
|
overridevirtual |
Reimplemented from art::EDAnalyzer.
Definition at line 86 of file SeedTestQuerySeeds_module.cc.
|
overridevirtual |
Reimplemented from art::EDAnalyzer.
Definition at line 95 of file SeedTestQuerySeeds_module.cc.
|
overridevirtual |
Reimplemented from art::EDAnalyzer.
Definition at line 104 of file SeedTestQuerySeeds_module.cc.