Import Geant4 11.2.0.beta source tree

This commit is contained in:
Gabriele Cosmo
2023-06-30 09:09:57 +02:00
parent aef78ca386
commit dd1f179cda
3780 changed files with 212808 additions and 142780 deletions
+6 -6
View File
@@ -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");
}