source: trunk/examples/extended/polarisation/Pol01/histos.mac @ 1333

Last change on this file since 1333 was 807, checked in by garnier, 16 years ago

update

File size: 1.5 KB
Line 
1# $Id: histos.mac,v 1.1 2006/11/17 09:49:41 vnivanch Exp $
2#
3# Macro file for "pol01.cc"
4# (can be run in batch, without graphic)
5#
6/control/verbose 2
7/run/verbose 2
8#
9/testem/det/setMat G4_Fe
10/testem/det/setSizeZ 1.75 mm
11/testem/phys/addPhysics polarized
12#/testem/phys/addPhysics standard
13/testem/event/printModulo 5000
14#
15/run/initialize
16#
17/polarization/manager/verbose 1
18/polarization/volume/set theBox 0. 0. 0.08
19/polarization/volume/list
20#
21#/process/inactivate pol-eIoni
22#/process/inactivate pol-eBrem
23#/process/inactivate pol-compt
24#
25/gun/polarization 0. 0. -1.
26/gun/particle gamma
27#
28/gun/energy 10 MeV
29#
30##/tracking/verbose 1
31##/run/beamOn 1
32#
33/testem/histo/setFileName pol01.aida
34/testem/histo/setFileType xml
35/testem/histo/setHisto 1  110  0     11 MeV     #gamma energy
36/testem/histo/setHisto 2  100  -1.01   1.01 none        #gamma cos(theta)
37/testem/histo/setHisto 3  100  -180. 180. deg   #gamma phi
38/testem/histo/setHisto 4  100  -1.5  1.5 none   #gamma polarization
39/testem/histo/setHisto 5  110  0     11 MeV     #electron energy
40/testem/histo/setHisto 6  100  -1.   1. none    #electron cos(theta)
41/testem/histo/setHisto 7  100  -180. 180. deg   #electron phi
42/testem/histo/setHisto 8  100  -1.5  1.5 none   #electron polarization
43/testem/histo/setHisto 9  110  0     11 MeV     #positron energy
44/testem/histo/setHisto 10 100  -1.   1. none    #positron cos(theta)
45/testem/histo/setHisto 11 100  -180. 180. deg   #positron phi
46/testem/histo/setHisto 12 100   -1.5  1.5 none  #positron polarization
47#
48/run/beamOn 10000
49#
Note: See TracBrowser for help on using the repository browser.