#include "Utilities.h"
Go to the source code of this file.
Functions | |
TCanvas * | InitialiseCanvas () |
void | DrawLegend (LegendMap &legobj, int textCol=kBlack) |
void | DrawDelChisqAndContours (TH2D *delchisq, ContourCollection &contours) |
void | DrawUniverses (TH2D *background, std::vector< ContourCollection > &uniContours, ContourCollection &asimov, ContourCollection &median, CLNumber cln) |
void | DrawHeatMaps (std::vector< TH2F * > heatMaps, ContourCollection asimovContours, ContourCollection medianContours, CLNumber cln, int max) |
void | DrawHiddenParameter (TH2D *h, std::pair< float, float > const &range) |
void | makeContourPlots (std::string file, std::vector< int > contours, std::string xlabel, std::string ylabel) |
void DrawDelChisqAndContours | ( | TH2D * | delchisq, |
ContourCollection & | contours | ||
) |
Definition at line 55 of file makeContourPlots.C.
References canv, DrawContour(), DrawLegend(), GetBestFitPoint(), InitialiseCanvas(), kAsimov, kEmpty, kPTRed, string, xaxis, and yaxis.
Referenced by makeContourPlots().
void DrawHeatMaps | ( | std::vector< TH2F * > | heatMaps, |
ContourCollection | asimovContours, | ||
ContourCollection | medianContours, | ||
CLNumber | cln, | ||
int | max | ||
) |
Definition at line 132 of file makeContourPlots.C.
References canv, CLName, DrawContour(), DrawLegend(), InitialiseCanvas(), kPTOrange, kPTRed, string, xaxis, and yaxis.
Referenced by makeContourPlots().
void DrawHiddenParameter | ( | TH2D * | h, |
std::pair< float, float > const & | range | ||
) |
Definition at line 159 of file makeContourPlots.C.
References canv, InitialiseCanvas(), string, xaxis, and yaxis.
Referenced by makeContourPlots().
Definition at line 38 of file makeContourPlots.C.
References MECModelEnuComparisons::leg, and lo().
Referenced by ana::DataMCPair::CName(), DrawDelChisqAndContours(), DrawHeatMaps(), DrawUniverses(), DataMCPair::OverlayDataMCSyst(), and DataMCPair::OverlayDataMCSystNorm().
void DrawUniverses | ( | TH2D * | background, |
std::vector< ContourCollection > & | uniContours, | ||
ContourCollection & | asimov, | ||
ContourCollection & | median, | ||
CLNumber | cln | ||
) |
Definition at line 92 of file makeContourPlots.C.
References canv, CLName, CLNameLaTeX, DrawContour(), DrawLegend(), MECModelEnuComparisons::i, InitialiseCanvas(), string, xaxis, and yaxis.
Referenced by makeContourPlots().
TCanvas* InitialiseCanvas | ( | ) |
Definition at line 15 of file makeContourPlots.C.
References canv, xaxis, and yaxis.
Referenced by DrawDelChisqAndContours(), DrawHeatMaps(), DrawHiddenParameter(), and DrawUniverses().
void makeContourPlots | ( | std::string | file, |
std::vector< int > | contours, | ||
std::string | xlabel, | ||
std::string | ylabel | ||
) |
Definition at line 175 of file makeContourPlots.C.
References DrawDelChisqAndContours(), DrawHeatMaps(), DrawHiddenParameter(), DrawUniverses(), e, GetBestFitPoint(), GetContours(), GetDeltaChiSqr(), GetHeatMaps(), GetHiddenParameter(), GetUniverseBestFitPoints(), GetUniverseContours(), kAsimov, kMedian, kNoType, kOneSigma, kThreeSigma, kTwoSigma, make_pair(), Save1DContour(), SetCMFColorPalette(), SetGlobalVariables(), xaxis, and yaxis.