Gaudi Framework, version v20r4

Generated: 8 Jan 2009

Rndm::Bit Class Reference

#include <RndmGenerators.h>

Inheritance diagram for Rndm::Bit:

Inheritance graph
[legend]
Collaboration diagram for Rndm::Bit:

Collaboration graph
[legend]

List of all members.


Detailed Description

Parameters for the bit value generation: returns values 0 and 1.

Definition at line 292 of file RndmGenerators.h.


Public Member Functions

 Bit ()
 Standard Constructor.
virtual ~Bit ()
 Standard Destructor.
virtual IRndmGen::Paramclone () const
 Clone parameters.

Static Public Member Functions

static const InterfaceIDtypeID ()
 Identifier for factory.

Constructor & Destructor Documentation

Rndm::Bit::Bit (  )  [inline]

Standard Constructor.

Definition at line 295 of file RndmGenerators.h.

virtual Rndm::Bit::~Bit (  )  [inline, virtual]

Standard Destructor.

Definition at line 297 of file RndmGenerators.h.

00297 {  }


Member Function Documentation

static const InterfaceID& Rndm::Bit::typeID (  )  [inline, static]

Identifier for factory.

Definition at line 299 of file RndmGenerators.h.

00299 { return IID_IRndmBit; }

virtual IRndmGen::Param* Rndm::Bit::clone ( void   )  const [inline, virtual]

Clone parameters.

Implements IRndmGen::Param.

Definition at line 301 of file RndmGenerators.h.

00301 { return new Bit(); }


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

Generated at Thu Jan 8 17:54:20 2009 for Gaudi Framework, version v20r4 by Doxygen version 1.5.6 written by Dimitri van Heesch, © 1997-2004