Test module for NuRandomService. More...
Private Attributes | |
bool | registerEngine |
whether to register the engine on construction 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.
Note that the test does not actually get any random number.
Definition at line 41 of file SeedTestRegisterOnRun_module.cc.
|
explicit |
Definition at line 59 of file SeedTestRegisterOnRun_module.cc.
|
inlineoverridevirtual |
Definition at line 47 of file SeedTestRegisterOnRun_module.cc.
|
overridevirtual |
Reimplemented from art::EDAnalyzer.
Definition at line 70 of file SeedTestRegisterOnRun_module.cc.
|
private |
whether to register the engine on construction
Definition at line 53 of file SeedTestRegisterOnRun_module.cc.