Skip to content

Commit 1fcd514

Browse files
authored
Merge pull request #31 from JeffersonLab/DEV
Dev
2 parents 4b2ca04 + 8557247 commit 1fcd514

File tree

8 files changed

+3119
-374
lines changed

8 files changed

+3119
-374
lines changed

MCwrapper/Gcontrol.in

Lines changed: 2 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -113,13 +113,13 @@ c PLOG 1
113113
c TLOG 1
114114
c
115115
c particle momentum theta phi delta_momentum delta_theta delta_phi
116-
KINE 108 0.5 90. 180. 0. 180. 360.
116+
cKINE 108 0.5 90. 180. 0. 180. 360.
117117

118118
c The SCAP card determines the vertex position for the particle gun. It
119119
c supports the following three arguments, all of which default to 0.
120120
c
121121
c vertex_x vertex_y vertex_z
122-
SCAP 0. 0. 65.
122+
cSCAP 0. 0. 65.
123123

124124
c The TGTWIDTH card is used to determine an extended volume from
125125
c which the particle gun will generate vertexes. The vertex position
@@ -438,5 +438,3 @@ c
438438
c DRAY 0 no delta ray production
439439
c 1 delta ray production with generation of secondaries (default)
440440
c 2 delta ray production without generation of secondaries
441-
442-
END

MCwrapper/Generators/gen_2pi_amp/examples/gen_2pi_amp.cfg

Lines changed: 2 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -44,10 +44,8 @@
4444
define rho 0.775 0.146
4545
# some definitions for adjusting the beam polarization. In the equations beamX: Polarization>0, beamY: Polarization<0.
4646
# Phi is the azimuthal angle of the polarization vector in degrees (in the lab coordinates)
47-
define phipol 0
48-
define polFrac 0.4
49-
define beamX 0 polFrac
50-
define beamY 90 polFrac
47+
define phipol TEMPPOLANGLE
48+
define polFrac TEMPPOLFRAC
5149

5250
# Uniform angles: flat=1; YLMs: flat=0;
5351
define flat 0

MCwrapper/Generators/gen_ee_hb/CFFs_DD_Feb2012.dat

Lines changed: 2602 additions & 0 deletions
Large diffs are not rendered by default.

MCwrapper/Generators/gen_omega_3pi/examples/gen_omega_3pi.cfg

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -46,7 +46,7 @@ reaction Pi+Pi-Pi0 gamma p Pi+ Pi- Pi0
4646
# consider just x polarized amplitudes
4747
sum Pi+Pi-Pi0 xpol
4848

49-
amplitude Pi+Pi-Pi0::xpol::omegaS ThreePiAnglesSchilling 0.0 0.0 0.0 0.0 0.0 0.0 0.4 0.0 -0.2
49+
amplitude Pi+Pi-Pi0::xpol::omegaS ThreePiAnglesSchilling 0.0 0.0 0.0 0.0 0.0 0.0 0.4 0.0 -0.2 TEMPPOLANGLE TEMPPOLFRAC
5050
amplitude Pi+Pi-Pi0::xpol::omegaS BreitWigner3body 0.783 0.008 234
5151

5252
initialize Pi+Pi-Pi0::xpol::omegaS cartesian 1.0 0.0
Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,5 @@
1+
c particle momentum theta phi delta_momentum delta_theta delta_phi
2+
KINE 108 0.5 90. 180. 0. 180. 360.
3+
4+
c vertex_x vertex_y vertex_z
5+
SCAP 0. 0. 65.

0 commit comments

Comments
 (0)