#include "TColor.h"
#include "TError.h"
#include "TLegend.h"
#include "TPaveText.h"
#include "TString.h"
#include "TStyle.h"
#include <iostream>
Go to the source code of this file.
Classes | |
class | TkAlStyle |
Macros | |
#define | TKAL_STYLE_CC |
Enumerations | |
enum | Era { NONE, CRUZET15, CRAFT15, COLL0T15 } |
enum | PublicationStatus { NO_STATUS, INTERNAL, INTERNAL_SIMULATION, PRELIMINARY, PUBLIC, SIMULATION, UNPUBLISHED, CUSTOM } |
Functions | |
TString | toTString (const PublicationStatus status) |
static TString | toTString (const Era era) |
#define TKAL_STYLE_CC |
Definition at line 18 of file TkAlStyle.cc.
enum Era |
Enumerator | |
---|---|
NONE | |
CRUZET15 | |
CRAFT15 | |
COLL0T15 |
Definition at line 47 of file TkAlStyle.cc.
enum PublicationStatus |
Enumerator | |
---|---|
NO_STATUS | |
INTERNAL | |
INTERNAL_SIMULATION | |
PRELIMINARY | |
PUBLIC | |
SIMULATION | |
UNPUBLISHED | |
CUSTOM |
Definition at line 30 of file TkAlStyle.cc.
TString toTString | ( | const PublicationStatus | status | ) |
Definition at line 31 of file TkAlStyle.cc.
References CUSTOM, INTERNAL, INTERNAL_SIMULATION, NO_STATUS, PRELIMINARY, PUBLIC, SIMULATION, harvestTrackValidationPlots::str, and UNPUBLISHED.
Referenced by TkAlStyle::rightheader().
|
static |
Definition at line 48 of file TkAlStyle.cc.
References COLL0T15, CRAFT15, CRUZET15, and harvestTrackValidationPlots::str.