Import Geant4 0.1.0 source tree

This commit is contained in:
Gabriele Cosmo
2016-06-08 15:09:25 +02:00
parent b97f8d0df7
commit aaa409b6ee
2922 changed files with 55107 additions and 81674 deletions
+14 -13
View File
@@ -218,7 +218,8 @@ end
begin OWidget
name = EXPO_EXPO_pdm
type = XmPulldownMenu
children = EXPO_startRun EXPO_nextEvent EXPO_abortRun EXPO_cyclic
children = EXPO_startRun EXPO_nextEvent EXPO_abortRun
!EXPO_cyclic
background = lightgrey
end
!----------------------------
@@ -241,18 +242,18 @@ begin OWidget
setWidgetResource EXPO_abortRun sensitive False
end
!----------------------------
begin OWidget
name = EXPO_cyclic
type = XmPushButton
labelString = Cyclic
createCallback = osh> setWidgetResource EXPO_nextEvent sensitive False
activateCallback = osh>\
isValid OCyclic/auto_next && delete OCyclic/auto_next\
delay=`ask delay(msec) 1000`\
script='G4> /run/beamOn 1'\
create OCyclic name auto_next widget `thisWidget` delay $delay script $script\
do OCyclic/auto_next start
end
!begin OWidget
! name = EXPO_cyclic
! type = XmPushButton
! labelString = Cyclic
! createCallback = osh> setWidgetResource EXPO_nextEvent sensitive False
! activateCallback = osh>\
! isValid OCyclic/auto_next && delete OCyclic/auto_next\
! delay=`ask delay(msec) 1000`\
! script='G4> /run/beamOn 1'\
! create OCyclic name auto_next widget `thisWidget` delay $delay script $script\
! do OCyclic/auto_next start
!end
!----------------------------
begin OWidget
name = EXPO_nextEvent