#include <Samplers.h>
Definition at line 171 of file Samplers.h.
 
◆ ~GaussianSampler()
  
  | 
        
          | GaussianSampler::~GaussianSampler | ( |  | ) |  |  | inline | 
 
 
◆ GaussianSampler()
  
  | 
        
          | GaussianSampler::GaussianSampler | ( | float | mean, |  
          |  |  | float | sigma |  
          |  | ) |  |  |  | inline | 
 
 
◆ shoot()
  
  | 
        
          | float GaussianSampler::shoot | ( |  | ) |  |  | inlinevirtual | 
 
 
◆ m_high
  
  | 
        
          | float UniformSampler::m_high {1.0} |  | inherited | 
 
 
◆ m_low
  
  | 
        
          | float UniformSampler::m_low {} |  | inherited | 
 
 
◆ m_mean
  
  | 
        
          | float GaussianSampler::m_mean {} |  | private | 
 
 
◆ m_random
  
  | 
        
          | TRandom Sampler::m_random |  | inherited | 
 
 
◆ m_sigma
  
  | 
        
          | float GaussianSampler::m_sigma {} |  | private | 
 
 
◆ m_val
The documentation for this class was generated from the following file:
 
void mean(std::vector< double > &bins, std::vector< double > &values, const std::vector< std::string > &files, const std::string &histname, const std::string &tplotname, const std::string &label="")