Import Geant4 11.2.0.beta source tree
This commit is contained in:
@@ -28,15 +28,15 @@
|
||||
c1->cd(2);
|
||||
ntuple->Draw("Labs");
|
||||
|
||||
// Draw Egap histogram in the pad 3
|
||||
// with logaritmic scale for y ?? how to do this?
|
||||
// Draw Egap histogram in the pad
|
||||
c1->cd(3);
|
||||
gPad->SetLogy(1);
|
||||
//set logarithmic scale for y
|
||||
//gPad->SetLogy(1);
|
||||
ntuple->Draw("Egap");
|
||||
|
||||
// Draw Lgap histogram in the pad 4
|
||||
// with logaritmic scale for y ?? how to do this?
|
||||
c1->cd(4);
|
||||
gPad->SetLogy(1);
|
||||
ntuple->Draw("Egap");
|
||||
//set logarithmic scale for y
|
||||
//gPad->SetLogy(1);
|
||||
ntuple->Draw("Lgap");
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user