Test module for NuRandomService. More...
Additional Inherited Members | |
Public Types inherited from art::EDAnalyzer | |
using | WorkerType = WorkerT< EDAnalyzer > |
using | ModuleType = EDAnalyzer |
Protected Member Functions inherited from art::Observer | |
Observer (fhicl::ParameterSet const &config) | |
Observer (std::vector< std::string > const &paths, fhicl::ParameterSet const &config) | |
detail::ProcessAndEventSelectors & | processAndEventSelectors () |
Protected Member Functions inherited from art::ModuleBase | |
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 begin subrun.
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 SeedTestRegisterOnSubRun_module.cc.
|
explicit |
Definition at line 55 of file SeedTestRegisterOnSubRun_module.cc.
|
inlineoverridevirtual |
Definition at line 46 of file SeedTestRegisterOnSubRun_module.cc.
|
overridevirtual |
Reimplemented from art::EDAnalyzer.
Definition at line 60 of file SeedTestRegisterOnSubRun_module.cc.