#include <RandomNumberGenerator.h>
Public Types | |
template<typename T > | |
using | Atom = fhicl::Atom< T > |
using | Name = fhicl::Name |
using | Comment = fhicl::Comment |
Public Attributes | |
Atom< std::string > | defaultEngineKind |
Atom< std::string > | restoreStateLabel |
Atom< std::string > | saveTo |
Atom< std::string > | restoreFrom {Name{"restoreFrom"}, ""} |
Atom< bool > | debug |
Atom< unsigned > | nPrint |
Definition at line 173 of file RandomNumberGenerator.h.
using art::RandomNumberGenerator::Config::Atom = fhicl::Atom<T> |
Definition at line 175 of file RandomNumberGenerator.h.
using art::RandomNumberGenerator::Config::Comment = fhicl::Comment |
Definition at line 177 of file RandomNumberGenerator.h.
using art::RandomNumberGenerator::Config::Name = fhicl::Name |
Definition at line 176 of file RandomNumberGenerator.h.
Definition at line 216 of file RandomNumberGenerator.h.
Atom<std::string> art::RandomNumberGenerator::Config::defaultEngineKind |
Definition at line 178 of file RandomNumberGenerator.h.
Atom<unsigned> art::RandomNumberGenerator::Config::nPrint |
Definition at line 220 of file RandomNumberGenerator.h.
Atom<std::string> art::RandomNumberGenerator::Config::restoreFrom {Name{"restoreFrom"}, ""} |
Definition at line 215 of file RandomNumberGenerator.h.
Atom<std::string> art::RandomNumberGenerator::Config::restoreStateLabel |
Definition at line 195 of file RandomNumberGenerator.h.
Atom<std::string> art::RandomNumberGenerator::Config::saveTo |
Definition at line 202 of file RandomNumberGenerator.h.