Go to the documentation of this file.
25 #ifndef HEPRNDM_HEPRNDMENGINE_H
26 #define HEPRNDM_HEPRNDMENGINE_H 1
63 #endif // HEPRNDM_HEPRNDMENGINE_H
StatusCode seeds(std::vector< long > &seed) const override
Retrieve seeds.
Gaudi::Property< bool > m_useTable
Gaudi::Property< int > m_col
Gaudi::Property< int > m_row
std::unique_ptr< CLHEP::HepRandomEngine > createEngine() override
Create new HepEngine....
Gaudi::Property< int > m_lux
StatusCode initialize() override
Initialize the Engine.
Gaudi::Property< bool > m_setSingleton
BaseEngine(const std::string &name, ISvcLocator *loc)
StatusCode setSeeds(const std::vector< long > &seed) override
Set seeds.
Gaudi::Property< std::vector< long > > m_seeds
StatusCode finalize() override
Finalize the Engine.
Implementation of property with value of concrete type.