Test module for random engine managing interface of NuRandomService. More...
Public Types | |
typedef art::detail::EngineCreator::seed_t | seed_t |
![]() | |
using | WorkerType = WorkerT< EDAnalyzer > |
using | ModuleType = EDAnalyzer |
Private Attributes | |
std::string | moduleLabel |
std::map< std::string, cet::exempt_ptr< CLHEP::HepRandomEngine > > | engines |
std::unique_ptr< CLHEP::HepRandomEngine > | extEngine {nullptr} |
cet::exempt_ptr< CLHEP::HepRandomEngine > | stdEngine {nullptr} |
Additional Inherited Members | |
![]() | |
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 random engine managing interface of NuRandomService.
The test writes on screen the random seeds it gets.
Configuration parameters:
XXX
to a set value ("Seed" sets the seed of the anonymous instance) Definition at line 63 of file RandomManagerTest_module.cc.
Definition at line 65 of file RandomManagerTest_module.cc.
|
explicit |
Definition at line 84 of file RandomManagerTest_module.cc.
|
override |
Definition at line 156 of file RandomManagerTest_module.cc.
|
private |
Definition at line 74 of file RandomManagerTest_module.cc.
|
private |
Definition at line 75 of file RandomManagerTest_module.cc.
|
private |
Definition at line 72 of file RandomManagerTest_module.cc.
|
private |
Definition at line 76 of file RandomManagerTest_module.cc.