#include "TColor.h"
#include "TError.h"
#include "TLegend.h"
#include "TPaveText.h"
#include "TString.h"
#include "TStyle.h"
#include <iostream>
#include <string>
#include <algorithm>
Go to the source code of this file.
|
enum | Era { NONE,
CRUZET15,
CRAFT15,
COLL0T15
} |
|
enum | PublicationStatus {
NO_STATUS,
INTERNAL,
INTERNAL_SIMULATION,
PRELIMINARY,
PUBLIC,
SIMULATION,
UNPUBLISHED,
CUSTOM
} |
|
◆ Era
Enumerator |
---|
NONE | |
CRUZET15 | |
CRAFT15 | |
COLL0T15 | |
Definition at line 43 of file TkAlStyle.h.
◆ PublicationStatus
Enumerator |
---|
NO_STATUS | |
INTERNAL | |
INTERNAL_SIMULATION | |
PRELIMINARY | |
PUBLIC | |
SIMULATION | |
UNPUBLISHED | |
CUSTOM | |
Definition at line 31 of file TkAlStyle.h.