source: snovis/trunk/Resources/G4Lab/scripts/OnX/InputGun.onx @ 234

Last change on this file since 234 was 234, checked in by barrand, 17 years ago
File size: 418 bytes
Line 
1<OnX version="v15r0">
2
3  <widget class="InputDialog" name="G4Lab_InputGun">
4    <label>Gun</label>
5    <input name="direction" label="Direction" type="text" default="0 1 0"/>
6    <input name="energy" label="Energy" type="text" default="1 GeV"/>
7    <input name="particle" label="Particle" type="option" items="e+\ne-\ngamma\npi+\npi-" default="e-"/>
8    <ok exec="DLD">G4Lab G4Lab_InputGun_ok</ok>
9  </widget>
10
11</OnX>
Note: See TracBrowser for help on using the repository browser.