Geant4
10.02.p03
|
Go to the source code of this file.
Functions | |
gStyle | SetPalette (1) |
gROOT | SetStyle ("Plain") |
gStyle | SetOptStat (000000) |
c1 | Divide (1, 1) |
while (1) | |
fclose (fp) | |
c1 | cd (1) |
gPad | SetLogx () |
gPad | SetLogy () |
h2 | Draw () |
ntuple | SetMarkerStyle (20) |
ntuple | SetMarkerSize (1.) |
ntuple | Draw ("w:E","","LPsame") |
h2 | GetXaxis () -> SetLabelSize(0.025) |
h2 | GetYaxis () -> SetLabelSize(0.025) |
Variables | |
c1 = new TCanvas ("c1","",60,60,500,500) | |
FILE * | fp = fopen("wvalue.txt","r") |
Float_t | E |
Float_t | nbioni |
Float_t | snbioni |
Float_t | w |
Float_t | sw |
Int_t | ncols = 0 |
Int_t | nlines = 0 |
TNtuple * | ntuple = new TNtuple("ntuple","w","E:nbioni:snbioni:w:sw") |
TH2F * | h2 = new TH2F ("h2","",2,9.99,1e3,2,9.99,1e3) |
c1 cd | ( | 1 | ) |
c1 Divide | ( | 1 | , |
1 | |||
) |
h2 Draw | ( | ) |
ntuple Draw | ( | "w:E" | , |
"" | , | ||
"LPsame" | |||
) |
fclose | ( | fp | ) |
h2 GetXaxis | ( | ) | -> SetLabelSize(0.025) |
h2 GetYaxis | ( | ) | -> SetLabelSize(0.025) |
gPad SetLogx | ( | ) |
gPad SetLogy | ( | ) |
ntuple SetMarkerSize | ( | 1. | ) |
ntuple SetMarkerStyle | ( | 20 | ) |
gStyle SetOptStat | ( | 000000 | ) |
gStyle SetPalette | ( | 1 | ) |
gROOT SetStyle | ( | "Plain" | ) |
while | ( | 1 | ) |
Definition at line 28 of file extended/medical/dna/wvalue/plot.C.
c1 = new TCanvas ("c1","",60,60,500,500) |
Definition at line 18 of file extended/medical/dna/wvalue/plot.C.
Float_t E |
Definition at line 23 of file extended/medical/dna/wvalue/plot.C.
FILE* fp = fopen("wvalue.txt","r") |
Definition at line 21 of file extended/medical/dna/wvalue/plot.C.
TH2F* h2 = new TH2F ("h2","",2,9.99,1e3,2,9.99,1e3) |
Definition at line 41 of file extended/medical/dna/wvalue/plot.C.
Float_t nbioni |
Definition at line 23 of file extended/medical/dna/wvalue/plot.C.
Int_t ncols = 0 |
Definition at line 24 of file extended/medical/dna/wvalue/plot.C.
Int_t nlines = 0 |
Definition at line 25 of file extended/medical/dna/wvalue/plot.C.
TNtuple* ntuple = new TNtuple("ntuple","w","E:nbioni:snbioni:w:sw") |
Definition at line 27 of file extended/medical/dna/wvalue/plot.C.
Float_t snbioni |
Definition at line 23 of file extended/medical/dna/wvalue/plot.C.
Float_t sw |
Definition at line 23 of file extended/medical/dna/wvalue/plot.C.
Float_t w |
Definition at line 23 of file extended/medical/dna/wvalue/plot.C.