Skip to content
GitLab
Explore
Sign in
Primary navigation
Search or go to…
Project
S
simc_gfortran
Manage
Activity
Members
Labels
Plan
Issues
Issue boards
Milestones
Wiki
Code
Merge requests
Repository
Branches
Commits
Tags
Repository graph
Compare revisions
Snippets
Build
Pipelines
Jobs
Pipeline schedules
Artifacts
Deploy
Releases
Container registry
Model registry
Operate
Environments
Monitor
Incidents
Analyze
Value stream analytics
Contributor analytics
CI/CD analytics
Repository analytics
Model experiments
Help
Help
Support
GitLab documentation
Compare GitLab plans
Community forum
Contribute to GitLab
Provide feedback
Keyboard shortcuts
?
Snippets
Groups
Projects
Show more breadcrumbs
jlab
hallc
simulation
simc_gfortran
Commits
e83f9753
Unverified
Commit
e83f9753
authored
4 years ago
by
Dave Gaskell
Committed by
GitHub
4 years ago
Browse files
Options
Downloads
Plain Diff
Merge pull request #35 from gaskelld/master
Update coefficients for (e,e'pi)Delta production (Peter Bosted fit)
parents
f8c08767
e29f91ae
Branches
Branches containing commit
No related tags found
No related merge requests found
Changes
2
Hide whitespace changes
Inline
Side-by-side
Showing
2 changed files
event.f
+13
-6
13 additions, 6 deletions
event.f
util/ntuple/Makefile
+1
-1
1 addition, 1 deletion
util/ntuple/Makefile
with
14 additions
and
7 deletions
event.f
+
13
−
6
View file @
e83f9753
...
...
@@ -1398,19 +1398,26 @@ CDJG Calculate the "Collins" (phi_pq+phi_targ) and "Sivers"(phi_pq-phi_targ) ang
main
%
sigcc
=
peepi
(
vertex
,
main
)
C
Use
Clebsch
-
Gordon
coefficients
to
approximate
xsec
for
Delta
final
states
C
This
ignores
the
fact
that
the
g
*
p
and
g
*
n
cross
sections
may
not
be
the
same
C
6
/
24
/
2021
:
Coefficients
for
Delta
final
states
updated
from
Peter
Bosted
's
C empirical check'
s
.
if
(
which_pion
.eq.
2
)
then
! pi+ Delta
if
(
doing_hydpi
)
then
main
%
sigcc
=
main
%
sigcc
/
4.0
!(pi+ Delta0)/(pi+ n)
c
main
%
sigcc
=
main
%
sigcc
/
4.0
!(pi+ Delta0)/(pi+ n)
main
%
sigcc
=
0.6
*
main
%
sigcc
!(pi+ Delta0)/(pi+ n)
elseif
(
doing_deutpi
)
then
main
%
sigcc
=
main
%
sigcc
/
4.0
!(pi+ Delta0)/pi+ n)
>
+
0.75
*
main
%
sigcc
!(pi+ Delta-)/(pi+ n)
c
main
%
sigcc
=
main
%
sigcc
/
4.0
!(pi+ Delta0)/pi+ n)
c
>
+
0.75
*
main
%
sigcc
!(pi+ Delta-)/(pi+ n)
main
%
sigcc
=
0.6
*
main
%
sigcc
!(pi+ Delta0)/pi+ n)
>
+
1.0
**
main
%
sigcc
!(pi+ Delta-)/(pi+ n)
endif
elseif
(
which_pion
.eq.
3
)
then
!pi- Delta
if
(
doing_hydpi
)
then
main
%
sigcc
=
3.0
*
main
%
sigcc
/
5.0
! (pi- Delta++)/(pi- p)
main
%
sigcc
=
0.6
*
main
%
sigcc
! (pi- Delta++)/(pi- p)
elseif
(
doing_deutpi
)
then
main
%
sigcc
=
3.0
*
main
%
sigcc
/
5.0
! (pi- Delta++)/(pi- p)
>
+
0.25
*
main
%
sigcc
!(pi- Delta+)/(pi- p)
c
main
%
sigcc
=
3.0
*
main
%
sigcc
/
5.0
! (pi- Delta++)/(pi- p)
c
>
+
0.25
*
main
%
sigcc
!(pi- Delta+)/(pi- p)
main
%
sigcc
=
0.6
*
main
%
sigcc
! (pi- Delta++)/(pi- p)
>
+
0.6
*
main
%
sigcc
!(pi- Delta+)/(pi- p)
endif
endif
main
%
sigcc_recon
=
1.0
...
...
This diff is collapsed.
Click to expand it.
util/ntuple/Makefile
+
1
−
1
View file @
e83f9753
...
...
@@ -13,7 +13,7 @@ my_deps = $(my_objs:.o=.d)
MYOS
:=
$(
subst -,,
$(
shell
uname
))
#CERNLIBS = -lgeant$(GEANTVER) -lpawlib -lgraflib -lgrafX11 -lpacklib -lmathlib
CERNLIBS
=
-Wl
,-static
-lgeant
$(
GEANTVER
)
-lpawlib
-lgraflib
-lgrafX11
-lpacklib
-lkernlib
-lmathlib
-ljetset74
-Wl
,-dy
CERNLIBS
=
-Wl
,-static
-lgeant
$(
GEANTVER
)
-lpawlib
-lgraflib
-lgrafX11
-lpacklib
-lkernlib
-lmathlib
-Wl
,-dy
#For use with gfortran compiler
...
...
This diff is collapsed.
Click to expand it.
Preview
0%
Loading
Try again
or
attach a new file
.
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Save comment
Cancel
Please
register
or
sign in
to comment