Parameters for the BreitWigner distributed random number generation.  
 More...
#include <GaudiKernel/RndmGenerators.h>
Parameters for the BreitWigner distributed random number generation. 
Definition at line 94 of file RndmGenerators.h.
 
  
  
      
        
          | Rndm::BreitWigner::BreitWigner  | 
          ( | 
          double  | 
          m,  | 
         
        
           | 
           | 
          double  | 
          g  | 
         
        
           | 
          ) | 
           |  | 
         
       
   | 
  
inline   | 
  
 
Standard Constructor. 
Definition at line 104 of file RndmGenerators.h.
double m_mean
Mean and Gamma parameter of the Breit-Wigner distribution. 
 
 
 
 
  
  
      
        
          | Rndm::BreitWigner::~BreitWigner  | 
          ( | 
           | ) | 
           | 
         
       
   | 
  
overridedefault   | 
  
 
 
Clone parameters. 
Implements IRndmGen::Param.
Definition at line 114 of file RndmGenerators.h.
BreitWigner(double m, double g)
Standard Constructor. 
 
double m_mean
Mean and Gamma parameter of the Breit-Wigner distribution. 
 
 
 
 
  
  
      
        
          | double Rndm::BreitWigner::gamma  | 
          ( | 
           | ) | 
           const | 
         
       
   | 
  
inline   | 
  
 
 
  
  
      
        
          | double Rndm::BreitWigner::mean  | 
          ( | 
           | ) | 
           const | 
         
       
   | 
  
inline   | 
  
 
Access mean value of the distribution. 
Definition at line 108 of file RndmGenerators.h.
double m_mean
Mean and Gamma parameter of the Breit-Wigner distribution. 
 
 
 
 
  
  
      
        
          | static const InterfaceID& Rndm::BreitWigner::typeID  | 
          ( | 
           | ) | 
           | 
         
       
   | 
  
inlinestatic   | 
  
 
Identifier for factory. 
Definition at line 112 of file RndmGenerators.h.
  112 { 
return IID_IRndmBreitWigner; }
  
 
 
  
  
      
        
          | double Rndm::BreitWigner::m_gamma | 
         
       
   | 
  
protected   | 
  
 
 
  
  
      
        
          | double Rndm::BreitWigner::m_mean | 
         
       
   | 
  
protected   | 
  
 
 
The documentation for this class was generated from the following file: