Go to the source code of this file.
|
| gStyle | SetFillColor (0) |
| |
| gStyle | SetTitleOffset (.85,"X") |
| |
| gStyle | SetTitleOffset (.85,"Y") |
| |
| gStyle | SetTitleSize (.05,"X") |
| |
| gStyle | SetTitleSize (.05,"Y") |
| |
| gStyle | SetLabelSize (.05,"X") |
| |
| gStyle | SetLabelSize (.05,"Y") |
| |
| gStyle | SetHistFillColor (0) |
| |
| gStyle | SetHistLineWidth (2) |
| |
| c1 | Divide (4, 3) |
| |
| c1 | cd (1) |
| |
| emcCorr | Draw ("track_z-emc_z>>emcz(100,-20,20)","emc_mod<3") |
| |
| emcz | GetXaxis () -> SetTitle("Z_ |
| |
|
| TFile * | inFile = TFile::Open("pidcorrelator.root") |
| |
| TCanvas * | c1 = new TCanvas("LHETRACK Correlation - Barrel", "LHETRACK Correlation - Barrel", 100, 100, 1200, 800) |
| |
| TCanvas * | c2 = new TCanvas("LHETRACK Correlation - Forward Endcap", "LHETRACK Correlation - Forward Endcap", 100, 100, 1200, 800) |
| |
| emcCorr Draw |
( |
"track_z-emc_z>>emcz(100,-20,20)" |
| ) |
|
| gStyle SetFillColor |
( |
0 |
| ) |
|
| gStyle SetHistFillColor |
( |
0 |
| ) |
|
| gStyle SetHistLineWidth |
( |
2 |
| ) |
|
| gStyle SetLabelSize |
( |
. |
05, |
|
|
"Y" |
|
|
) |
| |
| gStyle SetLabelSize |
( |
. |
05, |
|
|
"X" |
|
|
) |
| |
| gStyle SetTitleOffset |
( |
. |
85, |
|
|
"X" |
|
|
) |
| |
| gStyle SetTitleOffset |
( |
. |
85, |
|
|
"Y" |
|
|
) |
| |
| gStyle SetTitleSize |
( |
. |
05, |
|
|
"X" |
|
|
) |
| |
| gStyle SetTitleSize |
( |
. |
05, |
|
|
"Y" |
|
|
) |
| |
| TCanvas* c1 = new TCanvas("LHETRACK Correlation - Barrel", "LHETRACK Correlation - Barrel", 100, 100, 1200, 800) |
| TCanvas* c2 = new TCanvas("LHETRACK Correlation - Forward Endcap", "LHETRACK Correlation - Forward Endcap", 100, 100, 1200, 800) |
| TFile* inFile = TFile::Open("pidcorrelator.root") |