#include <TFCS1DFunctionInt32Histogram.h>
|  | 
| static void unit_test | ATLAS_NOT_THREAD_SAFE (TH1 *hist=nullptr) | 
|  | 
| static double | get_maxdev (TH1 *, TH1 *) | 
|  | 
| static double | CheckAndIntegrate1DHistogram (const TH1 *hist, std::vector< double > &integral_vec, int &first, int &last) | 
|  | 
| static TH1 *generate_histogram_random_slope | ATLAS_NOT_THREAD_SAFE (int nbinsx=50, double xmin=0, double xmax=1, double zerothreshold=0.1) | 
|  | 
| static TH1 *generate_histogram_random_gauss | ATLAS_NOT_THREAD_SAFE (int nbinsx=50, int ntoy=100000, double xmin=1, double xmax=5, double xpeak=1.5, double sigma=0.6) | 
|  | 
| static void unit_test | ATLAS_NOT_THREAD_SAFE (TH1 *hist, TFCS1DFunction *rtof, int nrnd=1000000, TH1 *histfine=nullptr) | 
|  | 
| static std::string | startMsg (MSG::Level lvl, const std::string &file, int line) | 
|  | Make a message to decorate the start of logging.  More... 
 | 
|  | 
◆ HistoContent_t
◆ TFCS1DFunctionInt32Histogram()
  
  | 
        
          | TFCS1DFunctionInt32Histogram::TFCS1DFunctionInt32Histogram | ( | const TH1 * | hist = nullptr | ) |  |  | inline | 
 
 
◆ ~TFCS1DFunctionInt32Histogram()
  
  | 
        
          | TFCS1DFunctionInt32Histogram::~TFCS1DFunctionInt32Histogram | ( |  | ) |  |  | inline | 
 
 
◆ ATLAS_NOT_THREAD_SAFE() [1/4]
  
  | 
        
          | static TH1* generate_histogram_random_slope TFCS1DFunction::ATLAS_NOT_THREAD_SAFE | ( | int | nbinsx = 50, |  
          |  |  | double | xmin = 0, |  
          |  |  | double | xmax = 1, |  
          |  |  | double | zerothreshold = 0.1 |  
          |  | ) |  |  |  | staticinherited | 
 
 
◆ ATLAS_NOT_THREAD_SAFE() [2/4]
  
  | 
        
          | static TH1* generate_histogram_random_gauss TFCS1DFunction::ATLAS_NOT_THREAD_SAFE | ( | int | nbinsx = 50, |  
          |  |  | int | ntoy = 100000, |  
          |  |  | double | xmin = 1, |  
          |  |  | double | xmax = 5, |  
          |  |  | double | xpeak = 1.5, |  
          |  |  | double | sigma = 0.6 |  
          |  | ) |  |  |  | staticinherited | 
 
 
◆ ATLAS_NOT_THREAD_SAFE() [3/4]
  
  | 
        
          | static void unit_test TFCS1DFunction::ATLAS_NOT_THREAD_SAFE | ( | TH1 * | hist, |  
          |  |  | TFCS1DFunction * | rtof, |  
          |  |  | int | nrnd = 1000000, |  
          |  |  | TH1 * | histfine = nullptr |  
          |  | ) |  |  |  | staticinherited | 
 
 
◆ ATLAS_NOT_THREAD_SAFE() [4/4]
  
  | 
        
          | static void unit_test TFCS1DFunctionInt32Histogram::ATLAS_NOT_THREAD_SAFE | ( | TH1 * | hist = nullptr | ) |  |  | static | 
 
 
◆ CheckAndIntegrate1DHistogram()
  
  | 
        
          | double TFCS1DFunction::CheckAndIntegrate1DHistogram | ( | const TH1 * | hist, |  
          |  |  | std::vector< double > & | integral_vec, |  
          |  |  | int & | first, |  
          |  |  | int & | last |  
          |  | ) |  |  |  | staticinherited | 
 
Definition at line 53 of file TFCS1DFunction.cxx.
   59   integral_vec.resize(
nbins);
 
   60   for (
int ix = 1; ix <= 
nbins; ix++) {
 
   61     float binval = 
hist->GetBinContent(ix);
 
   64       double fraction = binval / 
hist->Integral();
 
   65       if (std::abs(fraction) > 1
e-5) {
 
   67                                     << 
hist->GetName() << 
" : " 
   68                                     << 
hist->GetTitle() << 
" binval=" << binval
 
   69                                     << 
" " << fraction * 100
 
   70                                     << 
"% of integral=" << 
hist->Integral()
 
   71                                     << 
". Forcing bin to 0.");
 
   80     if (integral_vec[
first] != 0)
 
   82   for (last = 
nbins - 1; last > 0; last--)
 
   89                                 << 
hist->GetName() << 
" : " << 
hist->GetTitle()
 
   90                                 << 
" integral=" << 
integral << 
" is <=0");
 
 
 
 
◆ get_HistoBordersx() [1/2]
  
  | 
        
          | std::vector<float>& TFCS1DFunctionInt32Histogram::get_HistoBordersx | ( |  | ) |  |  | inline | 
 
 
◆ get_HistoBordersx() [2/2]
  
  | 
        
          | const std::vector<float>& TFCS1DFunctionInt32Histogram::get_HistoBordersx | ( |  | ) | const |  | inline | 
 
 
◆ get_HistoContents() [1/2]
  
  | 
        
          | std::vector<HistoContent_t>& TFCS1DFunctionInt32Histogram::get_HistoContents | ( |  | ) |  |  | inline | 
 
 
◆ get_HistoContents() [2/2]
◆ get_maxdev()
  
  | 
        
          | double TFCS1DFunction::get_maxdev | ( | TH1 * | h_input1, |  
          |  |  | TH1 * | h_approx1 |  
          |  | ) |  |  |  | staticinherited | 
 
Definition at line 22 of file TFCS1DFunction.cxx.
   23   TH1D *h_input = (TH1D *)h_input1->Clone(
"h_input");
 
   24   TH1D *h_approx = (TH1D *)h_approx1->Clone(
"h_approx");
 
   29   double integral_input = h_input->Integral();
 
   30   double integral_approx = 0.0;
 
   31   for (
int b = 1; 
b <= h_input->GetNbinsX(); 
b++)
 
   33         h_approx->GetBinContent(h_approx->FindBin(h_input->GetBinCenter(
b)));
 
   34   h_approx->Scale(integral_input / integral_approx);
 
   36   double ymax = h_approx->GetBinContent(h_approx->GetNbinsX()) -
 
   37                 h_approx->GetBinContent(h_approx->GetMinimumBin());
 
   38   for (
int i = 1; 
i <= h_input->GetNbinsX(); 
i++) {
 
   39     double val = std::abs(h_approx->GetBinContent(
 
   40                           h_approx->FindBin(h_input->GetBinCenter(
i))) -
 
   41                       h_input->GetBinContent(
i)) /
 
   50   return maxdev * 100.0;
 
 
 
 
◆ Initialize()
      
        
          | void TFCS1DFunctionInt32Histogram::Initialize | ( | const TH1 * | hist | ) |  | 
      
 
Definition at line 22 of file TFCS1DFunctionInt32Histogram.cxx.
   23   Int_t nbinsx = 
hist->GetNbinsX();
 
   29   std::vector<double> temp_HistoContents(
nbins);
 
   31   for (
int ix = 1; ix <= nbinsx; ix++) {
 
   32     float binval = 
hist->GetBinContent(ix);
 
   35       double fraction = binval / 
hist->Integral();
 
   36       if (TMath::Abs(fraction) > 1
e-5) {
 
   38                         << 
hist->GetName() << 
" : " << 
hist->GetTitle()
 
   39                         << 
" binval=" << binval << 
" " << fraction * 100
 
   40                         << 
"% of integral=" << 
hist->Integral()
 
   41                         << 
". Forcing bin to 0.");
 
   51                                << 
" integral=" << 
integral << 
" is <=0");
 
   57   for (
int ix = 1; ix <= nbinsx; ix++)
 
   61   for (ibin = 0; ibin < 
nbins; ++ibin) {
 
 
 
 
◆ level()
  
  | 
        
          | MSG::Level ISF_FCS::MLogging::level | ( |  | ) | const |  | inlineinherited | 
 
Retrieve output level. 
Definition at line 201 of file MLogging.h.
  201 { 
return msg().level(); }
 
 
 
◆ MemorySize()
  
  | 
        
          | virtual std::size_t TFCSFunction::MemorySize | ( |  | ) | const |  | inlinevirtualinherited | 
 
 
◆ msg() [1/2]
  
  | 
        
          | MsgStream & ISF_FCS::MLogging::msg | ( |  | ) | const |  | inlineinherited | 
 
Return a stream for sending messages directly (no decoration) 
Definition at line 231 of file MLogging.h.
  232   MsgStream *
ms = m_msg_tls.get();
 
 
 
 
◆ msg() [2/2]
  
  | 
        
          | MsgStream & ISF_FCS::MLogging::msg | ( | const MSG::Level | lvl | ) | const |  | inlineinherited | 
 
Return a decorated starting stream for sending messages. 
Definition at line 240 of file MLogging.h.
 
 
◆ msgLvl()
  
  | 
        
          | bool ISF_FCS::MLogging::msgLvl | ( | const MSG::Level | lvl | ) | const |  | inlineinherited | 
 
Check whether the logging system is active at the provided verbosity level. 
Definition at line 222 of file MLogging.h.
 
 
◆ ndim()
  
  | 
        
          | virtual int TFCS1DFunction::ndim | ( |  | ) | const |  | inlinevirtualinherited | 
 
 
◆ operator==()
◆ rnd_to_fct() [1/4]
  
  | 
        
          | double TFCS1DFunctionInt32Histogram::rnd_to_fct | ( | double | rnd | ) | const |  | virtual | 
 
Function gets random number rnd in the range [0,1) as argument and returns function value according to a histogram distribution. 
Implements TFCS1DFunction.
Definition at line 66 of file TFCS1DFunctionInt32Histogram.cxx.
   86             (int_rnd - basecont)) /
 
 
 
 
◆ rnd_to_fct() [2/4]
      
        
          | virtual double TFCS1DFunction::rnd_to_fct | 
      
 
Function gets random number rnd in the range [0,1) as argument and returns function value. 
 
 
◆ rnd_to_fct() [3/4]
      
        
          | void TFCS1DFunction::rnd_to_fct | 
      
 
Function gets array of random numbers rnd[] in the range [0,1) as arguments and returns function value in array value. 
For a n-dimensional function, value and rnd should both have n elements. 
Definition at line 27 of file TFCS1DFunction.cxx.
 
 
◆ rnd_to_fct() [4/4]
  
  | 
        
          | void TFCS1DFunction::rnd_to_fct | ( | float | value[], |  
          |  |  | const float | rnd[] |  
          |  | ) |  | const |  | virtualinherited | 
 
Function gets array of random numbers rnd[] in the range [0,1) as arguments and returns function value in array value. 
For a n-dimensional function, value and rnd should both have n elements. 
Implements TFCSFunction.
Definition at line 18 of file TFCS1DFunction.cxx.
 
 
◆ setLevel()
  
  | 
        
          | void ISF_FCS::MLogging::setLevel | ( | MSG::Level | lvl | ) |  |  | virtualinherited | 
 
 
◆ startMsg()
  
  | 
        
          | std::string ISF_FCS::MLogging::startMsg | ( | MSG::Level | lvl, |  
          |  |  | const std::string & | file, |  
          |  |  | int | line |  
          |  | ) |  |  |  | staticinherited | 
 
Make a message to decorate the start of logging. 
Print a message for the start of logging. 
Definition at line 116 of file MLogging.cxx.
  120   auto last_slash = 
file.find_last_of(
'/');
 
  121   int path_len = last_slash == std::string::npos ? 0 : last_slash;
 
  122   int trim_point = path_len;
 
  123   int total_len = 
file.length();
 
  124   if (total_len - path_len > col1_len)
 
  125     trim_point = total_len - col1_len;
 
  126   std::string trimmed_name = 
file.substr(trim_point);
 
  128       "NIL", 
"VERBOSE", 
"DEBUG", 
"INFO", 
"WARNING", 
"ERROR", 
"FATAL", 
"ALWAYS"};
 
  129   std::string 
level = LevelNames[lvl];
 
  130   std::string level_string = std::string(
"(") + 
level + 
") ";
 
  132   output << std::setw(col1_len) << std::right << trimmed_name << 
":" 
  133          << std::setw(col2_len) << std::left << 
line << std::setw(col3_len)
 
  134          << std::right << level_string;
 
 
 
 
◆ ATLAS_THREAD_SAFE
  
  | 
        
          | boost::thread_specific_ptr<MsgStream> m_msg_tls ISF_FCS::MLogging::ATLAS_THREAD_SAFE |  | inlinestaticprivateinherited | 
 
Do not persistify! 
MsgStream instance (a std::cout like with print-out levels) 
Definition at line 215 of file MLogging.h.
 
 
◆ m_HistoBorders
  
  | 
        
          | std::vector<float> TFCS1DFunctionInt32Histogram::m_HistoBorders |  | protected | 
 
 
◆ m_HistoContents
  
  | 
        
          | std::vector<HistoContent_t> TFCS1DFunctionInt32Histogram::m_HistoContents |  | protected | 
 
 
◆ m_nm
  
  | 
        
          | std::string ISF_FCS::MLogging::m_nm |  | privateinherited | 
 
 
◆ s_MaxValue
The documentation for this class was generated from the following files:
 
virtual void rnd_to_fct(float value[], const float rnd[]) const
Function gets array of random numbers rnd[] in the range [0,1) as arguments and returns function valu...