Analysis Software
Documentation for sPHENIX simulation software
|
#include "sPhenixStyle.C"
#include "sPhenixStyle.h"
Go to the source code of this file.
Functions | |
TPad * | getPad (int j, int k, int l, float cw, float ch, const int nEBins, const int nCutBins) |
void | drawCanvas_invMass (TCanvas *c, TH1F *hCorr, int pad_x, int pad_y, TPad *pad, int isEta, float peakPos, float peakW) |
void | SetHistoStyle (TH1F *histo, int cutBin, int eBin, float low, float hi, int isEta) |
void | DrawCutLabel (int x, int y, int isEta) |
void | GetSubtractedDist (TH1F *histOrig, TH1F *histSub, TF1 *invMassFit, TF1 *invMassBG) |
void | draw_hists_3D (const char *input) |
Variables | |
float | eBins [] = {1,2,3,4,5,6,7,8,9,10,11,12,13} |
float | eBinsEta [] = {12,14,16,18,20} |
float | eCuts [] = {0.5,0.6,0.7,0.8,0.9,1.,1.1} |
float | eCutsEta [] = {3,3.5,4,4.5,5,5.5,6} |
const int | nEtaBins = 5 |
void draw_hists_3D | ( | const char * | input | ) |
Definition at line 21 of file draw_hists_3D.C.
View newest version in sPHENIX GitHub at line 21 of file draw_hists_3D.C
References AddEntry(), cd(), Draw(), drawCanvas_invMass(), eBins, eBinsEta, eCuts, eCutsEta, check_license::err(), getPad(), GetParameter(), GetXaxis(), GetYaxis(), GetZaxis(), add_histos::hist, i, j, k, mass, nEtaBins, ProjectionY, Range(), SetBorderSize(), SetFillStyle(), SetLineColor(), SetLineWidth(), SetLogy(), SetMarkerColor(), SetName(), SetParameter(), SetParLimits(), SetPoint(), SetPointError(), SetsPhenixStyle(), SetTitle(), sigma, width, and ambiguity_solver_full_chain::x.
void drawCanvas_invMass | ( | TCanvas * | c, |
TH1F * | hCorr, | ||
int | pad_x, | ||
int | pad_y, | ||
TPad * | pad, | ||
int | isEta, | ||
float | peakPos, | ||
float | peakW | ||
) |
void DrawCutLabel | ( | int | x, |
int | y, | ||
int | isEta | ||
) |
TPad* getPad | ( | int | j, |
int | k, | ||
int | l, | ||
float | cw, | ||
float | ch, | ||
const int | nEBins, | ||
const int | nCutBins | ||
) |
void GetSubtractedDist | ( | TH1F * | histOrig, |
TH1F * | histSub, | ||
TF1 * | invMassFit, | ||
TF1 * | invMassBG | ||
) |
void SetHistoStyle | ( | TH1F * | histo, |
int | cutBin, | ||
int | eBin, | ||
float | low, | ||
float | hi, | ||
int | isEta | ||
) |
float eBins[] = {1,2,3,4,5,6,7,8,9,10,11,12,13} |
Definition at line 16 of file draw_hists_3D.C.
View newest version in sPHENIX GitHub at line 16 of file draw_hists_3D.C
float eBinsEta[] = {12,14,16,18,20} |
Definition at line 17 of file draw_hists_3D.C.
View newest version in sPHENIX GitHub at line 17 of file draw_hists_3D.C
float eCuts[] = {0.5,0.6,0.7,0.8,0.9,1.,1.1} |
Definition at line 18 of file draw_hists_3D.C.
View newest version in sPHENIX GitHub at line 18 of file draw_hists_3D.C
float eCutsEta[] = {3,3.5,4,4.5,5,5.5,6} |
Definition at line 19 of file draw_hists_3D.C.
View newest version in sPHENIX GitHub at line 19 of file draw_hists_3D.C
const int nEtaBins = 5 |
Definition at line 20 of file draw_hists_3D.C.
View newest version in sPHENIX GitHub at line 20 of file draw_hists_3D.C