Public Member Functions | |
bool | fillWord (int, int) |
void | formatWordHist () |
void | setPad () |
WordHist (string theVarName, int theNBits, double theXCornerVal, double theYCornerVal) | |
Public Attributes | |
TPad * | pad |
Private Member Functions | |
void | setFormatValues () |
Private Attributes | |
int | fillColor |
TH2F * | hist |
double | leftMargin |
int | lineColor |
const int | nBits |
double | rightMargin |
double | tPadHeight |
double | tPadLength |
string | varName |
double | xCornerVal |
double | yaxisLabelOffset |
double | yaxisTitleOffset |
double | yCornerVal |
Definition at line 77 of file DiagMaker.cc.
WordHist::WordHist | ( | string | theVarName, |
int | theNBits, | ||
double | theXCornerVal, | ||
double | theYCornerVal | ||
) |
Definition at line 489 of file DiagMaker.cc.
References gather_cfg::cout, cmsRelvalreport::exit, fillColor, hist, leftMargin, lineColor, nBits, pad, rightMargin, setFormatValues(), tPadHeight, tPadLength, varName, xCornerVal, and yCornerVal.
bool WordHist::fillWord | ( | int | wordData, |
int | wordEmu | ||
) |
Definition at line 452 of file DiagMaker.cc.
References HcalObjRepresent::Fill(), estimatePileup::hist, and i.
void WordHist::formatWordHist | ( | ) |
cout << "Creating the functions.\n";
cout << "Setting axis color, doing ah col.\n";
cout << "Creating xtick stuff.\n";
cout << "Creating xaxis stuff.\n";
cout << "Creating yaxis stuff.\n";
cout << "Creating xtop stuff.\n";
cout << "Creating yright stuff.\n";
cout << "Creating arrays xPoints yPoints ex ey\n";
cout << "Creating gridgraph.\n";
cout << "Updating the pad.\n";
cout << "Deleting f1 and f2.\n";
Definition at line 518 of file DiagMaker.cc.
References validate-o2o-wbm::f1, validate-o2o-wbm::f2, hist, i, lineColor, nBits, varName, yaxisLabelOffset, and yaxisTitleOffset.
|
private |
Definition at line 628 of file DiagMaker.cc.
References leftMargin, nBits, rightMargin, tPadLength, yaxisLabelOffset, and yaxisTitleOffset.
Referenced by WordHist().
void WordHist::setPad | ( | ) |
|
private |
Definition at line 91 of file DiagMaker.cc.
Referenced by WordHist().
|
private |
Definition at line 99 of file DiagMaker.cc.
Referenced by formatWordHist(), and WordHist().
|
private |
Definition at line 94 of file DiagMaker.cc.
Referenced by setFormatValues(), and WordHist().
|
private |
Definition at line 90 of file DiagMaker.cc.
Referenced by formatWordHist(), and WordHist().
|
private |
Definition at line 87 of file DiagMaker.cc.
Referenced by formatWordHist(), setFormatValues(), and WordHist().
TPad* WordHist::pad |
Definition at line 84 of file DiagMaker.cc.
Referenced by WordHist().
|
private |
Definition at line 95 of file DiagMaker.cc.
Referenced by setFormatValues(), and WordHist().
|
private |
Definition at line 93 of file DiagMaker.cc.
Referenced by WordHist().
|
private |
Definition at line 92 of file DiagMaker.cc.
Referenced by setFormatValues(), and WordHist().
|
private |
Definition at line 86 of file DiagMaker.cc.
Referenced by formatWordHist(), and WordHist().
|
private |
Definition at line 88 of file DiagMaker.cc.
Referenced by WordHist().
|
private |
Definition at line 97 of file DiagMaker.cc.
Referenced by formatWordHist(), and setFormatValues().
|
private |
Definition at line 96 of file DiagMaker.cc.
Referenced by formatWordHist(), and setFormatValues().
|
private |
Definition at line 89 of file DiagMaker.cc.
Referenced by WordHist().