![]() |
ROOT
6.06/08
Reference Guide
|
#include "RooStats/SamplingDistPlot.h"#include "RooRealVar.h"#include "TStyle.h"#include "TLine.h"#include "TFile.h"#include "TVirtualPad.h"#include <algorithm>#include <iostream>#include "RooMsgService.h"#include <limits>#include "TMath.h"
Include dependency graph for SamplingDistPlot.cxx:Go to the source code of this file.
Macros | |
| #define | NaN std::numeric_limits<float>::quiet_NaN() |
| #define | IsNaN(a) TMath::IsNaN(a) |
Definition at line 33 of file SamplingDistPlot.cxx.
Referenced by RooStats::SamplingDistPlot::AddSamplingDistribution(), and RooStats::SamplingDistPlot::Draw().
| #define NaN std::numeric_limits<float>::quiet_NaN() |
Definition at line 31 of file SamplingDistPlot.cxx.
Referenced by RooStats::SamplingDistPlot::Draw().