#include <Validation/RecoParticleFlow/bin/include/HistoData.h>
Definition at line 9 of file HistoData.h.
HistoData::HistoData | ( | std::string | Name, | |
int | PlotType, | |||
int | Bin, | |||
std::string | NewPath, | |||
TFile * | NewFile, | |||
std::string | RefPath, | |||
TFile * | RefFile | |||
) |
virtual HistoData::~HistoData | ( | ) | [inline, virtual] |
bool HistoData::comparisonSuccess | ( | ) | const [inline] |
void HistoData::dump | ( | ) | [inline] |
float HistoData::getChi2Score | ( | ) | const [inline] |
bool HistoData::getDoAllow1DRebinning | ( | ) | const [inline] |
Definition at line 28 of file HistoData.h.
References doAllow1DRebinning.
00028 { return doAllow1DRebinning; }
bool HistoData::getDoAllow2DRebinningX | ( | ) | const [inline] |
Definition at line 29 of file HistoData.h.
References doAllow2DRebinningX.
00029 { return doAllow2DRebinningX; }
bool HistoData::getDoAllow2DRebinningY | ( | ) | const [inline] |
Definition at line 30 of file HistoData.h.
References doAllow2DRebinningY.
00030 { return doAllow2DRebinningY; }
bool HistoData::getDoDrawErrorBars | ( | ) | const [inline] |
Definition at line 27 of file HistoData.h.
References doDrawErrorBars.
00027 { return doDrawErrorBars; }
bool HistoData::getDoProjectionsX | ( | ) | const [inline] |
Definition at line 31 of file HistoData.h.
References doProjectionsX.
00031 { return doProjectionsX; }
bool HistoData::getDoProjectionsY | ( | ) | const [inline] |
Definition at line 32 of file HistoData.h.
References doProjectionsY.
00032 { return doProjectionsY; }
float HistoData::getHighScore | ( | ) | const [inline] |
bool HistoData::getIsEmpty | ( | ) | const [inline] |
float HistoData::getKSScore | ( | ) | const [inline] |
bool HistoData::getLineUseFillColor | ( | ) | const [inline] |
Definition at line 46 of file HistoData.h.
References lineUseFillColor.
00046 { return lineUseFillColor; }
float HistoData::getLowScore | ( | ) | const [inline] |
int HistoData::getMaxProjectionsX | ( | ) | const [inline] |
Definition at line 33 of file HistoData.h.
References maxProjectionsX.
00033 { return maxProjectionsX; }
int HistoData::getMaxProjectionsY | ( | ) | const [inline] |
Definition at line 34 of file HistoData.h.
References maxProjectionsY.
00034 { return maxProjectionsY; }
std::string HistoData::getName | ( | void | ) | const [inline] |
TH1* HistoData::getNewHisto | ( | ) | const [inline] |
TH1* HistoData::getRefHisto | ( | ) | const [inline] |
bool HistoData::getResult | ( | ) | const [inline] |
std::string HistoData::getResultImage | ( | ) | const [inline] |
std::string HistoData::getResultTarget | ( | ) | const [inline] |
int HistoData::getShadedFillColor | ( | ) | const [inline] |
Definition at line 51 of file HistoData.h.
References shadedFillColor.
00051 { return shadedFillColor; }
int HistoData::getShadedFillStyle | ( | ) | const [inline] |
Definition at line 52 of file HistoData.h.
References shadedFillStyle.
00052 { return shadedFillStyle; }
int HistoData::getShadedLineColor | ( | ) | const [inline] |
Definition at line 50 of file HistoData.h.
References lineUseFillColor, shadedFillColor, and shadedLineColor.
00050 { return lineUseFillColor ? shadedFillColor : shadedLineColor; }
int HistoData::getSolidFillColor | ( | ) | const [inline] |
Definition at line 48 of file HistoData.h.
References solidFillColor.
00048 { return solidFillColor; }
int HistoData::getSolidFillStyle | ( | ) | const [inline] |
Definition at line 49 of file HistoData.h.
References solidFillStyle.
00049 { return solidFillStyle; }
int HistoData::getSolidLineColor | ( | ) | const [inline] |
Definition at line 47 of file HistoData.h.
References lineUseFillColor, solidFillColor, and solidLineColor.
00047 { return lineUseFillColor ? solidFillColor : solidLineColor; }
int HistoData::getType | ( | ) | const [inline] |
void HistoData::initialize | ( | ) | [private] |
void HistoData::setChi2Score | ( | float | Score | ) | [inline] |
Definition at line 64 of file HistoData.h.
References doAllow1DRebinning.
00064 { doAllow1DRebinning = Toggle; }
Definition at line 65 of file HistoData.h.
References doAllow2DRebinningX.
00065 { doAllow2DRebinningX = Toggle; }
Definition at line 66 of file HistoData.h.
References doAllow2DRebinningY.
00066 { doAllow2DRebinningY = Toggle; }
Definition at line 63 of file HistoData.h.
References doDrawErrorBars.
00063 { doDrawErrorBars = Toggle; }
Definition at line 67 of file HistoData.h.
References doProjectionsX.
00067 { doProjectionsX = Toggle; }
Definition at line 68 of file HistoData.h.
References doProjectionsY.
00068 { doProjectionsY = Toggle; }
void HistoData::setHighScore | ( | float | Score | ) | [inline] |
void HistoData::setKSScore | ( | float | Score | ) | [inline] |
Definition at line 82 of file HistoData.h.
References lineUseFillColor.
00082 { lineUseFillColor = Toggle; }
void HistoData::setLowScore | ( | float | Score | ) | [inline] |
Definition at line 69 of file HistoData.h.
References maxProjectionsX, and maxProjectionsY.
00069 { maxProjectionsX = Num; maxProjectionsY = Num; }
Definition at line 70 of file HistoData.h.
References maxProjectionsX.
00070 { maxProjectionsX = Num; }
Definition at line 71 of file HistoData.h.
References maxProjectionsY.
00071 { maxProjectionsY = Num; }
void HistoData::setName | ( | std::string | Name | ) | [inline] |
void HistoData::setResultImage | ( | std::string | Image | ) | [inline] |
void HistoData::setResultTarget | ( | std::string | Target | ) | [inline] |
Definition at line 60 of file HistoData.h.
References resultTarget.
00060 { resultTarget = Target; }
Definition at line 87 of file HistoData.h.
References shadedFillColor.
00087 { shadedFillColor = Color; }
Definition at line 88 of file HistoData.h.
References shadedFillStyle.
00088 { shadedFillStyle = Style; }
Definition at line 86 of file HistoData.h.
References shadedLineColor.
00086 { shadedLineColor = Color; }
Definition at line 84 of file HistoData.h.
References solidFillColor.
00084 { solidFillColor = Color; }
Definition at line 85 of file HistoData.h.
References solidFillStyle.
00085 { solidFillStyle = Style; }
Definition at line 83 of file HistoData.h.
References solidLineColor.
00083 { solidLineColor = Color; }
int HistoData::bin [private] |
float HistoData::chi2Score [private] |
bool HistoData::doAllow1DRebinning [private] |
Definition at line 106 of file HistoData.h.
Referenced by getDoAllow1DRebinning(), and setDoAllow1DRebinning().
bool HistoData::doAllow2DRebinningX [private] |
Definition at line 110 of file HistoData.h.
Referenced by getDoAllow2DRebinningX(), and setDoAllow2DRebinningX().
bool HistoData::doAllow2DRebinningY [private] |
Definition at line 111 of file HistoData.h.
Referenced by getDoAllow2DRebinningY(), and setDoAllow2DRebinningY().
bool HistoData::doDrawErrorBars [private] |
Definition at line 107 of file HistoData.h.
Referenced by getDoDrawErrorBars(), and setDoDrawErrorBars().
bool HistoData::doProjectionsX [private] |
Definition at line 114 of file HistoData.h.
Referenced by getDoProjectionsX(), and setDoProjectionsX().
bool HistoData::doProjectionsY [private] |
Definition at line 115 of file HistoData.h.
Referenced by getDoProjectionsY(), and setDoProjectionsY().
int HistoData::errorColor [private] |
Definition at line 126 of file HistoData.h.
int HistoData::failColor [private] |
Definition at line 126 of file HistoData.h.
float HistoData::highScore [private] |
bool HistoData::isEmpty [private] |
Definition at line 123 of file HistoData.h.
Referenced by comparisonSuccess(), getIsEmpty(), and setIsEmpty().
float HistoData::ksScore [private] |
bool HistoData::lineUseFillColor [private] |
Definition at line 129 of file HistoData.h.
Referenced by getLineUseFillColor(), getShadedLineColor(), getSolidLineColor(), and setLineUseFillColor().
float HistoData::lowScore [private] |
Definition at line 120 of file HistoData.h.
Referenced by comparisonSuccess(), getLowScore(), and setLowScore().
int HistoData::maxProjectionsX [private] |
Definition at line 112 of file HistoData.h.
Referenced by getMaxProjectionsX(), setMaxProjections(), and setMaxProjectionsX().
int HistoData::maxProjectionsY [private] |
Definition at line 113 of file HistoData.h.
Referenced by getMaxProjectionsY(), setMaxProjections(), and setMaxProjectionsY().
std::string HistoData::name [private] |
TH1* HistoData::newHisto [private] |
int HistoData::passColor [private] |
Definition at line 126 of file HistoData.h.
TH1* HistoData::refHisto [private] |
bool HistoData::result [private] |
std::string HistoData::resultImage [private] |
std::string HistoData::resultTarget [private] |
int HistoData::shadedFillColor [private] |
Definition at line 128 of file HistoData.h.
Referenced by getShadedFillColor(), getShadedLineColor(), and setShadedFillColor().
int HistoData::shadedFillStyle [private] |
Definition at line 128 of file HistoData.h.
Referenced by getShadedFillStyle(), and setShadedFillStyle().
int HistoData::shadedLineColor [private] |
Definition at line 128 of file HistoData.h.
Referenced by getShadedLineColor(), and setShadedLineColor().
int HistoData::solidFillColor [private] |
Definition at line 127 of file HistoData.h.
Referenced by getSolidFillColor(), getSolidLineColor(), and setSolidFillColor().
int HistoData::solidFillStyle [private] |
Definition at line 127 of file HistoData.h.
Referenced by getSolidFillStyle(), and setSolidFillStyle().
int HistoData::solidLineColor [private] |
Definition at line 127 of file HistoData.h.
Referenced by getSolidLineColor(), and setSolidLineColor().
int HistoData::type [private] |
Definition at line 100 of file HistoData.h.