MINT2
Public Member Functions | List of all members
MINT::IEvtRandom Class Referenceabstract

#include <EvtTRandom.h>

Public Member Functions

virtual void SetSeed (UInt_t seed)=0
 
virtual UInt_t GetSeed () const =0
 
virtual double Rndm (Int_t i)=0
 
virtual ~IEvtRandom ()
 
virtual ~IEvtRandom ()
 
virtual double Rndm ()=0
 

Detailed Description

Definition at line 16 of file EvtTRandom.h.

Constructor & Destructor Documentation

◆ ~IEvtRandom() [1/2]

virtual MINT::IEvtRandom::~IEvtRandom ( )
inlinevirtual

Definition at line 22 of file EvtTRandom.h.

22 {};

◆ ~IEvtRandom() [2/2]

virtual MINT::IEvtRandom::~IEvtRandom ( )
inlinevirtual

Definition at line 11 of file IEvtRandom.h.

12  {}

Member Function Documentation

◆ GetSeed()

virtual UInt_t MINT::IEvtRandom::GetSeed ( ) const
pure virtual

◆ Rndm() [1/2]

virtual double MINT::IEvtRandom::Rndm ( )
pure virtual

For the sole purpose of binding to the EvtGen random number generator To be implemented in the EvtGen decay model

◆ Rndm() [2/2]

virtual double MINT::IEvtRandom::Rndm ( Int_t  i)
pure virtual

◆ SetSeed()

virtual void MINT::IEvtRandom::SetSeed ( UInt_t  seed)
pure virtual

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