Analysis Software
Documentation for sPHENIX simulation software
|
#include <TH1.h>
#include <TPad.h>
#include <TStyle.h>
#include <string>
Go to the source code of this file.
Macros | |
#define | assert(exp) |
Functions | |
void | SetPadStyle (bool log=false) |
void | SetHistoStyle (std::string xtitle="", std::string ytitle="", std::string ztitle="", float size_title=0.06, float size_label=0.055) |
Variables | |
TH1 * | htmp |
#define assert | ( | exp | ) |
void SetHistoStyle | ( | std::string | xtitle = "" , |
std::string | ytitle = "" , |
||
std::string | ztitle = "" , |
||
float | size_title = 0.06 , |
||
float | size_label = 0.055 |
||
) |
void SetPadStyle | ( | bool | log = false | ) |
Definition at line 21 of file Style.h.
View newest version in sPHENIX GitHub at line 21 of file Style.h
Referenced by Draw(), Draw_hitmap(), and Draw_hotmap().
TH1* htmp |
Definition at line 19 of file Style.h.
View newest version in sPHENIX GitHub at line 19 of file Style.h
Referenced by Draw(), Draw_hitmap(), Draw_hotmap(), PktSizeMonDraw::DrawHistory(), PktSizeMonDraw::DrawOldFirst(), and SetHistoStyle().