LArSoft  v07_13_02
Liquid Argon Software toolkit - http://larsoft.org/
art::RandomNumberGenerator::Config Struct Reference

#include "RandomNumberGenerator.h"

Public Attributes

fhicl::Atom< std::string > restoreStateLabel
 
fhicl::Atom< std::string > saveTo {fhicl::Name{"saveTo"}, ""}
 
fhicl::Atom< std::string > restoreFrom {fhicl::Name{"restoreFrom"}, ""}
 
fhicl::Atom< unsigned > nPrint {fhicl::Name{"nPrint"}, 10u}
 
fhicl::Atom< bool > debug {fhicl::Name{"debug"}, false}
 

Detailed Description

Definition at line 222 of file RandomNumberGenerator.h.

Member Data Documentation

fhicl::Atom<bool> art::RandomNumberGenerator::Config::debug {fhicl::Name{"debug"}, false}

Definition at line 228 of file RandomNumberGenerator.h.

fhicl::Atom<unsigned> art::RandomNumberGenerator::Config::nPrint {fhicl::Name{"nPrint"}, 10u}

Definition at line 227 of file RandomNumberGenerator.h.

fhicl::Atom<std::string> art::RandomNumberGenerator::Config::restoreFrom {fhicl::Name{"restoreFrom"}, ""}

Definition at line 226 of file RandomNumberGenerator.h.

fhicl::Atom<std::string> art::RandomNumberGenerator::Config::restoreStateLabel
Initial value:
{fhicl::Name{"restoreStateLabel"},
""}

Definition at line 223 of file RandomNumberGenerator.h.

fhicl::Atom<std::string> art::RandomNumberGenerator::Config::saveTo {fhicl::Name{"saveTo"}, ""}

Definition at line 225 of file RandomNumberGenerator.h.


The documentation for this struct was generated from the following file: