1: \documentstyle[twoside,psfig]{article}
2:
3: %----------------NEW ADDITIONS TO EXISTING ARTICLE.STY---------------------
4: \catcode`\@=11
5: \long\def\@makefntext#1{
6: \protect\noindent \hbox to 3.2pt {\hskip-.9pt
7: $^{{\eightrm\@thefnmark}}$\hfil}#1\hfill} %CAN BE USED
8:
9: \def\thefootnote{\fnsymbol{footnote}}
10: \def\@makefnmark{\hbox to 0pt{$^{\@thefnmark}$\hss}} %ORIGINAL
11:
12: \def\ps@myheadings{\let\@mkboth\@gobbletwo
13: \def\@oddhead{\hbox{}
14: \rightmark\hfil\eightrm\thepage}
15: \def\@oddfoot{}\def\@evenhead{\eightrm\thepage\hfil
16: \leftmark\hbox{}}\def\@evenfoot{}
17: \def\sectionmark##1{}\def\subsectionmark##1{}}
18:
19: %-----------------START OF MPLA1.STY----------------------------------------
20: %THIS STYLE FILE (MPLA1.STY) IS FOR REFERENCES FROM 1--9 ITEMS ONLY
21:
22: %THIS STYLE FILE WILL PRODUCE
23: %$^1$ IN BODY TEXT AND 1. AT REFERENCE SECTION
24:
25: \oddsidemargin=\evensidemargin
26: \addtolength{\oddsidemargin}{-30pt}
27: \addtolength{\evensidemargin}{-30pt}
28: \headsep=15pt
29: \baselineskip=13pt
30:
31: %---------------------------------------------------------------------------
32: \newcommand{\beq}{\begin{equation}}
33: \newcommand{\eeq}{\end{equation}}
34: \newcommand{\dslash}{/\hspace{-0.5em}\partial}
35: \newcommand{\Aslash}{\,/\hspace{-0.7em}A}
36: \newcommand{\pslash}{\,/\hspace{-0.6em}p}
37: \newcommand{\qslash}{/\hspace{-0.5em}q}
38: \newcommand{\rslash}{/\hspace{-0.5em}r}
39:
40: \newcommand{\symbolfootnote}{\renewcommand{\thefootnote}
41: {\fnsymbol{footnote}}}
42: \renewcommand{\thefootnote}{\fnsymbol{footnote}}
43: \newcommand{\alphfootnote}
44: {\setcounter{footnote}{0}
45: \renewcommand{\thefootnote}{\sevenrm\alph{footnote}}}
46:
47: %---------------------------------------------------------------------------
48: \renewcommand{\footnoterule}{ } %NO FOOTNOTE RULE IN LATEX
49: %\footnotesep 10pt
50:
51: %---------------------------------------------------------------------------
52: %NEWLY-DEFINED SECTION COMMANDS
53: \newcounter{sectionc}\newcounter{subsectionc}\newcounter{subsubsectionc}
54: \renewcommand{\section}[1] {\vspace{12pt}\addtocounter{sectionc}{1}
55: \setcounter{subsectionc}{0}\setcounter{subsubsectionc}{0}\noindent
56: {\tenbf\thesectionc. #1}\par\vspace{5pt}}
57: \renewcommand{\subsection}[1] {\vspace{12pt}\addtocounter{subsectionc}{1}
58: \setcounter{subsubsectionc}{0}\noindent
59: {\bf\thesectionc.\thesubsectionc. {\kern1pt \bfit #1}}\par\vspace{5pt}}
60: \renewcommand{\subsubsection}[1] {\vspace{12pt}\addtocounter{subsubsectionc}{1}
61: \noindent{\tenrm\thesectionc.\thesubsectionc.\thesubsubsectionc.
62: {\kern1pt \tenit #1}}\par\vspace{5pt}}
63: \newcommand{\nonumsection}[1] {\vspace{12pt}\noindent{\tenbf #1}
64: \par\vspace{5pt}}
65:
66: %NEW MACRO TO HANDLE APPENDICES
67: \newcounter{appendixc}
68: \newcounter{subappendixc}[appendixc]
69: \newcounter{subsubappendixc}[subappendixc]
70: \renewcommand{\thesubappendixc}{\Alph{appendixc}.\arabic{subappendixc}}
71: \renewcommand{\thesubsubappendixc}
72: {\Alph{appendixc}.\arabic{subappendixc}.\arabic{subsubappendixc}}
73:
74: \renewcommand{\appendix}[1] {\vspace{12pt}
75: \refstepcounter{appendixc}
76: \setcounter{figure}{0}
77: \setcounter{table}{0}
78: \setcounter{lemma}{0}
79: \setcounter{theorem}{0}
80: \setcounter{corollary}{0}
81: \setcounter{definition}{0}
82: \setcounter{equation}{0}
83: \renewcommand{\thefigure}{\Alph{appendixc}.\arabic{figure}}
84: \renewcommand{\thetable}{\Alph{appendixc}.\arabic{table}}
85: \renewcommand{\theappendixc}{\Alph{appendixc}}
86: \renewcommand{\thelemma}{\Alph{appendixc}.\arabic{lemma}}
87: \renewcommand{\thetheorem}{\Alph{appendixc}.\arabic{theorem}}
88: \renewcommand{\thedefinition}{\Alph{appendixc}.\arabic{definition}}
89: \renewcommand{\thecorollary}{\Alph{appendixc}.\arabic{corollary}}
90: \renewcommand{\theequation}{\Alph{appendixc}.\arabic{equation}}
91: % \noindent{\tenbf Appendix \theappendixc. #1}\par\vspace{5pt}}
92: \noindent{\tenbf Appendix \theappendixc #1}\par\vspace{5pt}}
93: \newcommand{\subappendix}[1] {\vspace{12pt}
94: \refstepcounter{subappendixc}
95: \noindent{\bf Appendix \thesubappendixc. {\kern1pt \bfit #1}}
96: \par\vspace{5pt}}
97: \newcommand{\subsubappendix}[1] {\vspace{12pt}
98: \refstepcounter{subsubappendixc}
99: \noindent{\rm Appendix \thesubsubappendixc. {\kern1pt \tenit #1}}
100: \par\vspace{5pt}}
101:
102: %-------------------------------------------------------------------------
103: %FOLLOWING THREE COMMANDS ARE FOR `LIST' COMMAND.
104: \topsep=0in\parsep=0in\itemsep=0in
105: \parindent=15pt
106:
107: %-------------------------------------------------------------------------
108: \newcommand{\textlineskip}{\baselineskip=13pt}
109: \newcommand{\smalllineskip}{\baselineskip=10pt}
110:
111: %-------------------------------------------------------------------------
112: %MACRO FOR COPYRIGHT BLOCK
113: \def\eightcirc{
114: \begin{picture}(0,0)
115: \put(4.4,1.8){\circle{6.5}}
116: \end{picture}}
117: \def\eightcopyright{\eightcirc\kern2.7pt\hbox{\eightrm c}}
118:
119:
120: %--------------------------------------------------------------------------
121: %MACRO FOR PUBLISHER INFORMATION SECTION
122: \newcommand{\pub}[1]{{\begin{center}\footnotesize\smalllineskip
123: Received #1\\
124: \end{center}
125: }}
126:
127: \newcommand{\publisher}[2]{{\begin{center}\footnotesize\smalllineskip
128: Received #1\\
129: Revised #2
130: \end{center}
131: }}
132:
133: %--------------------------------------------------------------------------
134: %MARCO FOR ABSTRACT BLOCK
135: \def\abstracts#1#2#3{{
136: \centering{\begin{minipage}{4.5in}\footnotesize\baselineskip=10pt
137: \parindent=0pt #1\par
138: \parindent=15pt #2\par
139: \parindent=15pt #3
140: \end{minipage}}\par}}
141:
142: %--------------------------------------------------------------------------
143: %MARCO FOR KEYWORDS BLOCK
144: \def\keywords#1{{
145: \centering{\begin{minipage}{4.5in}\footnotesize\baselineskip=10pt
146: {\footnotesize\it Keywords}\/: #1
147: \end{minipage}}\par}}
148:
149: %--------------------------------------------------------------------------
150: %NEW MACRO FOR BIBLIOGRAPHY
151: \newcommand{\bibit}{\nineit}
152: \newcommand{\bibbf}{\ninebf}
153: \renewenvironment{thebibliography}[1]
154: {\frenchspacing
155: \ninerm\baselineskip=11pt
156: \begin{list}{\arabic{enumi}.}
157: {\usecounter{enumi}\setlength{\parsep}{0pt}
158: \setlength{\leftmargin 12.7pt}{\rightmargin 0pt} %FOR 1--9 ITEMS
159: % \setlength{\leftmargin 17pt}{\rightmargin 0pt} %FOR 10--99 ITEMS
160: % \setlength{\leftmargin 22pt}{\rightmargin 0pt} %FOR 100+ABOVE ITEMS
161: \setlength{\itemsep}{0pt} \settowidth
162: {\labelwidth}{#1.}\sloppy}}{\end{list}}
163:
164: %--------------------------------------------------------------------------
165: %LIST ENVIRONMENTS
166: \newcounter{itemlistc}
167: \newcounter{romanlistc}
168: \newcounter{alphlistc}
169: \newcounter{arabiclistc}
170: \newenvironment{itemlist}
171: {\setcounter{itemlistc}{0}
172: \begin{list}{$\bullet$}
173: {\usecounter{itemlistc}
174: \setlength{\parsep}{0pt}
175: \setlength{\itemsep}{0pt}}}{\end{list}}
176:
177: \newenvironment{romanlist}
178: {\setcounter{romanlistc}{0}
179: \begin{list}{$($\roman{romanlistc}$)$}
180: {\usecounter{romanlistc}
181: \setlength{\parsep}{0pt}
182: \setlength{\itemsep}{0pt}}}{\end{list}}
183:
184: \newenvironment{alphlist}
185: {\setcounter{alphlistc}{0}
186: \begin{list}{$($\alph{alphlistc}$)$}
187: {\usecounter{alphlistc}
188: \setlength{\parsep}{0pt}
189: \setlength{\itemsep}{0pt}}}{\end{list}}
190:
191: \newenvironment{arabiclist}
192: {\setcounter{arabiclistc}{0}
193: \begin{list}{\arabic{arabiclistc}}
194: {\usecounter{arabiclistc}
195: \setlength{\parsep}{0pt}
196: \setlength{\itemsep}{0pt}}}{\end{list}}
197:
198: %---------------------------------------------------------------------------
199: %FIGURE CAPTION
200: \newcommand{\fcaption}[1]{
201: \refstepcounter{figure}
202: \setbox\@tempboxa = \hbox{\footnotesize Fig.~\thefigure. #1}
203: \ifdim \wd\@tempboxa > 5in
204: {\begin{center}
205: \parbox{5in}{\footnotesize\smalllineskip Fig.~\thefigure. #1}
206: \end{center}}
207: \else
208: {\begin{center}
209: {\footnotesize Fig.~\thefigure. #1}
210: \end{center}}
211: \fi}
212:
213: %TABLE CAPTION
214: \newcommand{\tcaption}[1]{
215: \refstepcounter{table}
216: \setbox\@tempboxa = \hbox{\footnotesize Table~\thetable. #1}
217: \ifdim \wd\@tempboxa > 5in
218: {\begin{center}
219: \parbox{5in}{\footnotesize\smalllineskip Table~\thetable. #1}
220: \end{center}}
221: \else
222: {\begin{center}
223: {\footnotesize Table~\thetable. #1}
224: \end{center}}
225: \fi}
226:
227: %--------------------------------------------------------------------------
228: %MACROS FOR SETTING \cite{x} OR \citeup{x}
229: \def\@citex[#1]#2{\if@filesw\immediate\write\@auxout
230: {\string\citation{#2}}\fi
231: \def\@citea{}\@cite{\@for\@citeb:=#2\do
232: {\@citea\def\@citea{,}\@ifundefined
233: {b@\@citeb}{{\bf ?}\@warning
234: {Citation `\@citeb' on page \thepage \space undefined}}
235: {\csname b@\@citeb\endcsname}}}{#1}}
236:
237: \newif\if@cghi
238: \def\cite{\@cghitrue\@ifnextchar [{\@tempswatrue
239: \@citex}{\@tempswafalse\@citex[]}}
240: \def\citelow{\@cghifalse\@ifnextchar [{\@tempswatrue
241: \@citex}{\@tempswafalse\@citex[]}}
242: \def\@cite#1#2{{$\null^{#1}$\if@tempswa\typeout
243: {IJCGA warning: optional citation argument
244: ignored: `#2'} \fi}}
245: \newcommand{\citeup}{\cite}
246:
247: %--------------------------------------------------------------------------
248: %FOR SUB/SUPERSCRIPT BOLDFACED + ITALICS
249: \def\pmb#1{\setbox0=\hbox{#1}
250: \kern-.025em\copy0\kern-\wd0
251: \kern.05em\copy0\kern-\wd0
252: \kern-.025em\raise.0433em\box0}
253: \def\mbi#1{{\pmb{\mbox{\scriptsize ${#1}$}}}}
254: \def\mbr#1{{\pmb{\mbox{\scriptsize{#1}}}}}
255:
256: %--------------------------------------------------------------------------
257: %FOR FNSYMBOL FOOTNOTE AND ALPH{FOOTNOTE}
258: \def\fnm#1{$^{\mbox{\scriptsize #1}}$}
259: \def\fnt#1#2{\footnotetext{\kern-.3em
260: {$^{\mbox{\scriptsize #1}}$}{#2}}}
261:
262: %--------------------------------------------------------------------------
263: %FOR CREATING THE OPENING PAGE NUMBER
264: \def\fpage#1{\begingroup
265: \voffset=.3in
266: \thispagestyle{empty}\begin{table}[b]\centerline{\footnotesize #1}
267: \end{table}\endgroup}
268:
269: %--------------------------------------------------------------------------
270: %MACRO FOR RUNNINGHEAD
271: %\def\runninghead#1#2{\pagestyle{myheadings}
272: %\markboth{{\protect\footnotesize\it{\quad #1}}\hfill}
273: %{\hfill{\protect\footnotesize\it{#2\quad}}}}
274: %\headsep=15pt
275: %
276:
277: \def\ps@myheadings{%
278: \let\@oddfoot\@empty\let\@evenfoot\@empty
279: \def\@evenhead{\slshape\leftmark\hfil}% %EVEN PAGE
280: \def\@oddhead{\hfil{\slshape\rightmark}}% %ODD PAGE
281: \let\@mkboth\@gobbletwo
282: \let\sectionmark\@gobble
283: \let\subsectionmark\@gobble
284: }
285: %
286: %--------------------------------------------------------------------------
287: \font\tenrm=cmr10
288: \font\tenit=cmti10
289: \font\tenbf=cmbx10
290: \font\bfit=cmbxti10 at 10pt
291: \font\ninerm=cmr9
292: \font\nineit=cmti9
293: \font\ninebf=cmbx9
294: \font\eightrm=cmr8
295: \font\eightit=cmti8
296: \font\eightbf=cmbx8
297: \font\sevenrm=cmr7
298: \font\fiverm=cmr5
299:
300: %--------------------------------------------------------------------------
301: \newtheorem{theorem}{\indent Theorem}
302: %OR \newtheorem{theorem}{Theorem}[sectionc] WHICH HAS SECTION NUMBER
303:
304: \newtheorem{lemma}{Lemma}
305: %OR USE \newtheorem{lemma}{Lemma}[sectionc]
306:
307: \newtheorem{definition}{Definition}
308: \newtheorem{corollary}{Corollary}
309: %USERS CAN ADD ON THEIR OWN NEW THEOREM-LIKE ENVIRONMENTS.
310:
311: \newcommand{\proof}[1]{{\tenbf Proof.} #1 $\Box$.}
312:
313: %-----------------END OF MPLA1.STY----------------------------------------
314:
315: %------------------START OF DATA FILE-------------------------------------
316: \textwidth=5truein
317: %\textheight=7.56truei
318: \textheight=7.26truein
319:
320: %-------------------------------------------------------------------------
321: %DEFINITIONS
322: \def\qed{\hbox{${\vcenter{\vbox{ %HOLLOW SQUARE
323: \hrule height 0.4pt\hbox{\vrule width 0.4pt height 6pt
324: \kern5pt\vrule width 0.4pt}\hrule height 0.4pt}}}$}}
325:
326: \renewcommand{\thefootnote}{\fnsymbol{footnote}} %USE SYMBOLIC FOOTNOTE
327:
328: %--------------------------------------------------------------------------
329: %
330: \pagestyle{myheadings}
331: \begin{document}
332: \setlength{\textheight}{7.7truein} %for 2nd page onwards
333:
334: \thispagestyle{empty}
335:
336:
337: \normalsize\textlineskip
338:
339: \setcounter{page}{1}
340:
341: \vspace*{0.88truein}
342:
343: \centerline{\bf Energy Dependence of the $\Lambda/\Sigma ^0$ Production in Proton-Proton Collisions}
344: %\vspace*{12pt}
345: \centerline{\bf Near the Hyperon-$K^+$ Thresholds\footnote{Supported in part by Forschungszentrum FZ J\"ulich (COSY)}}\baselineskip=13pt
346: %\thanks{Supported in part by Forschungszentrum FZ J\"ulich (COSY)}
347: \baselineskip=13pt
348: %\vspace*{0.37truein}
349: \vspace*{0.4truein}
350: \centerline{\footnotesize M. Dillig\footnote{Email: mdillig@theorie3.physik.uni-erlangen.de} and M. Schott}
351: %\thanks{Email: mdillig@theorie3.physik.uni-erlangen.de}
352: \baselineskip=12pt
353: \centerline{\footnotesize\it Institute for Theoretical Physics III
354: \footnote{preprint FAU-TP3-06/Nr. 03}}
355: %\baselineskip=10pt
356: \centerline{\footnotesize\it University of
357: Erlangen-N\"urnberg}
358: %\baselineskip=10pt
359: \centerline{\footnotesize\it Staudtstr. 7, Erlangen, D-91058, Germany}
360: \vspace*{12pt}
361: \vspace*{0.23truein}
362: \begin{quotation}
363: The energy dependence of the reactions $pp \rightarrow p \Lambda K^+$ and $pp \rightarrow p \Sigma ^0 K^+$ and the ratio $R _{\Lambda / \Sigma^0}$ is studied in a constituent quark-gluon model, including the excitation of the baryon resonances $N^*(1650)$, $N^*(1710)$ and $N^*(1720)$ near the $\Lambda / \Sigma ^0$ thresholds. Representing the baryons as quark-diquark objects, the energy dependent ratio $R_{\Lambda/\Sigma^0}$, which is qualitatively reproduced up to excess energies of 60 MeV above threshold, provides detailed information on the momentum spectrum of axial diquarks in the proton and the $\Sigma^0$.
364: \end{quotation}
365: %PACS:12.39.-x,13.60.Rj,14.20.Jn,14.65.Bt
366: \vspace*{12pt}
367: \keywords{Strangeness production, scalar and axial diquarks, energy dependence $\Lambda/\Sigma^0$}
368: \vspace*{2pt}%\textlineskip %) USE THIS MEASUREMENT WHEN THE\vspace*{12pt} %) NO SECTION HEADING
369: %\baselineskip=13pt %) ACTUAL LEADING
370: \normalsize %) USE THIS MEASUREMENT WHEN THERE IS
371: \vspace*{-0.5pt}
372: \noindent
373:
374: \bigskip
375: \vspace*{12pt}
376:
377: A large fraction of physics at COSY is the investigation of exclusion heavy meson production in $pp \rightarrow p B \lambda$ near their corresponding thresholds ($\lambda$ refers to different mesons with masses $\leq 1GeV$ [1]). In particular associated strangeness into $\Lambda, \Sigma$ final states [2] has been measured at COSY-11 ([3]-[5]) and COSY-TOF [6]. The most striking feature of the data is the ratio
378:
379: \begin{equation}R _{\Lambda / \Sigma ^0} (Q) = \frac{\sigma(pp \rightarrow p \Lambda K^+)}{\sigma(pp \rightarrow p \Sigma ^0 K^+)} \end{equation}
380:
381: (as a function of the excess energy $Q = \sqrt{s} - (M_P + M_Y + m_{K^+})$ with $Y = \Lambda, \Sigma ^0$ and $\sqrt{s}$ as the center-of-mass energy) as shown in Fig. 1: close to threshold with $Q \leq 10MeV$ the $\Sigma ^0$ is suppressed relative to the $\Lambda$ by a factor 30 and at $Q\leq 60MeV$ still by one order of magnitude. Opposite, for large $Q>300MeV$ the $\Lambda / \Sigma^0$ ratio approaches $\sim 2.5$ [7], as expected from isospin relations.\\
382:
383: So far, the ratio $R_{\Lambda/\Sigma^0}(Q)$ has been investigated in two classes of meson-exchange models. In particular the models of the J\"ulich group involve $\pi$ and $K$-exchange, where their relative phase interferes constructively or destructively in the coherent sum ([8]-[10]); or $\pi$ and K exchange are summed incoherently. In the second class of models the reaction mechanisms are dominated by heavy meson exchange together with the excitation of $N^*$ resonances around the $\Lambda, \Sigma ^0$ thresholds ([11]-[15]). The different results, summarized in ([1][2]), point out that all models (with constructive $\pi K$ interference in the J\"ulich model) qualitative reproduce the decrease of $R_{\Lambda / \Sigma^0}(Q)$ with increasing excess energies, without allowing, however, quantitative conclusions on the dominant production mechanism.\\
384:
385: In this note we approach $\Lambda$ and $\Sigma ^0$ hyperon production differently: in view of the typical momentum transfer of $\Delta q \sim 900$ MeV/c even at threshold, we model the strong overlapping hadrons in terms of the constituent quark and gluon degrees of freedom.\\
386:
387: %\begin{figure}[htbp] %ORIGINAL SIZE: width=1.4TRUEIN; height=1.5TRUEIN
388: %\vspace*{13pt}
389: %\framebox{\centerline{\psfig{width=10.0cm,file=rlsdata.eps}}} %100 percent
390: %\vspace*{13pt}
391: %vspace{-0.5cm}
392: %\fcaption{Ratio $R _{\Lambda / \Sigma ^0}$ of the cross sections $pp\rightarrow p K^+ \Lambda, p K^+ \Sigma ^0$ as a function of the excess energy $Q=\sqrt{s}-(M_p + M_\Upsilon) + m _{K^+})$, where $\sqrt{s}$ is the center of mass energy. The data at $Q<60MeV$ are from [3][4][5]. For $Q>300MeV$ the data point from [7] is indicated by the dashed line}
393: %\end{figure}
394:
395: Thereby we expand the production operator in terms of multiple gluon exchanges up $\alpha _s^3$, with $\alpha _s$ being the strong coupling constant at the squared $qqg$ vertex (contributions from the 3-gluon interaction ggg are so far not included). With the standard one-gluon exchange (QGE) qq interaction [16]
396:
397: \begin{equation}V_{ij}^{qq} (q) = 4 \pi \alpha _s \frac{\vec \lambda ^a _j \vec \lambda ^a _i}{4} \frac{\gamma _\mu (i) \gamma^{\mu} (i)}{q^2 - m_q^2 - i \epsilon} \end{equation}
398:
399: the qq interaction, upon reduction of the corresponding Dirac spinors, involves central, spin-spin, spin-orbit and tensor terms [16][17], while the excitation of the $K^+$ meson in $q \rightarrow q (q \bar q)$ leads to([17][18])
400:
401: \begin{equation}V _{q \rightarrow q (q \bar q)} (\vec q) = 4 \pi \alpha_s \frac{\vec \lambda _i^a \vec\lambda _j ^a}{4} \frac{1}{m _q m _g^2} \left( (\vec \sigma _i \times \vec \sigma _j) \vec q + 2 \vec \sigma _j \vec p _i \right) \end{equation}
402:
403: As our investigation focuses on a very restricted range of momentum transfers we drop the smooth momentum dependence of the various effective parameters with $\alpha _s \sim 2$, $m _q \sim 330$ MeV and $m _g \sim 800$ MeV, as obtained from hadron spectroscopy in improved non relativistic quark model (keeping the leading nonstatic corrections at the vertices). Among the various contributions in powers of $\alpha _s$ [19], the leading term is the exchange of a color singlet $gg$-pair, followed by the QGE induced $q\bar q$ excitation â as shown in Fig. 2 (together with the corresponding diagram in meson exchange models); it quite naturally leads to the excitations of intermediate baryon resonances. In this calculation we include the $N^*(1650)$, $N^*(1710)$ and $N^*(1720)$ around the $\Lambda, \Sigma ^0$ thresholds [20].\\
404:
405:
406: %\begin{figure}[htbp] %ORIGINAL SIZE: width=1.4TRUEIN; height=1.5TRUEIN
407: %\vspace*{13pt}
408: %\framebox{\centerline{\psfig{width=10.0cm,file=Energy1.eps}}} %100 percent
409: %\vspace*{13pt}
410: %\vspace{-0.5cm}
411: %\fcaption{Excitation of baryon resonances in meson exchange (a) and quark-gluon models (b)}
412: %\end{figure}
413:
414:
415: The crucial input for the transition amplitude is the simplification of the $6q$ and $6q-(q\bar q)$ many body problem for the pp and the $ p Y K^+$ systems, respectively: we represent all baryons as a $q-(qq)$ diquark systems. Classifying the proton from its spin-isospin (flavor) structure, it is a superposition of a scalar $S=T=0$ and an axial $S=T=1$ diquark
416:
417: \begin{eqnarray}
418: |p> \sim C_S \left[ \frac{1}{2} [\frac{1}{2} \frac{1}{2}]^{S=T=0} \right]^{ \frac{1}{2} \mu, \frac{1}{2} \frac{1}{2}} + C_A \left[ \frac{1}{2} [\frac{1}{2} \frac{1}{2}]^{S=T=1} \right]^{ \frac{1}{2} \mu, \frac{1}{2} \frac{1}{2}}
419: \end{eqnarray}
420:
421: (for all quarks being in relative $0s$ states) with $C_S = C_A = \frac{1}{\sqrt{2}}$ without dynamical correlations in the diquark systems. Now, different approaches to the quark structure of the proton, such as on the lattice ([21][22]), the Dyson-Schwinger and Bethe-Salpeter framework ([23]-[26]) and in covariant ([27][28]) and non relativistic quark models ([29][30]) all confirm much stronger correlations for the scalar versus the axial diquark: most observables of the proton are semi-quantitatively described in keeping only scalar diquarks. Following ref. [30], typically $(C_S^2 \sim 0.95) \sim (10-20) (C_A^2 \sim 0.05)$ with $m_S \sim 600MeV < 2 m_{quark} \ll m_A \sim 800MeV$.\\
422:
423: $\Lambda / \Sigma^0$ strangeness production provides an excellent opportunity towards a detailed diquark structure of the proton: the scalar nature of the $\Lambda$
424:
425: \begin{equation} |\Lambda> = \Phi _S (r) \left[ s [u d]^{S=T=0}\right]^{\frac{1}{2} \mu , 00} \end{equation}
426:
427: and the axial structure of the $\Sigma ^0$
428:
429: \begin{equation} |\Sigma ^0> = \Phi _A (r) \left[ s [u d]^{S=T=1}\right]^{\frac{1}{2} \mu , 10} \end{equation}
430:
431: select (non-flavor changing) transitions from the proton. As we test the corresponding wave functions at very large momentum transfers, we include a d-state admixture in the axial diquark, as expected from the tensor force in the OGE and from the Bethe-Salpeter equation for the $qq$ system. This yields for the proton
432:
433: \begin{eqnarray}
434: |p> =& &\left( C_S \Phi _S (r, \phi) \left[\frac{1}{2}[\frac{1}{2} \frac{1}{2}]^{00} \right] \right.
435: \\
436: & & + \sum _{L=0,2; S=0,1} C_{AL} \Phi _{AL} (r, \phi)
437: \left. \left[ Y _L (\hat {\vec r}) [\frac{1}{2} [\frac{1}{2} \frac{1}{2}]^{11}]^S \right]^{ \frac{1}{2} \mu, \frac{1}{2} \frac{1}{2}} \right) \frac{\delta _{ij}}{\sqrt{3}}
438: \end{eqnarray}
439:
440: where we estimate perturbatively $C^2_{A2} \sim 0.1 C _{A0}$ ($\delta _{ij}/\sqrt{3}$ represent the q-diquark color content).\\
441:
442: Typical results for the momentum spectra $C_S^2|\Phi _S (q)|^2$, $C_A^2 |\Phi _A (q)|^2$ with $C_S^2 = 0.95$, $C_{A0}^2 = 0.05$ and $C^2_{A2} / C^2_{A0} = 0.1$ are shown in Fig. 3 for Gaussian size parameters $a_S$ = 0.5 fm and $a_A$ = 0.55 fm. Clearly, at large q the $L=2$ component in the axial diquark becomes increasingly important, though, in view of significant uncertainties of model calculation of the diquarks, Fig. 3 presents only a qualitative view of the momentum spectra of diquarks. \\
443:
444:
445: %\begin{figure}[htbp] %ORIGINAL SIZE: width=1.4TRUEIN; height=1.5TRUEIN
446: %\vspace*{13pt}
447: %\framebox{\centerline{\psfig{width=10.0cm,file=radial.eps}}} %100 percent
448: %\vspace*{13pt}
449: %\vspace{-0.5cm}
450: %\fcaption{Momentum spectrum $|\Phi _s (q)|^2$ and $|\Phi _A (q)|^2$ of scalar and axial diquarks (full and dashed lines, respectively). The s- and the d-state for $P_D = 0.1$ are shown separately (dashed-dotted and dotted line, respectively).}
451: %\end{figure}
452:
453:
454: With the ingredients above the observables, the $pp \rightarrow p \Lambda (\Sigma ^0) K^+$ cross sections and their ratio, are readily calculated from
455:
456: \begin{equation} \sigma (Q) = \frac{1}{(2 \pi)^5 v_{pp}} \frac{1}{4} \int{\sum_{spin} |<f|V_{qq \rightarrow qq (q \bar q)}|i>|^2 dV_{ps}}\end{equation}
457:
458: with the initial state
459:
460: \begin{equation} |i> = \sqrt{\frac{\sigma _{pp}^{el}}{\sigma _{pp}^{tot}}} \Phi _{pp} ( r, \rho, r' , \rho') \, e^{i \vec p \vec R}\end{equation}
461:
462: (for Jacobi coordinates $r, \rho, r', \rho', r'', \vec R$, with $\vec R$ being the relative distance between the two baryons),
463: whereby the ratio of the elastic to the total $pp$ cross section [20] estimates the reduction of the cross section from the coupling of the pp system to inelastic channels in initial state interactions and the final state
464:
465: \begin{equation} |f> = \Phi _{pY} (r, \rho, r', \rho') \Phi _\omega (r'') \chi _{pY} (\vec R) \end{equation}
466:
467: where the distorted wave $\Phi_{PY}$ incorporates the pY final state interactions, parametrized in terms of the scattering length $a_{pY}$ and the effective range $r_{pY}$, respectively (the very weak $K^+$ baryon final state interaction is not included ([31]-[33])).\\
468:
469: For the practical calculations, all multiple integrals are evaluated in a Gaussian expansion of both the bound state, the pY distorted wave and the transition operator; only the final one dimensional integration over phase space $dV_{ps}$ is performed numerically.\\
470:
471: %\begin{figure}[htbp] %ORIGINAL SIZE: width=1.4TRUEIN; height=1.5TRUEIN
472: %\vspace*{13pt}
473: %\framebox{\centerline{\psfig{width=10.0cm,file=Energy1.eps}}} %100 percent
474: \vspace*{13pt}
475: %\vspace{-0.5cm}
476: %\fcaption{Q-dependence of the total cross sections $pp \rightarrow p \Lambda K^+ (a)$ and $pp \rightarrow p \Sigma ^0 K^+ (b)$. Compared are different masses $m_s$ of the scalar diquark and for $m_A = MeV$ different d-state probabilities $P_D$. The data are from COSY-11 ref. ) and COSY-TOF ref (,circles). The full lines in (a), (b) are normalized to highest Q-values shown.}
477: %\end{figure}
478: %
479: %\begin{figure}[htbp] %ORIGINAL SIZE: width=1.4TRUEIN; height=1.5TRUEIN
480: %\vspace*{13pt}
481: %\framebox{\centerline{\psfig{width=10.0cm,file=rlasi.eps}}} %100 percent
482: %\vspace*{13pt}
483: %\vspace{-0.5cm}
484: %\fcaption{$R _{\Lambda / \Sigma ^0}(Q)$ for different parameters of the scalar and axial diquark (as specified in the figure)}
485: %\end{figure}
486:
487: Fig. 4 and 5 show a comparison with experimental data. In Fig. 4 the energy dependence of the total $pp \rightarrow p \Lambda K^+$ and $pp \rightarrow p \Sigma ^0 K^+$ cross sections is reproduced qualitatively. Though the results shows a significant sensitivity on the diquark parameters, firm conclusions are prevented by the dominance of phase space and pY final state interaction; furthermore, the very qualitative account of pp initial state interactions, which reduce the total cross sections by typically a factor 0.4, prevents an absolute normalization of the predictions.\\
488:
489: Fig. 5 presents the energy dependence of $R _{\Lambda / \Sigma^0} (Q)$: as the ratio is less sensitive to phase space and initial and final state interactions, is should reveal more stringent information on diquarks. Keeping all additional parameters fixed, the ratio is sensitivity influenced by the scalar versus axial content of the proton and by their size parameters. Without searching for a best fit of the data, they can be reproduced nearly quantitatively with $c_s^2 / c_{A0}^2 / c_{A2}^2 = 95 / 5 / 0.5 $ and $a_S$ = 0.9 $a_A$ = 0.6 fm. Even being very cautious in our conclusions, the result confirms qualitatively a very large scalar diquark content with a probability of around $95\%$ versus a strength of typically $5\%$ of the axial diquark in the proton [30]; it excludes the result from ref. [34] with $\sim 20\%$ of axial diquark.\\
490:
491: It is clear that for further insight, additional experimental information is required. Particularly interesting would be detailed information on angular distributions for both $\Lambda$ and $\Sigma ^0$ the the final states, the excitation of $p \Sigma K$ final states into different isospin channels and an extension of $R _{\Lambda / \Sigma ^0} (Q)$ to $Q > 60MeV$ for a transition to excess energies up to $Q \sim 300$ MeV. For theoretical progress, a detailed baryon spectroscopy in a (semi) relativistic quark-diquark model has to be performed. Beyond that, most promising will be a consistent description of $\Lambda (\Sigma) K$ excitation in the $pp$ and in $\gamma p$ on the nucleon ([35][36]), as in photo-induced hyperon production both initial and final state interactions are practically absent, so that calculations with absolute normalization will be feasible.\\
492:
493: Summarizing, already this first analysis in a quark-gluon model reveals new information on proton-induced $\Lambda, \Sigma$ production: their comparative study provides a unique filter for details of the proton structure and on the clustering of qq systems as scalar and axial diquarks.
494:
495: \newpage
496:
497: %\nonumsection{References}\noindent
498:
499: %\begin{thebibliography}{000}
500:
501:
502: %
503: \newpage
504: \section{References}
505: \begin{thebibliography}{99}
506: \bibitem{machner} For a recent review see:\\
507: H. Machner, hep-ex/0510040; nucl-ex/0505006
508: \bibitem{rozek} T. Rozek et al., Int. J. Mod. Phys. A~20, 680 (2005)
509: \bibitem{balewski} J.~T. Balewski et al., Phys. Lett. B~420, 211 (1998)
510: \bibitem{sewerin} S. Sewerin et al., Phys. Rev. Lett. 83, 682 (1999)
511: % 5
512: \bibitem{kowina} P. Kowina et al., Eur. Phys. J. A~22, 293 (2004)
513: \bibitem{marcello} S. Marcello et al., Nucl. Phys. A~691, 344c (2001)
514: \bibitem{baldini} A. Baldini et al., Total Cross-Sections for High Energy Particles, Landolt-B\"ornstein
515: I/12 (1988), Springer, Berlin)
516: \bibitem{gasparian} A. Gasparian, J. Haidenbauer, C. Hanhardt, L. Kondratyuk, in: Cracow 2001,
517: COSY workshop, 205 (2001)
518: \bibitem{gasparian01} A. Gasparian et al., Nucl. Phys. A~684, 397 (2001)
519: % 10
520: \bibitem{gasparian00} A. Gasparian et al., Phys. Lett. B~480, 273 (2000)
521: \bibitem{sibirtsev} A. Sibirtsev, K. Tsushima, W. Cassing, A.~W. Thomas, Nucl. Phys. A~646, 427 (1999)
522: \bibitem{shyam}R. Shyam, nucl-th/0512007; nucl-th/0506009; hep-ph/0406297
523: \bibitem{shyam01} R. Shyam, G. Penner, U. Mosel, Phys. Rev. C~63, 022202 (2001)
524: \bibitem{sibirtsev00} A. Sibirtsev, K. Tsushima, W. Cassing, A.~W. Thomas, nucl-th/0004022 (2000)
525: % 15
526: \bibitem{tsushima} K. Tsushima, A. Sibirtsev, A.~W. Thomas, Phys. Lett. B~390, 29 (1997)
527: \bibitem{rujula} A.~de Rujula, H. Georgi, S.~L. Glashow, Phys. Rev. D~12, 147 (1975)
528: \bibitem{muller} R. M\"uller, H.~M. Hofmann, Phys. Rev. Lett. 65, 3245 (1990)
529: \bibitem{fujiwara} Y. Fujiwara, K. T. Hecht, Nucl. Phys. A~462, 621 (1987);
530: Nucl. Phys. A~456, 669 (1986); Nucl. Phys. A~451, 625 (1986); Nucl. Phys. A~444, 541 (1985)
531: \bibitem{Belkov} A. A. Belkov, M. Dillig, F. Pilotto, Acta. Phys. Polon. B~27, 3371 (1996)
532: \bibitem{eidelman} Particle Data Group (S. Eidelman et al.,) Phys. Lett. B~592, 1 (2004)
533: \bibitem{orginos} K. Orginos, POS LAT2005, 054 (2005)
534: \bibitem{gockeler} M. G\"ockeler et al., Nucl. Phys. A~711, 297 (2002)
535: \bibitem{maris} P. Maris, AIP-Conference Proc. 768, 256 (2005)
536: \bibitem{maris03} P. Maris, C. D. Roberts, Int. J. Mod. Phys. E~12, 297 (2003)
537: % 25
538: \bibitem{alkofer} R. Alkofer, L.~von Smekal, Phys. Rep. 353, 281 (2001)
539: \bibitem{anselmino} M. Anselmino, E. Predazzi, DIQUARKS (1998), World Scientif., Singapore)
540: \bibitem{cloet} I.~C. Cloet, W. Bentz, A.~A. Thomas, Phys. Lett. B~621, 246 (2005)
541: \bibitem{oettel} M. Oettel. R. Alkofer, l.~von Smekal, Euro. Phys. J A~8, 553 (2000)
542: \bibitem{santopinto} E. Santopinto, Phys. Rev. C~72, 022201 (2005)
543: %% 30
544: \bibitem{mineo} H. Mineo, W. Bentz, N. Ishii, K. Yazaki, Nucl. Phys. A~703, 785 (2002)
545: \bibitem{sibirtsev05} A. Sibirtsev, J. Haidenbauer, H.-W. Hammer, S. Krewald, nucl-th/0512059 (2005)
546: \bibitem{laget} J.~M. Laget, Nucl. Phys. A~691, 11 (2001)
547: \bibitem{sibirtsev46} A. Sibirtsev, W. Cassing, nucl-th /9904046
548: \bibitem{bloch} J.~C.~R. Bloch, C.~D. Roberts, S.~M. Schmidt, Phys. Rev. D~61, 117502 (2000)
549: \bibitem{yamamura} H. Yamamura et al., Phys. Rev. C~61, 014001 (2000)
550: \bibitem{glander} K.~H. Glander et al., Euro. Phys. J. A~19, 251 (2004)
551: \end{thebibliography}
552:
553: \newpage
554:
555: %\large{\bf Figures}\\
556:
557: \begin{figure}[htbp] %ORIGINAL SIZE: width=1.4TRUEIN; height=1.5TRUEIN
558: \vspace*{13pt}
559: \framebox{\centerline{\psfig{width=10.0cm,file=rlsdata.eps}}} %100 percent
560: \vspace*{13pt}
561: \vspace{-0.5cm}
562: \fcaption{Ratio $R _{\Lambda / \Sigma ^0}$ of the cross sections $pp\rightarrow p K^+ \Lambda, p K^+ \Sigma ^0$ as a function of the excess energy $Q=\sqrt{s}-(M_p + M_\Upsilon) + m _{K^+})$, with $\sqrt{s}$ as the center of mass energy. The data at $Q<60MeV$ are from refs. ([3]-[5]). For $Q>300MeV$ the data point from [7] is indicated by the dashed line}
563: \end{figure}
564:
565: \begin{figure}[htbp] %ORIGINAL SIZE: width=1.4TRUEIN; height=1.5TRUEIN
566: \vspace*{13pt}
567: \framebox{\centerline{\psfig{width=10.0cm,file=Energy1.eps}}} %100 percent
568: \vspace*{13pt}
569: \vspace{-0.5cm}
570: \fcaption{Excitation of baryon resonances in meson exchange (a) and quark-gluon models (b)}
571: \end{figure}
572:
573:
574: \begin{figure}[htbp] %ORIGINAL SIZE: width=1.4TRUEIN; height=1.5TRUEIN
575: \vspace*{13pt}
576: \framebox{\centerline{\psfig{width=10.0cm,file=radial.eps}}} %100 percent
577: \vspace*{13pt}
578: \vspace{-0.5cm}
579: \fcaption{Momentum spectrum of the ratio $|\Phi _s (q)|^2$ versus $|\Phi _A (q)|^2$ of scalar and axial diquarks (with a d-state with a probability $P_D$ = 0.1 and two size parameters) and for pure s-states}
580: \end{figure}
581:
582: \begin{figure}[htbp] %ORIGINAL SIZE: width=1.4TRUEIN; height=1.5TRUEIN
583: \vspace*{13pt}
584: \framebox{\centerline{\psfig{width=10.0cm,file=sigL.eps}}} %100 percent
585: \framebox{\centerline{\psfig{width=10.0cm,file=sigS.eps}}} %100 percent
586: \vspace*{13pt}
587: \vspace{-0.5cm}
588: \fcaption{Q-dependence of the total cross sections $pp \rightarrow p \Lambda K^+ (a)$ and $pp \rightarrow p \Sigma ^0 K^+ (b)$. Compared are results for different size parameters for the scalar diquark in $\Lambda$ production (a) and for the axial diquark in $\Sigma^0$ production (with $P_D$ = 0.1) (b). References see Fig. 1}
589: \end{figure}
590:
591: \begin{figure}[htbp] %ORIGINAL SIZE: width=1.4TRUEIN; height=1.5TRUEIN
592: \vspace*{13pt}
593: \framebox{\centerline{\psfig{width=10.0cm,file=rlasi.eps}}} %100 percent
594: \vspace*{13pt}
595: \vspace{-0.5cm}
596: \fcaption{$R _{\Lambda / \Sigma ^0}(Q)$ for different parameters of the scalar and axial diquark (as specified in the figure and references as in Fig. 1)}
597: \end{figure}
598:
599:
600:
601:
602:
603:
604: \end{document}
605: