Main Page | Namespace List | Class Hierarchy | Alphabetical List | Data Structures | File List | Namespace Members | Data Fields | Globals

AsymGenX Class Reference

#include <newran.h>

Inheritance diagram for AsymGenX:

Inheritance graph
[legend]
Collaboration diagram for AsymGenX:

Collaboration graph
[legend]

Public Member Functions

char * Name ()
 AsymGenX (PDF fx, Real mx)
Real Density (Real x) const

Private Member Functions

void operator= (const AsymGenX &)

Private Attributes

PDF f

Constructor & Destructor Documentation

AsymGenX::AsymGenX PDF  fx,
Real  mx
 

Definition at line 336 of file newran.cpp.

References f.

00336 : AsymGen(mx) { f=fx; }


Member Function Documentation

Real AsymGenX::Density Real  x  )  const [inline, virtual]
 

Reimplemented from Random.

Definition at line 261 of file newran.h.

References Real.

00261 { return (*f)(x); }

char * AsymGenX::Name  )  [virtual]
 

Reimplemented from AsymGen.

Definition at line 910 of file newran.cpp.

00910 { return "AsymGenX";         }

void AsymGenX::operator= const AsymGenX  )  [inline, private]
 

Definition at line 255 of file newran.h.

00255 {}     // private so can't access


Field Documentation

PDF AsymGenX::f [private]
 

Definition at line 256 of file newran.h.

Referenced by AsymGenX().


The documentation for this class was generated from the following files:
Generated on Fri Dec 5 04:06:14 2003 for Borqueror by doxygen 1.3.3