Import Geant4 10.4.0.beta source tree

This commit is contained in:
Gabriele Cosmo
2017-06-30 10:49:55 +02:00
parent 3a5407696b
commit 1a1316fea4
2180 changed files with 237880 additions and 59109 deletions
@@ -1,4 +1,4 @@
$Id: History 87256 2014-11-28 07:58:08Z gcosmo $
$Id: History 103931 2017-05-03 13:52:02Z gcosmo $
-------------------------------------------------------------------
=========================================================
@@ -16,6 +16,10 @@ track of all tags.
* Reverse chronological order (last date on top), please *
----------------------------------------------------------
8th January 2017 John Allison (exam-ext-vis-standalone-V10-03-00)
- standalone.cc:
o Updated to current practice.
27th November 2014 John Allison (exam-ext-vis-standalone-V10-00-01)
- README: Mention /vis/scene/add/extent.
@@ -27,7 +27,7 @@
/// \brief Main program of the visualization/standalone example
//
//
// $Id: standalone.cc 69587 2013-05-08 14:26:03Z gcosmo $
// $Id: standalone.cc 103931 2017-05-03 13:52:02Z gcosmo $
//
//
//....oooOO0OOooo........oooOO0OOooo........oooOO0OOooo........oooOO0OOooo......
@@ -46,6 +46,8 @@
int main(int argc,char** argv) {
G4UIExecutive* ui = new G4UIExecutive(argc, argv);
G4VisManager* visManager = new G4VisExecutive;
visManager->RegisterRunDurationUserVisAction
("A standalone example - 3 boxes, 2 with boolean subtracted cutout",
@@ -53,9 +55,7 @@ int main(int argc,char** argv) {
G4VisExtent(-10*m,10*m,-10*m,10*m,-10*m,10*m));
visManager->Initialize ();
G4UIExecutive* ui = new G4UIExecutive(argc, argv);
G4UImanager* UImanager = G4UImanager::GetUIpointer();
UImanager->ApplyCommand ("/control/execute standalone.mac");
G4UImanager::GetUIpointer()->ApplyCommand ("/control/execute standalone.mac");
ui->SessionStart();
delete ui;