source: trunk/examples/extended/polarisation/Pol01/histo.mac @ 850

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

update

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