#include "RVersion.h"
#include "RooAbsArg.h"
#include "RooWorkspace.h"
#include "RooFitResult.h"
#include "RooConstVar.h"
#include "RooHistFunc.h"
#include "RooRealSumPdf.h"
#include "RooSimultaneous.h"
#include "RooAddPdf.h"
#include "RooProduct.h"
#include "TPad.h"
#include "RooStats/HistFactory/PiecewiseInterpolation.h"
#include "RooStats/HistFactory/FlexibleInterpVar.h"
#include "RooStats/HistFactory/ParamHistFunc.h"
#include "RooProdPdf.h"
#include "TRootBrowser.h"
#include "TGFileBrowser.h"
#include "TF1.h"
#include "TFitParametersDialog.h"
#include "RooAddition.h"
#include "RooCategory.h"
#include "RooRealVar.h"
#include "RooStringVar.h"
#include "RooBinning.h"
#include "RooUniformBinning.h"
#include "RooAbsData.h"
#include "RooDataHist.h"
#include "RooDataSet.h"
#include "xRooFit/xRooNode.h"
#include "xRooFit/xRooFit.h"
#include "TH1.h"
#include "TBrowser.h"
#include "TROOT.h"
#include "TQObject.h"
#include "TAxis.h"
#include "TGraphAsymmErrors.h"
#include "TMath.h"
#include "TPRegexp.h"
#include "TRegexp.h"
#include "TExec.h"
#include "TPaveText.h"
#include "TGListTree.h"
#include "TGMsgBox.h"
#include "TGedEditor.h"
#include "TGMimeTypes.h"
#include "TH2.h"
#include "RooExtendPdf.h"
#include "RooExtendedBinding.h"
#include "RooStats/HypoTestInverterResult.h"
#include "coutCapture.h"
#include "TFile.h"
#include "TSystem.h"
#include "TKey.h"
#include "TEnv.h"
#include "TStyle.h"
#include "RooFitHS3/RooJSONFactoryWSTool.h"
#include "RooBinSamplingPdf.h"
#include "RooPoisson.h"
#include "RooGaussian.h"
#include "RooFormulaVar.h"
#include "RooGenericPdf.h"
#include "TVectorD.h"
#include "TStopwatch.h"
#include "TTimeStamp.h"
#include <csignal>
#include "TCanvas.h"
#include "THStack.h"
#include "TLegend.h"
#include "TLegendEntry.h"
#include "TGraphErrors.h"
#include "TMultiGraph.h"
#include "TFrame.h"
#include "RooProjectedPdf.h"
#include "TMemFile.h"
#include "TGaxis.h"
#include "TPie.h"
Classes | |
class | Axis2 |
struct | BinningRestorer |
class | PadRefresher |
class | PdfWrapper |
class | xRooProjectedPdf |
Macros | |
#define | GETDMP(o, m) *reinterpret_cast<void **>(reinterpret_cast<unsigned char *>(o) + o->Class()->GetDataMemberOffset(#m)) |
Functions | |
template<typename T > | |
const T & | _or_func (const T &a, const T &b) |
void | addLegendEntry (TObject *o, const char *title, const char *opt) |
void | buildHistogramInterrupt (int signum) |
std::string | formatLegendString (const std::string &s) |
auto | GETACTBROWSER (TRootBrowser *b) |
TLegend * | getLegend (bool create=true, bool doPaint=false) |
auto | GETLISTTREE (TGFileBrowser *b) |
TPaveText * | getPave (const char *name="labels", bool create=true, bool doPaint=false) |
auto | GETROOTDIR (TGFileBrowser *b) |
RooWorkspace * | GETWS (RooAbsArg *a) |
const auto & | GETWSSETS (RooWorkspace *w) |
auto & | GETWSSNAPSHOTS (RooWorkspace *w) |
bool | TopRightPlaceBox (TPad *p, TObject *o, double w, double h, double &xl, double &yb) |
Variables | |
void(* | gOldHandlerr )(int) |
const xRooNode * | runningNode = nullptr |
#define GETDMP | ( | o, | |
m | |||
) | *reinterpret_cast<void **>(reinterpret_cast<unsigned char *>(o) + o->Class()->GetDataMemberOffset(#m)) |
Definition at line 123 of file xRooNode.cxx.
const T & _or_func | ( | const T & | a, |
const T & | b | ||
) |
Definition at line 223 of file xRooNode.cxx.
void addLegendEntry | ( | TObject * | o, |
const char * | title, | ||
const char * | opt | ||
) |
Definition at line 8443 of file xRooNode.cxx.
void buildHistogramInterrupt | ( | int | signum | ) |
Definition at line 7433 of file xRooNode.cxx.
std::string formatLegendString | ( | const std::string & | s | ) |
Definition at line 8434 of file xRooNode.cxx.
auto GETACTBROWSER | ( | TRootBrowser * | b | ) |
Definition at line 111 of file xRooNode.cxx.
Definition at line 8368 of file xRooNode.cxx.
auto GETLISTTREE | ( | TGFileBrowser * | b | ) |
Definition at line 119 of file xRooNode.cxx.
Definition at line 8343 of file xRooNode.cxx.
auto GETROOTDIR | ( | TGFileBrowser * | b | ) |
Definition at line 115 of file xRooNode.cxx.
RooWorkspace * GETWS | ( | RooAbsArg * | a | ) |
Definition at line 99 of file xRooNode.cxx.
const auto & GETWSSETS | ( | RooWorkspace * | w | ) |
Definition at line 103 of file xRooNode.cxx.
auto & GETWSSNAPSHOTS | ( | RooWorkspace * | w | ) |
Definition at line 107 of file xRooNode.cxx.
Definition at line 8308 of file xRooNode.cxx.
Definition at line 7431 of file xRooNode.cxx.
const xRooNode* runningNode = nullptr |
Definition at line 7430 of file xRooNode.cxx.