Parameters for the Chi2 distributed random number generation.  
 More...
#include <GaudiKernel/RndmGenerators.h>
Parameters for the Chi2 distributed random number generation. 
Definition at line 67 of file RndmGenerators.h.
  
  | 
        
          | Rndm::Chi2::Chi2 | ( | long | n_dof | ) |  |  | inline | 
 
Standard Constructor. 
Definition at line 74 of file RndmGenerators.h.
long m_nDOF
Number of degrees of freedom. 
 
 
 
  
  | 
        
          | Chi2* Rndm::Chi2::clone | ( |  | ) | const |  | inlineoverridevirtual | 
 
Clone parameters. 
Implements IRndmGen::Param.
Definition at line 82 of file RndmGenerators.h.
Chi2(long n_dof)
Standard Constructor. 
long m_nDOF
Number of degrees of freedom. 
 
 
  
  | 
        
          | long Rndm::Chi2::nDOF | ( |  | ) | const |  | inline | 
 
Access mean value of the distribution. 
Definition at line 78 of file RndmGenerators.h.
long m_nDOF
Number of degrees of freedom. 
 
 
Identifier for factory. 
Definition at line 80 of file RndmGenerators.h.
   80 { 
return IID_IRndmChi2; }
  
 
The documentation for this class was generated from the following file: