![]() |
The Gaudi Framework
v26r4
|


Public Member Functions | |
| Generator (IInterface *engine) | |
| Standard Constructor. More... | |
| virtual | ~Generator ()=default |
| Standard Destructor. More... | |
| virtual StatusCode | initialize (const IRndmGen::Param &par) |
| Initialize the generator. More... | |
| virtual StatusCode | finalize () |
| Finalize the generator. More... | |
| virtual double | shoot () const |
| Single shot. More... | |
Public Member Functions inherited from RndmGen | |
| StatusCode | initialize (const IRndmGen::Param &par) override |
| IRndmGen implementation. More... | |
| StatusCode | finalize () override |
| Finalize the generator. More... | |
| const InterfaceID & | type () const override |
| Random number generator type. More... | |
| long | ID () const override |
| Random number generator ID. More... | |
| const IRndmGen::Param * | parameters () const override |
| Access to random number generator parameters. More... | |
| StatusCode | shootArray (std::vector< double > &array, long howmany, long start) const override |
| Multiple shots returning vector with random number according to specified distribution. More... | |
Public Member Functions inherited from implements< Interfaces > | |
| void * | i_cast (const InterfaceID &tid) const override |
| Implementation of IInterface::i_cast. More... | |
| StatusCode | queryInterface (const InterfaceID &ti, void **pp) override |
| Implementation of IInterface::queryInterface. More... | |
| std::vector< std::string > | getInterfaceNames () const override |
| Implementation of IInterface::getInterfaceNames. More... | |
| implements ()=default | |
| Default constructor. More... | |
| implements (const implements &) | |
| Copy constructor (zero the reference count) More... | |
| implements & | operator= (const implements &) |
| Assignment operator (do not touch the reference count). More... | |
| ~implements () override=default | |
| Virtual destructor. More... | |
| unsigned long | addRef () override |
| Reference Interface instance. More... | |
| unsigned long | release () override |
| Release Interface instance. More... | |
| unsigned long | refCount () const override |
| Current reference count. More... | |
| void * | i_cast (const InterfaceID &tid) const override |
| Implementation of IInterface::i_cast. More... | |
| StatusCode | queryInterface (const InterfaceID &ti, void **pp) override |
| Implementation of IInterface::queryInterface. More... | |
| std::vector< std::string > | getInterfaceNames () const override |
| Implementation of IInterface::getInterfaceNames. More... | |
| implements ()=default | |
| Default constructor. More... | |
| implements (const implements &) | |
| Copy constructor (zero the reference count) More... | |
| implements & | operator= (const implements &) |
| Assignment operator (do not touch the reference count). More... | |
| ~implements () override=default | |
| Virtual destructor. More... | |
| unsigned long | addRef () override |
| Reference Interface instance. More... | |
| unsigned long | release () override |
| Release Interface instance. More... | |
| unsigned long | refCount () const override |
| Current reference count. More... | |
Public Member Functions inherited from extend_interfaces< Interfaces...> | |
| ~extend_interfaces () override=default | |
| Virtual destructor. More... | |
| ~extend_interfaces () override=default | |
| Virtual destructor. More... | |
Protected Attributes | |
| std::unique_ptr< RandGeneral > | m_generator |
| HepRandomEngine * | m_hepEngine = nullptr |
Protected Attributes inherited from RndmGen | |
| std::unique_ptr< IRndmGen::Param > | m_params |
| Generation parameters. More... | |
| SmartIF< IRndmEngine > | m_engine |
| Hosting service: Access must always be possible. More... | |
Protected Attributes inherited from implements< Interfaces > | |
| unsigned long | m_refCount = 0 |
| Reference counter. More... | |
Additional Inherited Members | |
Public Types inherited from implements< Interfaces > | |
| using | base_class = implements< Interfaces...> |
| Typedef to this class. More... | |
| using | extend_interfaces_base = extend_interfaces< Interfaces...> |
| Typedef to the base of this class. More... | |
| using | iids = typename extend_interfaces_base::ext_iids |
| using | base_class = implements< Interfaces...> |
| Typedef to this class. More... | |
| using | extend_interfaces_base = extend_interfaces< Interfaces...> |
| Typedef to the base of this class. More... | |
| using | iids = typename extend_interfaces_base::ext_iids |
Public Types inherited from extend_interfaces< Interfaces...> | |
| using | ext_iids = typename Gaudi::interface_list_cat< typename Interfaces::ext_iids...>::type |
| take union of the ext_iids of all Interfaces... More... | |
| using | ext_iids = typename Gaudi::interface_list_cat< typename Interfaces::ext_iids...>::type |
| take union of the ext_iids of all Interfaces... More... | |
Protected Member Functions inherited from RndmGen | |
| RndmGen (IInterface *engine) | |
| Standard Constructor. More... | |
| ~RndmGen () override=default | |
| Standard Destructor. More... | |
Definition at line 340 of file HepRndmGenerators.cpp.
|
inline |
|
virtualdefault |
Standard Destructor.
|
inlinevirtual |
Finalize the generator.
Definition at line 376 of file HepRndmGenerators.cpp.
|
inlinevirtual |
Initialize the generator.
Definition at line 352 of file HepRndmGenerators.cpp.
|
inlinevirtual |
Single shot.
Definition at line 381 of file HepRndmGenerators.cpp.
|
protected |
Definition at line 342 of file HepRndmGenerators.cpp.
|
protected |
Definition at line 343 of file HepRndmGenerators.cpp.