Macros | |
| #define | APPLY_CUT |
| #define | JOB_SUPERCLUSTER_FILE "data/supercluster_931158378_44_ADV_SIM_SGQ9_L1H1V1_2G_MSA_30_job1.root" |
Functions | |
| canvas | Clear () |
| ph | Draw ("colz") |
| for (int i=0;i<=ph->GetNbinsX();i++) | |
| ph | GetXaxis () -> SetTitle("(Lm-Nm*Es)/(Em-Nm*Es)") |
| ph | GetYaxis () -> SetTitle("STAT/Em") |
| ph | GetZaxis () -> SetLabelFont(42) |
| if (jfile==NULL||!jfile->IsOpen()) | |
| if (ph==NULL) | |
| canvas | SetBorderMode (0) |
| canvas | SetBottomMargin (0.13) |
| canvas | SetFillColor (kWhite) |
| canvas | SetGridx (true) |
| canvas | SetGridy (true) |
| canvas | SetLeftMargin (0.08) |
| canvas | SetLogz (true) |
| ph | SetStats (kFALSE) |
| ph | SetTitle ("subNetCut Diagnostic Histogram") |
| gStyle | SetTitleFont (12,"D") |
| gStyle | SetTitleH (0.050) |
| gStyle | SetTitleW (0.95) |
| gStyle | SetTitleY (0.98) |
| canvas | ToggleEventStatus () |
Variables | |
| TCanvas * | canvas = new TCanvas("hdng", "hdng", 35, 46, 600, 600) |
| TFile * | jfile = new TFile(jname) |
| int | NPIX =0 |
| int | npix =0 |
| TH2F * | ph = (TH2F*)jfile->Get("hdng") |
| #define APPLY_CUT |
| #define JOB_SUPERCLUSTER_FILE "data/supercluster_931158378_44_ADV_SIM_SGQ9_L1H1V1_2G_MSA_30_job1.root" |
| canvas Clear | ( | ) |
Definition at line 1279 of file CWB_Plugin_xWRC.C.
| ph Draw | ( | "colz" | ) |
Definition at line 569 of file cwb_report_cbc.C.
Definition at line 570 of file cwb_report_cbc.C.
| ph GetZaxis | ( | ) | -> SetLabelFont(42) |
Definition at line 13 of file ReadHistFromJobFile.C.
| if | ( | ph | = =NULL | ) |
Definition at line 18 of file ReadHistFromJobFile.C.
| canvas SetBorderMode | ( | 0 | ) |
| canvas SetBottomMargin | ( | 0. | 13 | ) |
| canvas SetFillColor | ( | kWhite | ) |
| canvas SetGridx | ( | true | ) |
| canvas SetGridy | ( | true | ) |
| canvas SetLeftMargin | ( | 0. | 08 | ) |
| canvas SetLogz | ( | true | ) |
| ph SetStats | ( | kFALSE | ) |
| ph SetTitle | ( | "subNetCut Diagnostic Histogram" | ) |
| gStyle SetTitleFont | ( | 12 | , |
| "D" | |||
| ) |
| gStyle SetTitleH | ( | 0. | 050 | ) |
| gStyle SetTitleW | ( | 0. | 95 | ) |
| gStyle SetTitleY | ( | 0. | 98 | ) |
| canvas ToggleEventStatus | ( | ) |
| canvas = new TCanvas("hdng", "hdng", 35, 46, 600, 600) |
Definition at line 21 of file ReadHistFromJobFile.C.
| TFile* jfile = new TFile(jname) |
Definition at line 12 of file ReadHistFromJobFile.C.
| int NPIX =0 |
Definition at line 65 of file ReadHistFromJobFile.C.
| int npix =0 |
Definition at line 66 of file ReadHistFromJobFile.C.
| TH2F* ph = (TH2F*)jfile->Get("hdng") |
Definition at line 17 of file ReadHistFromJobFile.C.