#include "PairAnalysisStyler.h"
#include <Rtypes.h>
#include <TAttMarker.h>
#include <TColor.h>
#include <TLegend.h>
#include <TLegendEntry.h>
#include <TStyle.h>
Go to the source code of this file.
|
static Int_t | PairAnalysisStyler::fCol [kNidx - kRaw] |
|
static Int_t | PairAnalysisStyler::fMrk [kNidx - kRaw] |
|
static Double_t | PairAnalysisStyler::fSze [kNidx - kRaw] = {1., 1., 1., 1., 1.} |
|
static Int_t | PairAnalysisStyler::fLne [kNidx - kRaw] = {kSolid, kSolid, kSolid, kSolid, kSolid} |
|
static Double_t | PairAnalysisStyler::fWdt [kNidx - kRaw] = {2., 2., 2., 2., 2.} |
|
static Int_t | PairAnalysisStyler::fFll [kNidx - kRaw] = {0, 0, 0, 0, 0} |
|
static Int_t | PairAnalysisStyler::Marker [] |
|
static Int_t | PairAnalysisStyler::Line [] |
|
static Int_t | PairAnalysisStyler::Color [] |
|
static Int_t | PairAnalysisStyler::Fill [] = {-1} |
|
static UInt_t | PairAnalysisStyler::fLegAlign = 22 |
|
static TStyle * | PairAnalysisStyler::fUserDielStyle = nullptr |
|