Gaudi Framework, version v21r6

Home   Generated: 11 Nov 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 293 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 296 of file RndmGenerators.h.

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

Standard Destructor.

Definition at line 298 of file RndmGenerators.h.

00298 {  }


Member Function Documentation

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

Identifier for factory.

Definition at line 300 of file RndmGenerators.h.

00300 { return IID_IRndmBit; }

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

Clone parameters.

Implements IRndmGen::Param.

Definition at line 302 of file RndmGenerators.h.

00302 { return new Bit(); }


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

Generated at Wed Nov 11 16:37:31 2009 for Gaudi Framework, version v21r6 by Doxygen version 1.5.6 written by Dimitri van Heesch, © 1997-2004