The Gaudi Framework  v30r3 (a5ef0a68)
HepRndm::Engine< TYPE > Class Template Reference

#include <src/RndmGenSvc/HepRndmEngine.h>

Inheritance diagram for HepRndm::Engine< TYPE >:
Collaboration diagram for HepRndm::Engine< TYPE >:

Public Member Functions

StatusCode initialize () override
 Initialize the Engine. More...
 
StatusCode finalize () override
 Finalize the Engine. More...
 
StatusCode setSeeds (const std::vector< long > &seed) override
 Set seeds. More...
 
StatusCode seeds (std::vector< long > &seed) const override
 Retrieve seeds. More...
 
- Public Member Functions inherited from HepRndm::BaseEngine
 BaseEngine (const std::string &name, ISvcLocator *loc)
 
CLHEP::HepRandomEngine * hepEngine ()
 
const CLHEP::HepRandomEngine * hepEngine () const
 
double rndm () const override
 
StatusCode finalize () override
 
- Public Member Functions inherited from RndmEngine
StatusCode initialize () override
 Service override: initialization. More...
 
double rndm () const override
 Single shot returning single random number. More...
 
StatusCode rndmArray (std::vector< double > &array, long howmany, long start=0) const override
 Multiple shots returning vector with flat random numbers. More...
 
StreamBufferserialize (StreamBuffer &str) override
 Input serialization from stream buffer. More...
 
StreamBufferserialize (StreamBuffer &str) const override
 Output serialization to stream buffer. More...
 
- Public Member Functions inherited from extends< Service, IRndmEngine, ISerialize >
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::stringgetInterfaceNames () const override
 Implementation of IInterface::getInterfaceNames. More...
 
- Public Member Functions inherited from Service
const std::stringname () const override
 Retrieve name of the service. More...
 
StatusCode configure () override
 
StatusCode initialize () override
 
StatusCode start () override
 
StatusCode stop () override
 
StatusCode finalize () override
 
StatusCode terminate () override
 
Gaudi::StateMachine::State FSMState () const override
 
Gaudi::StateMachine::State targetFSMState () const override
 
StatusCode reinitialize () override
 
StatusCode restart () override
 
StatusCode sysInitialize () override
 Initialize Service. More...
 
StatusCode sysStart () override
 Initialize Service. More...
 
StatusCode sysStop () override
 Initialize Service. More...
 
StatusCode sysFinalize () override
 Finalize Service. More...
 
StatusCode sysReinitialize () override
 Re-initialize the Service. More...
 
StatusCode sysRestart () override
 Re-initialize the Service. More...
 
 Service (std::string name, ISvcLocator *svcloc)
 Standard Constructor. More...
 
SmartIF< ISvcLocator > & serviceLocator () const override
 Retrieve pointer to service locator. More...
 
StatusCode setProperties ()
 Method for setting declared properties to the values specified for the job. More...
 
template<class T >
StatusCode service (const std::string &name, const T *&psvc, bool createIf=true) const
 Access a service by name, creating it if it doesn't already exist. More...
 
template<class T >
StatusCode service (const std::string &name, T *&psvc, bool createIf=true) const
 
template<typename IFace = IService>
SmartIF< IFace > service (const std::string &name, bool createIf=true) const
 
template<class T >
StatusCode service (const std::string &svcType, const std::string &svcName, T *&psvc) const
 Access a service by name and type, creating it if it doesn't already exist. More...
 
template<class T >
StatusCode declareTool (ToolHandle< T > &handle, std::string toolTypeAndName, bool createIf=true)
 Declare used tool. More...
 
SmartIF< IAuditorSvc > & auditorSvc () const
 The standard auditor service.May not be invoked before sysInitialize() has been invoked. More...
 
- Public Member Functions inherited from PropertyHolder< CommonMessaging< implements< IService, IProperty, IStateful > > >
 PropertyHolder ()=default
 
Gaudi::Details::PropertyBasedeclareProperty (Gaudi::Details::PropertyBase &prop)
 Declare a property. More...
 
Gaudi::Details::PropertyBasedeclareProperty (const std::string &name, TYPE &value, const std::string &doc="none")
 Helper to wrap a regular data member and use it as a regular property. More...
 
Gaudi::Details::PropertyBasedeclareProperty (const std::string &name, Gaudi::Property< TYPE, VERIFIER, HANDLERS > &prop, const std::string &doc="none")
 Declare a PropertyBase instance setting name and documentation. More...
 
Gaudi::Details::PropertyBasedeclareRemoteProperty (const std::string &name, IProperty *rsvc, const std::string &rname="")
 Declare a remote property. More...
 
StatusCode setProperty (const Gaudi::Details::PropertyBase &p) override
 set the property form another property More...
 
StatusCode setProperty (const std::string &s) override
 set the property from the formatted string More...
 
StatusCode setProperty (const std::string &n, const std::string &v) override
 set the property from name and the value More...
 
StatusCode setProperty (const std::string &name, const TYPE &value)
 set the property form the value More...
 
StatusCode getProperty (Gaudi::Details::PropertyBase *p) const override
 get the property More...
 
const Gaudi::Details::PropertyBasegetProperty (const std::string &name) const override
 get the property by name More...
 
StatusCode getProperty (const std::string &n, std::string &v) const override
 convert the property to the string More...
 
const std::vector< Gaudi::Details::PropertyBase * > & getProperties () const override
 get all properties More...
 
bool hasProperty (const std::string &name) const override
 Return true if we have a property with the given name. More...
 
 PropertyHolder (const PropertyHolder &)=delete
 
PropertyHolderoperator= (const PropertyHolder &)=delete
 
- Public Member Functions inherited from CommonMessaging< implements< IService, IProperty, IStateful > >
MSG::Level msgLevel () const
 get the cached level (originally extracted from the embedded MsgStream) More...
 
bool msgLevel (MSG::Level lvl) const
 get the output level from the embedded MsgStream More...
 
MSG::Level outputLevel () const
 Backward compatibility function for getting the output level. More...
 
- Public Member Functions inherited from CommonMessagingBase
virtual ~CommonMessagingBase ()=default
 Virtual destructor. More...
 
const SmartIF< IMessageSvc > & msgSvc () const
 The standard message service. More...
 
MsgStreammsgStream () const
 Return an uninitialized MsgStream. More...
 
MsgStreammsgStream (const MSG::Level level) const
 Predefined configurable message stream for the efficient printouts. More...
 
MsgStreamalways () const
 shortcut for the method msgStream(MSG::ALWAYS) More...
 
MsgStreamfatal () const
 shortcut for the method msgStream(MSG::FATAL) More...
 
MsgStreamerr () const
 shortcut for the method msgStream(MSG::ERROR) More...
 
MsgStreamerror () const
 shortcut for the method msgStream(MSG::ERROR) More...
 
MsgStreamwarning () const
 shortcut for the method msgStream(MSG::WARNING) More...
 
MsgStreaminfo () const
 shortcut for the method msgStream(MSG::INFO) More...
 
MsgStreamdebug () const
 shortcut for the method msgStream(MSG::DEBUG) More...
 
MsgStreamverbose () const
 shortcut for the method msgStream(MSG::VERBOSE) More...
 
MsgStreammsg () const
 shortcut for the method msgStream(MSG::INFO) More...
 

Protected Attributes

Gaudi::Property< std::vector< long > > m_seeds {this, "Seeds", {}, "seed table"}
 
Gaudi::Property< int > m_col {this, "Column", 0}
 
Gaudi::Property< int > m_row {this, "Row", 1}
 
Gaudi::Property< int > m_lux {this, "Luxury", 3}
 
Gaudi::Property< bool > m_useTable {this, "UseTable", false}
 
Gaudi::Property< bool > m_setSingleton {this, "SetSingleton", false}
 
- Protected Attributes inherited from HepRndm::BaseEngine
std::unique_ptr< CLHEP::HepRandomEngine > m_hepEngine
 
- Protected Attributes inherited from Service
Gaudi::StateMachine::State m_state = Gaudi::StateMachine::OFFLINE
 Service state. More...
 
Gaudi::StateMachine::State m_targetState = Gaudi::StateMachine::OFFLINE
 Service state. More...
 
Gaudi::Property< int > m_outputLevel {this, "OutputLevel", MSG::NIL, "output level"}
 
Gaudi::Property< bool > m_auditInit {this, "AuditServices", false, "[[deprecated]] unused"}
 
Gaudi::Property< bool > m_auditorInitialize {this, "AuditInitialize", false, "trigger auditor on initialize()"}
 
Gaudi::Property< bool > m_auditorStart {this, "AuditStart", false, "trigger auditor on start()"}
 
Gaudi::Property< bool > m_auditorStop {this, "AuditStop", false, "trigger auditor on stop()"}
 
Gaudi::Property< bool > m_auditorFinalize {this, "AuditFinalize", false, "trigger auditor on finalize()"}
 
Gaudi::Property< bool > m_auditorReinitialize {this, "AuditReinitialize", false, "trigger auditor on reinitialize()"}
 
Gaudi::Property< bool > m_auditorRestart {this, "AuditRestart", false, "trigger auditor on restart()"}
 
SmartIF< IAuditorSvcm_pAuditorSvc
 Auditor Service. More...
 

Private Member Functions

std::unique_ptr< CLHEP::HepRandomEngine > createEngine () override
 Create new HepEngine.... More...
 
template<>
std::unique_ptr< CLHEP::HepRandomEngine > createEngine ()
 
template<>
std::unique_ptr< CLHEP::HepRandomEngine > createEngine ()
 
template<>
std::unique_ptr< CLHEP::HepRandomEngine > createEngine ()
 
template<>
std::unique_ptr< CLHEP::HepRandomEngine > createEngine ()
 
template<>
std::unique_ptr< CLHEP::HepRandomEngine > createEngine ()
 
template<>
std::unique_ptr< CLHEP::HepRandomEngine > createEngine ()
 
template<>
std::unique_ptr< CLHEP::HepRandomEngine > createEngine ()
 
template<>
std::unique_ptr< CLHEP::HepRandomEngine > createEngine ()
 
template<>
std::unique_ptr< CLHEP::HepRandomEngine > createEngine ()
 
template<>
std::unique_ptr< CLHEP::HepRandomEngine > createEngine ()
 
template<>
std::unique_ptr< CLHEP::HepRandomEngine > createEngine ()
 

Additional Inherited Members

- Public Types inherited from extends< Service, IRndmEngine, ISerialize >
using base_class = extends
 Typedef to this class. More...
 
using extend_interfaces_base = extend_interfaces< Interfaces... >
 Typedef to the base of this class. More...
 
- Public Types inherited from Service
using Factory = Gaudi::PluginService::Factory< IService *(const std::string &, ISvcLocator *)>
 
- Public Types inherited from PropertyHolder< CommonMessaging< implements< IService, IProperty, IStateful > > >
using PropertyHolderImpl = PropertyHolder< CommonMessaging< implements< IService, IProperty, IStateful > > >
 Typedef used to refer to this class from derived classes, as in. More...
 
- Public Types inherited from CommonMessaging< implements< IService, IProperty, IStateful > >
using base_class = CommonMessaging
 
- 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...
 
- Protected Member Functions inherited from HepRndm::BaseEngine
void initEngine ()
 
- Protected Member Functions inherited from Service
 ~Service () override
 Standard Destructor. More...
 
int outputLevel () const
 get the Service's output level More...
 
- Protected Member Functions inherited from PropertyHolder< CommonMessaging< implements< IService, IProperty, IStateful > > >
Gaudi::Details::PropertyBaseproperty (const std::string &name) const
 
- Protected Member Functions inherited from CommonMessaging< implements< IService, IProperty, IStateful > >
MSG::Level setUpMessaging () const
 Set up local caches. More...
 
MSG::Level resetMessaging ()
 Reinitialize internal states. More...
 
void updateMsgStreamOutputLevel (int level)
 Update the output level of the cached MsgStream. More...
 

Detailed Description

template<class TYPE>
class HepRndm::Engine< TYPE >

Definition at line 26 of file HepRndmEngine.h.

Member Function Documentation

template<class TYPE >
std::unique_ptr<CLHEP::HepRandomEngine> HepRndm::Engine< TYPE >::createEngine ( )
overrideprivatevirtual

Create new HepEngine....

Implements HepRndm::BaseEngine.

template<>
std::unique_ptr< CLHEP::HepRandomEngine > HepRndm::Engine< DualRand >::createEngine ( )
privatevirtual

Implements HepRndm::BaseEngine.

Definition at line 143 of file HepRndmEngines.cpp.

144  {
145  return m_useTable ? std::make_unique<DualRand>( m_row, m_col ) : std::make_unique<DualRand>( m_seeds[0] );
146  }
Gaudi::Property< bool > m_useTable
Definition: HepRndmEngine.h:34
Gaudi::Property< int > m_row
Definition: HepRndmEngine.h:32
Gaudi::Property< int > m_col
Definition: HepRndmEngine.h:31
Gaudi::Property< std::vector< long > > m_seeds
Definition: HepRndmEngine.h:29
template<>
std::unique_ptr< CLHEP::HepRandomEngine > HepRndm::Engine< TripleRand >::createEngine ( )
privatevirtual

Implements HepRndm::BaseEngine.

Definition at line 149 of file HepRndmEngines.cpp.

150  {
151  return m_useTable ? std::make_unique<TripleRand>( m_row, m_col ) : std::make_unique<TripleRand>( m_seeds[0] );
152  }
Gaudi::Property< bool > m_useTable
Definition: HepRndmEngine.h:34
Gaudi::Property< int > m_row
Definition: HepRndmEngine.h:32
Gaudi::Property< int > m_col
Definition: HepRndmEngine.h:31
Gaudi::Property< std::vector< long > > m_seeds
Definition: HepRndmEngine.h:29
template<>
std::unique_ptr< CLHEP::HepRandomEngine > HepRndm::Engine< DRand48Engine >::createEngine ( )
privatevirtual

Implements HepRndm::BaseEngine.

Definition at line 155 of file HepRndmEngines.cpp.

156  {
157  return m_useTable ? std::make_unique<DRand48Engine>( m_row, m_col ) : std::make_unique<DRand48Engine>( m_seeds[0] );
158  }
Gaudi::Property< bool > m_useTable
Definition: HepRndmEngine.h:34
Gaudi::Property< int > m_row
Definition: HepRndmEngine.h:32
Gaudi::Property< int > m_col
Definition: HepRndmEngine.h:31
Gaudi::Property< std::vector< long > > m_seeds
Definition: HepRndmEngine.h:29
template<>
std::unique_ptr< CLHEP::HepRandomEngine > HepRndm::Engine< Hurd160Engine >::createEngine ( )
privatevirtual

Implements HepRndm::BaseEngine.

Definition at line 161 of file HepRndmEngines.cpp.

162  {
163  return m_useTable ? std::make_unique<Hurd160Engine>( m_row, m_col ) : std::make_unique<Hurd160Engine>( m_seeds[0] );
164  }
Gaudi::Property< bool > m_useTable
Definition: HepRndmEngine.h:34
Gaudi::Property< int > m_row
Definition: HepRndmEngine.h:32
Gaudi::Property< int > m_col
Definition: HepRndmEngine.h:31
Gaudi::Property< std::vector< long > > m_seeds
Definition: HepRndmEngine.h:29
template<>
std::unique_ptr< CLHEP::HepRandomEngine > HepRndm::Engine< Hurd288Engine >::createEngine ( )
privatevirtual

Implements HepRndm::BaseEngine.

Definition at line 167 of file HepRndmEngines.cpp.

168  {
169  return m_useTable ? std::make_unique<Hurd288Engine>( m_row, m_col ) : std::make_unique<Hurd288Engine>( m_seeds[0] );
170  }
Gaudi::Property< bool > m_useTable
Definition: HepRndmEngine.h:34
Gaudi::Property< int > m_row
Definition: HepRndmEngine.h:32
Gaudi::Property< int > m_col
Definition: HepRndmEngine.h:31
Gaudi::Property< std::vector< long > > m_seeds
Definition: HepRndmEngine.h:29
template<>
std::unique_ptr< CLHEP::HepRandomEngine > HepRndm::Engine< RanecuEngine >::createEngine ( )
privatevirtual

Implements HepRndm::BaseEngine.

Definition at line 173 of file HepRndmEngines.cpp.

174  {
175  return m_useTable ? std::make_unique<RanecuEngine>( m_row ) : std::make_unique<RanecuEngine>( m_seeds[0] );
176  }
Gaudi::Property< bool > m_useTable
Definition: HepRndmEngine.h:34
Gaudi::Property< int > m_row
Definition: HepRndmEngine.h:32
Gaudi::Property< std::vector< long > > m_seeds
Definition: HepRndmEngine.h:29
template<>
std::unique_ptr< CLHEP::HepRandomEngine > HepRndm::Engine< RanshiEngine >::createEngine ( )
privatevirtual

Implements HepRndm::BaseEngine.

Definition at line 179 of file HepRndmEngines.cpp.

180  {
181  return m_useTable ? std::make_unique<RanshiEngine>( m_row, m_col ) : std::make_unique<RanshiEngine>( m_seeds[0] );
182  }
Gaudi::Property< bool > m_useTable
Definition: HepRndmEngine.h:34
Gaudi::Property< int > m_row
Definition: HepRndmEngine.h:32
Gaudi::Property< int > m_col
Definition: HepRndmEngine.h:31
Gaudi::Property< std::vector< long > > m_seeds
Definition: HepRndmEngine.h:29
template<>
std::unique_ptr< CLHEP::HepRandomEngine > HepRndm::Engine< RanluxEngine >::createEngine ( )
privatevirtual

Implements HepRndm::BaseEngine.

Definition at line 185 of file HepRndmEngines.cpp.

186  {
187  return m_useTable ? std::make_unique<RanluxEngine>( m_row, m_col, m_lux )
188  : std::make_unique<RanluxEngine>( m_seeds[0], m_lux );
189  }
Gaudi::Property< bool > m_useTable
Definition: HepRndmEngine.h:34
Gaudi::Property< int > m_row
Definition: HepRndmEngine.h:32
Gaudi::Property< int > m_col
Definition: HepRndmEngine.h:31
Gaudi::Property< int > m_lux
Definition: HepRndmEngine.h:33
Gaudi::Property< std::vector< long > > m_seeds
Definition: HepRndmEngine.h:29
template<>
std::unique_ptr< CLHEP::HepRandomEngine > HepRndm::Engine< Ranlux64Engine >::createEngine ( )
privatevirtual

Implements HepRndm::BaseEngine.

Definition at line 192 of file HepRndmEngines.cpp.

193  {
194  return m_useTable ? std::make_unique<Ranlux64Engine>( m_row, m_col, m_lux )
195  : std::make_unique<Ranlux64Engine>( m_seeds[0], m_lux );
196  }
Gaudi::Property< bool > m_useTable
Definition: HepRndmEngine.h:34
Gaudi::Property< int > m_row
Definition: HepRndmEngine.h:32
Gaudi::Property< int > m_col
Definition: HepRndmEngine.h:31
Gaudi::Property< int > m_lux
Definition: HepRndmEngine.h:33
Gaudi::Property< std::vector< long > > m_seeds
Definition: HepRndmEngine.h:29
template<>
std::unique_ptr< CLHEP::HepRandomEngine > HepRndm::Engine< MTwistEngine >::createEngine ( )
privatevirtual

Implements HepRndm::BaseEngine.

Definition at line 199 of file HepRndmEngines.cpp.

200  {
201  return m_useTable ? std::make_unique<MTwistEngine>( m_row, m_col ) : std::make_unique<MTwistEngine>( m_seeds[0] );
202  }
Gaudi::Property< bool > m_useTable
Definition: HepRndmEngine.h:34
Gaudi::Property< int > m_row
Definition: HepRndmEngine.h:32
Gaudi::Property< int > m_col
Definition: HepRndmEngine.h:31
Gaudi::Property< std::vector< long > > m_seeds
Definition: HepRndmEngine.h:29
template<>
std::unique_ptr< CLHEP::HepRandomEngine > HepRndm::Engine< HepJamesRandom >::createEngine ( )
privatevirtual

Implements HepRndm::BaseEngine.

Definition at line 205 of file HepRndmEngines.cpp.

206  {
207  return m_useTable ? std::make_unique<HepJamesRandom>( m_row, m_col )
208  : std::make_unique<HepJamesRandom>( m_seeds[0] );
209  }
Gaudi::Property< bool > m_useTable
Definition: HepRndmEngine.h:34
Gaudi::Property< int > m_row
Definition: HepRndmEngine.h:32
Gaudi::Property< int > m_col
Definition: HepRndmEngine.h:31
Gaudi::Property< std::vector< long > > m_seeds
Definition: HepRndmEngine.h:29
template<class TYPE >
StatusCode HepRndm::Engine< TYPE >::finalize ( )
override

Finalize the Engine.

Definition at line 100 of file HepRndmEngines.cpp.

101  {
102  m_seeds.value().clear();
103  return BaseEngine::finalize();
104  }
StatusCode finalize() override
Gaudi::Property< std::vector< long > > m_seeds
Definition: HepRndmEngine.h:29
template<class TYPE >
StatusCode HepRndm::Engine< TYPE >::initialize ( )
override

Initialize the Engine.

Definition at line 60 of file HepRndmEngines.cpp.

61  {
62  auto& seeds = m_seeds.value();
63  seeds.clear();
65  if ( m_seeds.size() == 0 ) {
66  // Default seeds
67  long theSeed = 1234567;
68  seeds.push_back( theSeed );
69  seeds.push_back( 0 );
70  }
71  if ( status.isSuccess() ) {
72  initEngine();
73  info() << "Generator engine type:" << System::typeinfoName( typeid( *hepEngine() ) ) << endmsg;
74  if ( m_useTable ) {
75  if ( m_row > 214 || m_col > 1 ) {
76  error() << "Generator engine seed table has dimension [215][2], you gave:"
77  << " Row=" << m_row << " Column:" << m_col << endmsg;
78  status = StatusCode::FAILURE;
79  } else {
80  info() << "Generator engine seeds from table."
81  << " Row=" << m_row << " Column:" << m_col << endmsg;
82  }
83  }
84  info() << "Current Seed:" << hepEngine()->getSeed();
85  info() << " Luxury:" << m_lux.value();
86  info() << endmsg;
87  // Use the default static engine if required (e.g. for GEANT4)
88  if ( m_setSingleton ) {
89  HepRandom::setTheEngine( hepEngine() );
90  info() << "This is the GEANT4 engine!" << endmsg;
91  }
92  return status;
93  }
94  error() << "Cannot initialze random engine of type:" << System::typeinfoName( typeid( TYPE ) ) << endmsg;
95  return status;
96  }
constexpr static const auto FAILURE
Definition: StatusCode.h:88
Gaudi::Property< bool > m_useTable
Definition: HepRndmEngine.h:34
MsgStream & info() const
shortcut for the method msgStream(MSG::INFO)
GAUDI_API const std::string typeinfoName(const std::type_info &)
Get platform independent information about the class type.
Definition: System.cpp:332
bool isSuccess() const
Definition: StatusCode.h:287
Gaudi::Property< int > m_row
Definition: HepRndmEngine.h:32
Gaudi::Property< int > m_col
Definition: HepRndmEngine.h:31
MsgStream & error() const
shortcut for the method msgStream(MSG::ERROR)
Gaudi::Property< int > m_lux
Definition: HepRndmEngine.h:33
This class is used for returning status codes from appropriate routines.
Definition: StatusCode.h:51
Gaudi::Property< bool > m_setSingleton
Definition: HepRndmEngine.h:35
Gaudi::Property< std::vector< long > > m_seeds
Definition: HepRndmEngine.h:29
StatusCode initialize() override
Service override: initialization.
Definition: RndmEngine.cpp:31
StatusCode seeds(std::vector< long > &seed) const override
Retrieve seeds.
MsgStream & endmsg(MsgStream &s)
MsgStream Modifier: endmsg. Calls the output method of the MsgStream.
Definition: MsgStream.h:209
CLHEP::HepRandomEngine * hepEngine()
template<class TYPE >
StatusCode HepRndm::Engine< TYPE >::seeds ( std::vector< long > &  seed) const
override

Retrieve seeds.

Definition at line 125 of file HepRndmEngines.cpp.

126  {
127  /*
128  const long *s = hepEngine()->getSeeds();
129  for ( size_t i = 0; i < NUMBER_OF_SEEDS; i++ ) {
130  seed.push_back(s[i]);
131  if ( m_seeds.size() > i )
132  m_seeds[i] = s[i];
133  else
134  m_seeds.push_back(s[i]);
135  }
136  */
137  seed.push_back( hepEngine()->getSeed() );
138  return StatusCode::SUCCESS;
139  }
T push_back(T...args)
constexpr static const auto SUCCESS
Definition: StatusCode.h:87
CLHEP::HepRandomEngine * hepEngine()
template<class TYPE >
StatusCode HepRndm::Engine< TYPE >::setSeeds ( const std::vector< long > &  seed)
override

Set seeds.

Definition at line 108 of file HepRndmEngines.cpp.

109  {
110  auto& seeds = m_seeds.value();
111  seeds.clear();
112  std::copy( seed.begin(), seed.end(), std::back_inserter( seeds ) );
113  if ( !seeds.empty() ) {
114  if ( seeds.back() != 0 ) {
115  seeds.push_back( 0 );
116  }
117  hepEngine()->setSeeds( &seeds[0], m_lux );
118  return StatusCode::SUCCESS;
119  }
120  return StatusCode::FAILURE;
121  }
constexpr static const auto FAILURE
Definition: StatusCode.h:88
T copy(T...args)
T end(T...args)
Gaudi::Property< int > m_lux
Definition: HepRndmEngine.h:33
Gaudi::Property< std::vector< long > > m_seeds
Definition: HepRndmEngine.h:29
StatusCode seeds(std::vector< long > &seed) const override
Retrieve seeds.
constexpr static const auto SUCCESS
Definition: StatusCode.h:87
T begin(T...args)
T back_inserter(T...args)
CLHEP::HepRandomEngine * hepEngine()

Member Data Documentation

template<class TYPE >
Gaudi::Property<int> HepRndm::Engine< TYPE >::m_col {this, "Column", 0}
protected

Definition at line 31 of file HepRndmEngine.h.

template<class TYPE >
Gaudi::Property<int> HepRndm::Engine< TYPE >::m_lux {this, "Luxury", 3}
protected

Definition at line 33 of file HepRndmEngine.h.

template<class TYPE >
Gaudi::Property<int> HepRndm::Engine< TYPE >::m_row {this, "Row", 1}
protected

Definition at line 32 of file HepRndmEngine.h.

template<class TYPE >
Gaudi::Property<std::vector<long> > HepRndm::Engine< TYPE >::m_seeds {this, "Seeds", {}, "seed table"}
mutableprotected

Definition at line 29 of file HepRndmEngine.h.

template<class TYPE >
Gaudi::Property<bool> HepRndm::Engine< TYPE >::m_setSingleton {this, "SetSingleton", false}
protected

Definition at line 35 of file HepRndmEngine.h.

template<class TYPE >
Gaudi::Property<bool> HepRndm::Engine< TYPE >::m_useTable {this, "UseTable", false}
protected

Definition at line 34 of file HepRndmEngine.h.


The documentation for this class was generated from the following files: