![]() |
LArSoft
v10_06_00
Liquid Argon Software toolkit - https://larsoft.org/
|
#include "PolicyFactory.h"
Public Member Functions | |
| operator bool () const | |
| bool | operator! () const |
| RandomSeedPolicyBase< SEED > const * | operator-> () const |
| RandomSeedPolicyBase< SEED > * | operator-> () |
Public Attributes | |
| Policy | policy { Policy::unDefined } |
| std::unique_ptr< RandomSeedPolicyBase< SEED > > | ptr |
Return value of makeRandomSeedPolicy(): a pointer to RandomSeedPolicyBase<SEED> travelling with a policy number.
Definition at line 38 of file PolicyFactory.h.
|
inline |
Definition at line 42 of file PolicyFactory.h.
|
inline |
Definition at line 43 of file PolicyFactory.h.
|
inline |
Definition at line 44 of file PolicyFactory.h.
|
inline |
Definition at line 45 of file PolicyFactory.h.
| Policy rndm::details::PolicyStruct_t< SEED >::policy { Policy::unDefined } |
Definition at line 39 of file PolicyFactory.h.
Referenced by rndm::details::makeRandomSeedPolicy(), and rndm::details::PerEventPolicy< SEED >::print().
| std::unique_ptr<RandomSeedPolicyBase<SEED> > rndm::details::PolicyStruct_t< SEED >::ptr |
Definition at line 40 of file PolicyFactory.h.
Referenced by rndm::details::PolicyStruct_t< seed_t >::operator!().