Analysis Software
Documentation for sPHENIX simulation software
 All Classes Namespaces Files Functions Variables Typedefs Enumerations Enumerator Friends Macros Groups Pages
Style.h File Reference
#include <TH1.h>
#include <TPad.h>
#include <TStyle.h>
#include <string>
+ Include dependency graph for Style.h:
+ This graph shows which files directly or indirectly include this file:

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
 

Macro Definition Documentation

#define assert (   exp)
Value:
{ \
if (!(exp)) \
{ \
cout << "Assert (" << #exp << ") failed at " << __FILE__ << " line " << __LINE__ << endl; \
exit(1); \
} \
}

Definition at line 10 of file Style.h.

View newest version in sPHENIX GitHub at line 10 of file Style.h

Function Documentation

void SetHistoStyle ( std::string  xtitle = "",
std::string  ytitle = "",
std::string  ztitle = "",
float  size_title = 0.06,
float  size_label = 0.055 
)

Definition at line 37 of file Style.h.

View newest version in sPHENIX GitHub at line 37 of file Style.h

References htmp.

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().

+ Here is the caller graph for this function:

Variable Documentation

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().