Gaudi Framework, version v23r3

Home   Generated: Thu Jun 28 2012
Public Member Functions | Protected Attributes

HepRndm::BaseEngine Class Reference

#include <HepRndmBaseEngine.h>

Inheritance diagram for HepRndm::BaseEngine:
Inheritance graph
[legend]
Collaboration diagram for HepRndm::BaseEngine:
Collaboration graph
[legend]

List of all members.

Public Member Functions

 BaseEngine (const std::string &name, ISvcLocator *loc)
virtual ~BaseEngine ()
CLHEP::HepRandomEngine * hepEngine ()

Protected Attributes

CLHEP::HepRandomEngine * m_hepEngine

Detailed Description

Definition at line 28 of file HepRndmBaseEngine.h.


Constructor & Destructor Documentation

HepRndm::BaseEngine::BaseEngine ( const std::string name,
ISvcLocator loc 
) [inline]

Definition at line 32 of file HepRndmBaseEngine.h.

    : RndmEngine( name, loc ), m_hepEngine(0)  {
    }
virtual HepRndm::BaseEngine::~BaseEngine (  ) [inline, virtual]

Definition at line 35 of file HepRndmBaseEngine.h.

                          {
    }

Member Function Documentation

CLHEP::HepRandomEngine* HepRndm::BaseEngine::hepEngine (  ) [inline]

Definition at line 37 of file HepRndmBaseEngine.h.

                                         {
      return m_hepEngine;
    }

Member Data Documentation

CLHEP::HepRandomEngine* HepRndm::BaseEngine::m_hepEngine [protected]

Definition at line 30 of file HepRndmBaseEngine.h.


The documentation for this class was generated from the following file:
 All Classes Namespaces Files Functions Variables Typedefs Enumerations Enumerator Properties Friends Defines

Generated at Thu Jun 28 2012 12:30:25 for Gaudi Framework, version v23r3 by Doxygen version 1.7.2 written by Dimitri van Heesch, © 1997-2004