Parameters for the Landau distributed random number generation.  
 More...
#include <GaudiKernel/RndmGenerators.h>
Parameters for the Landau distributed random number generation. 
Definition at line 110 of file RndmGenerators.h.
 
  
  
      
        
          | Rndm::Landau::Landau  | 
          ( | 
          double  | 
          m,  | 
         
        
           | 
           | 
          double  | 
          s  | 
         
        
           | 
          ) | 
           |  | 
         
       
   | 
  
inline   | 
  
 
Standard Constructor. 
Definition at line 117 of file RndmGenerators.h.
double m_mean
Mean and Gamma parameter of the Breit-Wigner distribution. 
 
 
 
 
  
  
      
        
          | Rndm::Landau::~Landau  | 
          ( | 
           | ) | 
           | 
         
       
   | 
  
overridedefault   | 
  
 
 
  
  
      
        
          | Landau* Rndm::Landau::clone  | 
          ( | 
           | ) | 
           const | 
         
       
   | 
  
inlineoverridevirtual   | 
  
 
Clone parameters. 
Implements IRndmGen::Param.
Definition at line 128 of file RndmGenerators.h.
Landau(double m, double s)
Standard Constructor. 
 
double m_mean
Mean and Gamma parameter of the Breit-Wigner distribution. 
 
 
 
 
  
  
      
        
          | double Rndm::Landau::mean  | 
          ( | 
           | ) | 
           const | 
         
       
   | 
  
inline   | 
  
 
Access mean value of the distribution. 
Definition at line 122 of file RndmGenerators.h.
double m_mean
Mean and Gamma parameter of the Breit-Wigner distribution. 
 
 
 
 
  
  
      
        
          | double Rndm::Landau::sigma  | 
          ( | 
           | ) | 
           const | 
         
       
   | 
  
inline   | 
  
 
 
Identifier for factory. 
Definition at line 126 of file RndmGenerators.h.
  126 { 
return IID_IRndmLandau;       }
  
 
 
  
  
      
        
          | double Rndm::Landau::m_mean | 
         
       
   | 
  
protected   | 
  
 
 
  
  
      
        
          | double Rndm::Landau::m_sigma | 
         
       
   | 
  
protected   | 
  
 
 
The documentation for this class was generated from the following file: