15#ifndef RooStats_HistFactory_JSONTool_h
16#define RooStats_HistFactory_JSONTool_h
34 JSONTool(RooStats::HistFactory::Measurement &
m) : _measurement(
m) {}
36 void PrintJSON(std::ostream &os = std::cout);
37 void PrintJSON(std::string
const &
filename);
38 void PrintYAML(std::ostream &os = std::cout);
39 void PrintYAML(std::string
const &
filename);
41 static void activateStatError(RooFit::Detail::JSONNode &sampleNode);
44 RooStats::HistFactory::Measurement &_measurement;
Option_t Option_t TPoint TPoint const char GetTextMagnitude GetFillStyle GetLineColor GetLineWidth GetMarkerStyle GetTextAlign GetTextColor GetTextSize void char Point_t Rectangle_t WindowAttributes_t Float_t Float_t Float_t Int_t Int_t UInt_t UInt_t Rectangle_t Int_t Int_t Window_t TString Int_t GCValues_t GetPrimarySelectionOwner GetDisplay GetScreen GetColormap GetNativeEvent const char const char dpyName wid window const char font_name cursor keysym reg const char only_if_exist regb h Point_t winding char text const char depth char const char Int_t count const char ColorStruct_t color const char filename
The RooStats::HistFactory::Measurement class can be used to construct a model by combining multiple R...
The namespace RooFit contains mostly switches that change the behaviour of functions of PDFs (or othe...
Namespace for the RooStats classes.