Changeset 850 for trunk/source/intercoms
- Timestamp:
- Sep 10, 2008, 5:40:37 PM (17 years ago)
- Location:
- trunk/source/intercoms
- Files:
-
- 42 edited
-
History (modified) (2 diffs)
-
include/G4UIaliasList.hh (modified) (1 diff)
-
include/G4UIbatch.hh (modified) (1 diff)
-
include/G4UIcmdWith3Vector.hh (modified) (1 diff)
-
include/G4UIcmdWith3VectorAndUnit.hh (modified) (1 diff)
-
include/G4UIcmdWithABool.hh (modified) (1 diff)
-
include/G4UIcmdWithADouble.hh (modified) (1 diff)
-
include/G4UIcmdWithADoubleAndUnit.hh (modified) (1 diff)
-
include/G4UIcmdWithAString.hh (modified) (1 diff)
-
include/G4UIcmdWithAnInteger.hh (modified) (1 diff)
-
include/G4UIcmdWithoutParameter.hh (modified) (1 diff)
-
include/G4UIcommand.hh (modified) (1 diff)
-
include/G4UIcommandStatus.hh (modified) (1 diff)
-
include/G4UIcontrolMessenger.hh (modified) (1 diff)
-
include/G4UIdirectory.hh (modified) (1 diff)
-
include/G4UImanager.hh (modified) (1 diff)
-
include/G4UImessenger.hh (modified) (1 diff)
-
include/G4UIparameter.hh (modified) (1 diff)
-
include/G4UIsession.hh (modified) (1 diff)
-
include/G4UItokenNum.hh (modified) (1 diff)
-
include/G4UnitsMessenger.hh (modified) (1 diff)
-
include/G4VFlavoredParallelWorld.hh (modified) (1 diff)
-
include/G4VGlobalFastSimulationManager.hh (modified) (1 diff)
-
src/G4UIaliasList.cc (modified) (1 diff)
-
src/G4UIbatch.cc (modified) (1 diff)
-
src/G4UIcmdWith3Vector.cc (modified) (1 diff)
-
src/G4UIcmdWith3VectorAndUnit.cc (modified) (1 diff)
-
src/G4UIcmdWithABool.cc (modified) (1 diff)
-
src/G4UIcmdWithADouble.cc (modified) (1 diff)
-
src/G4UIcmdWithADoubleAndUnit.cc (modified) (1 diff)
-
src/G4UIcmdWithAString.cc (modified) (1 diff)
-
src/G4UIcmdWithAnInteger.cc (modified) (1 diff)
-
src/G4UIcmdWithoutParameter.cc (modified) (1 diff)
-
src/G4UIcommand.cc (modified) (1 diff)
-
src/G4UIcontrolMessenger.cc (modified) (1 diff)
-
src/G4UIdirectory.cc (modified) (1 diff)
-
src/G4UImanager.cc (modified) (1 diff)
-
src/G4UImessenger.cc (modified) (1 diff)
-
src/G4UIparameter.cc (modified) (1 diff)
-
src/G4UIsession.cc (modified) (1 diff)
-
src/G4UnitsMessenger.cc (modified) (1 diff)
-
src/G4VGlobalFastSimulationManager.cc (modified) (1 diff)
Legend:
- Unmodified
- Added
- Removed
-
trunk/source/intercoms/History
r842 r850 1 $Id: History,v 1.7 1 2008/01/30 11:20:03 lgarnierExp $1 $Id: History,v 1.72 2008/06/14 17:41:39 kmura Exp $ 2 2 ------------------------------------------------------------------- 3 3 … … 18 18 ---------------------------------------------------------- 19 19 20 30th January 2007, Laurent Garnier 20 14 June 2008 K.Murakami (intercoms-V09-01-00) 21 - tagged 22 23 30th January 2008, Laurent Garnier 21 24 - Add a new function in G4UIcommandTree to find a subtree 22 25 -
trunk/source/intercoms/include/G4UIaliasList.hh
r821 r850 26 26 // 27 27 // $Id: G4UIaliasList.hh,v 1.6 2006/06/29 19:07:42 gunter Exp $ 28 // GEANT4 tag $Name: $28 // GEANT4 tag $Name: HEAD $ 29 29 // 30 30 -
trunk/source/intercoms/include/G4UIbatch.hh
r821 r850 25 25 // 26 26 // $Id: G4UIbatch.hh,v 1.10 2007/07/16 10:15:12 kmura Exp $ 27 // GEANT4 tag $Name: $27 // GEANT4 tag $Name: HEAD $ 28 28 // 29 29 // ==================================================================== -
trunk/source/intercoms/include/G4UIcmdWith3Vector.hh
r821 r850 26 26 // 27 27 // $Id: G4UIcmdWith3Vector.hh,v 1.7 2006/06/29 19:07:47 gunter Exp $ 28 // GEANT4 tag $Name: $28 // GEANT4 tag $Name: HEAD $ 29 29 // 30 30 // -
trunk/source/intercoms/include/G4UIcmdWith3VectorAndUnit.hh
r821 r850 26 26 // 27 27 // $Id: G4UIcmdWith3VectorAndUnit.hh,v 1.8 2006/06/29 19:07:49 gunter Exp $ 28 // GEANT4 tag $Name: $28 // GEANT4 tag $Name: HEAD $ 29 29 // 30 30 // -
trunk/source/intercoms/include/G4UIcmdWithABool.hh
r821 r850 26 26 // 27 27 // $Id: G4UIcmdWithABool.hh,v 1.7 2006/06/29 19:07:51 gunter Exp $ 28 // GEANT4 tag $Name: $28 // GEANT4 tag $Name: HEAD $ 29 29 // 30 30 // -
trunk/source/intercoms/include/G4UIcmdWithADouble.hh
r821 r850 26 26 // 27 27 // $Id: G4UIcmdWithADouble.hh,v 1.7 2006/06/29 19:07:54 gunter Exp $ 28 // GEANT4 tag $Name: $28 // GEANT4 tag $Name: HEAD $ 29 29 // 30 30 // -
trunk/source/intercoms/include/G4UIcmdWithADoubleAndUnit.hh
r821 r850 26 26 // 27 27 // $Id: G4UIcmdWithADoubleAndUnit.hh,v 1.8 2006/06/29 19:07:57 gunter Exp $ 28 // GEANT4 tag $Name: $28 // GEANT4 tag $Name: HEAD $ 29 29 // 30 30 // -
trunk/source/intercoms/include/G4UIcmdWithAString.hh
r821 r850 26 26 // 27 27 // $Id: G4UIcmdWithAString.hh,v 1.5 2006/06/29 19:07:59 gunter Exp $ 28 // GEANT4 tag $Name: $28 // GEANT4 tag $Name: HEAD $ 29 29 // 30 30 // -
trunk/source/intercoms/include/G4UIcmdWithAnInteger.hh
r821 r850 26 26 // 27 27 // $Id: G4UIcmdWithAnInteger.hh,v 1.7 2006/06/29 19:08:01 gunter Exp $ 28 // GEANT4 tag $Name: $28 // GEANT4 tag $Name: HEAD $ 29 29 // 30 30 // -
trunk/source/intercoms/include/G4UIcmdWithoutParameter.hh
r821 r850 26 26 // 27 27 // $Id: G4UIcmdWithoutParameter.hh,v 1.5 2006/06/29 19:08:03 gunter Exp $ 28 // GEANT4 tag $Name: $28 // GEANT4 tag $Name: HEAD $ 29 29 // 30 30 // -
trunk/source/intercoms/include/G4UIcommand.hh
r821 r850 26 26 // 27 27 // $Id: G4UIcommand.hh,v 1.15 2006/06/29 19:08:05 gunter Exp $ 28 // GEANT4 tag $Name: $28 // GEANT4 tag $Name: HEAD $ 29 29 // 30 30 // -
trunk/source/intercoms/include/G4UIcommandStatus.hh
r821 r850 26 26 // 27 27 // $Id: G4UIcommandStatus.hh,v 1.5 2006/06/29 19:08:08 gunter Exp $ 28 // GEANT4 tag $Name: $28 // GEANT4 tag $Name: HEAD $ 29 29 // 30 30 -
trunk/source/intercoms/include/G4UIcontrolMessenger.hh
r821 r850 26 26 // 27 27 // $Id: G4UIcontrolMessenger.hh,v 1.12 2007/06/06 15:14:51 asaim Exp $ 28 // GEANT4 tag $Name: $28 // GEANT4 tag $Name: HEAD $ 29 29 // 30 30 -
trunk/source/intercoms/include/G4UIdirectory.hh
r821 r850 26 26 // 27 27 // $Id: G4UIdirectory.hh,v 1.5 2006/06/29 19:08:15 gunter Exp $ 28 // GEANT4 tag $Name: $28 // GEANT4 tag $Name: HEAD $ 29 29 // 30 30 // -
trunk/source/intercoms/include/G4UImanager.hh
r821 r850 26 26 // 27 27 // $Id: G4UImanager.hh,v 1.21 2006/06/29 19:08:17 gunter Exp $ 28 // GEANT4 tag $Name: $28 // GEANT4 tag $Name: HEAD $ 29 29 // 30 30 -
trunk/source/intercoms/include/G4UImessenger.hh
r821 r850 26 26 // 27 27 // $Id: G4UImessenger.hh,v 1.9 2006/06/29 19:08:19 gunter Exp $ 28 // GEANT4 tag $Name: $28 // GEANT4 tag $Name: HEAD $ 29 29 // 30 30 -
trunk/source/intercoms/include/G4UIparameter.hh
r821 r850 26 26 // 27 27 // $Id: G4UIparameter.hh,v 1.9 2006/06/29 19:08:21 gunter Exp $ 28 // GEANT4 tag $Name: $28 // GEANT4 tag $Name: HEAD $ 29 29 // 30 30 // -
trunk/source/intercoms/include/G4UIsession.hh
r821 r850 26 26 // 27 27 // $Id: G4UIsession.hh,v 1.5 2006/06/29 19:08:23 gunter Exp $ 28 // GEANT4 tag $Name: $28 // GEANT4 tag $Name: HEAD $ 29 29 // 30 30 // $id$ -
trunk/source/intercoms/include/G4UItokenNum.hh
r821 r850 26 26 // 27 27 // $Id: G4UItokenNum.hh,v 1.8 2006/06/29 19:08:25 gunter Exp $ 28 // GEANT4 tag $Name: $28 // GEANT4 tag $Name: HEAD $ 29 29 // 30 30 // G4UItokenNum.hh -
trunk/source/intercoms/include/G4UnitsMessenger.hh
r821 r850 26 26 // 27 27 // $Id: G4UnitsMessenger.hh,v 1.5 2006/06/29 19:08:27 gunter Exp $ 28 // GEANT4 tag $Name: $28 // GEANT4 tag $Name: HEAD $ 29 29 // 30 30 // class description -
trunk/source/intercoms/include/G4VFlavoredParallelWorld.hh
r821 r850 26 26 // 27 27 // $Id: G4VFlavoredParallelWorld.hh,v 1.5 2006/11/03 17:44:40 mverderi Exp $ 28 // GEANT4 tag $Name: $28 // GEANT4 tag $Name: HEAD $ 29 29 // 30 30 // -
trunk/source/intercoms/include/G4VGlobalFastSimulationManager.hh
r821 r850 26 26 // 27 27 // $Id: G4VGlobalFastSimulationManager.hh,v 1.5 2006/06/29 19:08:31 gunter Exp $ 28 // GEANT4 tag $Name: $28 // GEANT4 tag $Name: HEAD $ 29 29 // 30 30 // -
trunk/source/intercoms/src/G4UIaliasList.cc
r821 r850 26 26 // 27 27 // $Id: G4UIaliasList.cc,v 1.6 2006/06/29 19:08:33 gunter Exp $ 28 // GEANT4 tag $Name: $28 // GEANT4 tag $Name: HEAD $ 29 29 // 30 30 -
trunk/source/intercoms/src/G4UIbatch.cc
r821 r850 25 25 // 26 26 // $Id: G4UIbatch.cc,v 1.16 2007/08/10 09:46:10 kmura Exp $ 27 // GEANT4 tag $Name: $27 // GEANT4 tag $Name: HEAD $ 28 28 // 29 29 // ==================================================================== -
trunk/source/intercoms/src/G4UIcmdWith3Vector.cc
r821 r850 26 26 // 27 27 // $Id: G4UIcmdWith3Vector.cc,v 1.8 2006/06/29 19:08:38 gunter Exp $ 28 // GEANT4 tag $Name: $28 // GEANT4 tag $Name: HEAD $ 29 29 // 30 30 // -
trunk/source/intercoms/src/G4UIcmdWith3VectorAndUnit.cc
r821 r850 26 26 // 27 27 // $Id: G4UIcmdWith3VectorAndUnit.cc,v 1.9 2006/06/29 19:08:41 gunter Exp $ 28 // GEANT4 tag $Name: $28 // GEANT4 tag $Name: HEAD $ 29 29 // 30 30 // -
trunk/source/intercoms/src/G4UIcmdWithABool.cc
r821 r850 26 26 // 27 27 // $Id: G4UIcmdWithABool.cc,v 1.8 2006/06/29 19:08:43 gunter Exp $ 28 // GEANT4 tag $Name: $28 // GEANT4 tag $Name: HEAD $ 29 29 // 30 30 // -
trunk/source/intercoms/src/G4UIcmdWithADouble.cc
r821 r850 26 26 // 27 27 // $Id: G4UIcmdWithADouble.cc,v 1.8 2006/06/29 19:08:45 gunter Exp $ 28 // GEANT4 tag $Name: $28 // GEANT4 tag $Name: HEAD $ 29 29 // 30 30 // -
trunk/source/intercoms/src/G4UIcmdWithADoubleAndUnit.cc
r821 r850 26 26 // 27 27 // $Id: G4UIcmdWithADoubleAndUnit.cc,v 1.9 2006/06/29 19:08:48 gunter Exp $ 28 // GEANT4 tag $Name: $28 // GEANT4 tag $Name: HEAD $ 29 29 // 30 30 // -
trunk/source/intercoms/src/G4UIcmdWithAString.cc
r821 r850 26 26 // 27 27 // $Id: G4UIcmdWithAString.cc,v 1.6 2006/06/29 19:08:50 gunter Exp $ 28 // GEANT4 tag $Name: $28 // GEANT4 tag $Name: HEAD $ 29 29 // 30 30 // -
trunk/source/intercoms/src/G4UIcmdWithAnInteger.cc
r821 r850 26 26 // 27 27 // $Id: G4UIcmdWithAnInteger.cc,v 1.8 2006/06/29 19:08:52 gunter Exp $ 28 // GEANT4 tag $Name: $28 // GEANT4 tag $Name: HEAD $ 29 29 // 30 30 // -
trunk/source/intercoms/src/G4UIcmdWithoutParameter.cc
r821 r850 26 26 // 27 27 // $Id: G4UIcmdWithoutParameter.cc,v 1.4 2006/06/29 19:08:54 gunter Exp $ 28 // GEANT4 tag $Name: $28 // GEANT4 tag $Name: HEAD $ 29 29 // 30 30 // -
trunk/source/intercoms/src/G4UIcommand.cc
r821 r850 26 26 // 27 27 // $Id: G4UIcommand.cc,v 1.25 2006/06/29 19:08:56 gunter Exp $ 28 // GEANT4 tag $Name: $28 // GEANT4 tag $Name: HEAD $ 29 29 // 30 30 // -
trunk/source/intercoms/src/G4UIcontrolMessenger.cc
r821 r850 26 26 // 27 27 // $Id: G4UIcontrolMessenger.cc,v 1.11 2007/06/06 15:14:51 asaim Exp $ 28 // GEANT4 tag $Name: $28 // GEANT4 tag $Name: HEAD $ 29 29 // 30 30 -
trunk/source/intercoms/src/G4UIdirectory.cc
r821 r850 26 26 // 27 27 // $Id: G4UIdirectory.cc,v 1.4 2006/06/29 19:09:02 gunter Exp $ 28 // GEANT4 tag $Name: $28 // GEANT4 tag $Name: HEAD $ 29 29 // 30 30 // -
trunk/source/intercoms/src/G4UImanager.cc
r821 r850 26 26 // 27 27 // $Id: G4UImanager.cc,v 1.33 2007/07/16 10:14:36 kmura Exp $ 28 // GEANT4 tag $Name: $28 // GEANT4 tag $Name: HEAD $ 29 29 // 30 30 // -
trunk/source/intercoms/src/G4UImessenger.cc
r821 r850 26 26 // 27 27 // $Id: G4UImessenger.cc,v 1.7 2006/06/29 19:09:06 gunter Exp $ 28 // GEANT4 tag $Name: $28 // GEANT4 tag $Name: HEAD $ 29 29 // 30 30 -
trunk/source/intercoms/src/G4UIparameter.cc
r821 r850 26 26 // 27 27 // $Id: G4UIparameter.cc,v 1.14 2006/06/29 19:09:09 gunter Exp $ 28 // GEANT4 tag $Name: $28 // GEANT4 tag $Name: HEAD $ 29 29 // 30 30 -
trunk/source/intercoms/src/G4UIsession.cc
r821 r850 26 26 // 27 27 // $Id: G4UIsession.cc,v 1.7 2006/06/29 19:09:11 gunter Exp $ 28 // GEANT4 tag $Name: $28 // GEANT4 tag $Name: HEAD $ 29 29 // 30 30 // -
trunk/source/intercoms/src/G4UnitsMessenger.cc
r821 r850 26 26 // 27 27 // $Id: G4UnitsMessenger.cc,v 1.7 2006/06/29 19:09:13 gunter Exp $ 28 // GEANT4 tag $Name: $28 // GEANT4 tag $Name: HEAD $ 29 29 // 30 30 // -
trunk/source/intercoms/src/G4VGlobalFastSimulationManager.cc
r821 r850 26 26 // 27 27 // $Id: G4VGlobalFastSimulationManager.cc,v 1.5 2006/06/29 19:09:15 gunter Exp $ 28 // GEANT4 tag $Name: $28 // GEANT4 tag $Name: HEAD $ 29 29 // 30 30 //
Note:
See TracChangeset
for help on using the changeset viewer.
