Jpp  17.3.1
the software that should make you happy
 All Classes Namespaces Files Functions Variables Typedefs Enumerations Enumerator Friends Macros Pages
Public Member Functions | List of all members
JMARKOV::JGenerator Class Referenceabstract

Abstract interface for the generation of points in 3D space. More...

#include <JMarkovGenerator.hh>

Inheritance diagram for JMARKOV::JGenerator:
JMARKOV::J3DhistGenerator JMARKOV::JBallGenerator JMARKOV::JCombinedGenerator JMARKOV::JExponentialGenerator JMARKOV::JExpRsqInvGenerator JMARKOV::JGaussianGenerator JMARKOV::JHistGenerator JMARKOV::JMagicalDistribution JMARKOV::JShiftedGenerator JMARKOV::JSingularityGenerator JMARKOV::JSphereGenerator JMARKOV::JTripleGenerator JMARKOV::JUniformGenerator

Public Member Functions

virtual JPosition3D getPosition ()=0
 Return a randomly generated position. More...
 
virtual double getWeight (JPosition3D pos)=0
 return the weight (=probability density dP/dV) for the given position. More...
 

Detailed Description

Abstract interface for the generation of points in 3D space.

By convention, the random number generator used in the derived classes is gRandom.

Definition at line 35 of file JMarkovGenerator.hh.

Member Function Documentation

virtual JPosition3D JMARKOV::JGenerator::getPosition ( )
pure virtual
virtual double JMARKOV::JGenerator::getWeight ( JPosition3D  pos)
pure virtual

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