Import Geant4 8.2.0 source tree
This commit is contained in:
@@ -1,4 +1,4 @@
|
||||
$Id: History,v 1.1 2006/05/25 08:44:52 allison Exp $
|
||||
$Id: History,v 1.2 2006/11/06 20:07:50 allison Exp $
|
||||
-------------------------------------------------------------------
|
||||
|
||||
=========================================================
|
||||
@@ -16,5 +16,8 @@ track of all tags.
|
||||
* Reverse chronological order (last date on top), please *
|
||||
----------------------------------------------------------
|
||||
|
||||
65th November 2006 (exam-ext-vis-perps-V08-01-00)
|
||||
- Improve command guidance.
|
||||
|
||||
25th May 2006 (exam-ext-vis-V08-00-00)
|
||||
- First perspective example.
|
||||
|
||||
@@ -25,7 +25,7 @@
|
||||
//
|
||||
//
|
||||
// $Id: PerspectiveVisAction.hh,v 1.2 2006/06/29 17:45:43 gunter Exp $
|
||||
// GEANT4 tag $Name: geant4-08-01 $
|
||||
// GEANT4 tag $Name: geant4-08-02 $
|
||||
|
||||
#ifndef PERSPECTIVEVISACTION_HH
|
||||
#define PERSPECTIVEVISACTION_HH
|
||||
|
||||
+1
-1
@@ -25,7 +25,7 @@
|
||||
//
|
||||
//
|
||||
// $Id: PerspectiveVisActionMessenger.hh,v 1.2 2006/06/29 17:45:45 gunter Exp $
|
||||
// GEANT4 tag $Name: geant4-08-01 $
|
||||
// GEANT4 tag $Name: geant4-08-02 $
|
||||
|
||||
#ifndef PERSPECTIVEVISACTIONMESSENGER_HH
|
||||
#define PERSPECTIVEVISACTIONMESSENGER_HH
|
||||
|
||||
@@ -25,7 +25,7 @@
|
||||
//
|
||||
//
|
||||
// $Id: perspective.cc,v 1.2 2006/06/29 17:45:40 gunter Exp $
|
||||
// GEANT4 tag $Name: geant4-08-01 $
|
||||
// GEANT4 tag $Name: geant4-08-02 $
|
||||
|
||||
#include "globals.hh"
|
||||
#include "G4VisExecutive.hh"
|
||||
|
||||
@@ -25,7 +25,7 @@
|
||||
//
|
||||
//
|
||||
// $Id: PerspectiveVisAction.cc,v 1.2 2006/06/29 17:45:48 gunter Exp $
|
||||
// GEANT4 tag $Name: geant4-08-01 $
|
||||
// GEANT4 tag $Name: geant4-08-02 $
|
||||
|
||||
#include "PerspectiveVisAction.hh"
|
||||
|
||||
|
||||
@@ -24,8 +24,8 @@
|
||||
// ********************************************************************
|
||||
//
|
||||
//
|
||||
// $Id: PerspectiveVisActionMessenger.cc,v 1.2 2006/06/29 17:45:51 gunter Exp $
|
||||
// GEANT4 tag $Name: geant4-08-01 $
|
||||
// $Id: PerspectiveVisActionMessenger.cc,v 1.3 2006/11/06 20:07:36 allison Exp $
|
||||
// GEANT4 tag $Name: geant4-08-02 $
|
||||
|
||||
#include "PerspectiveVisActionMessenger.hh"
|
||||
|
||||
@@ -47,8 +47,7 @@ PerspectiveVisActionMessenger::PerspectiveVisActionMessenger
|
||||
|
||||
fpCommandOS = new G4UIcmdWithAString ("/perspectiveDemo/optionString", this);
|
||||
fpCommandOS -> SetGuidance
|
||||
("Option string - passed in G4AttValue."
|
||||
"\n Any combination of \"x\", \"y\", \"z\", \"a[ll]\".");
|
||||
("Option string - any combination of \"x\", \"y\", \"z\", \"a[ll]\".");
|
||||
fpCommandOS -> SetParameterName ("option-string", omitable = true);
|
||||
fpCommandOS -> SetDefaultValue("all");
|
||||
|
||||
|
||||
Reference in New Issue
Block a user