نتایج جستجو برای: helicity elementary particle

تعداد نتایج: 226501  

پایان نامه :وزارت علوم، تحقیقات و فناوری - دانشگاه رازی - دانشکده علوم 1387

چکیده ندارد.

1999
P. CH. CHRISTOVA

We derive compact analytical formulae of the Bonneau-Martin type for the reaction e + e − → ¯ f f γ with cuts on minimal energy and acollinearity of the fermions, where the photons may be emitted both from the initial or final states. Soft photon exponentiation is also taken into account. One of the cleanest scattering processes at elementary particle accelerators is fermion-pair production in ...

2008
Abdelhak Djouadi Rohini Godbole

One of the major goals of the Large Hadron Collider is to probe the electroweak symmetry breaking mechanism and the generation of the masses of the elementary particles. We review the physics of the Higgs sector in the Standard Model and some of its extensions such as supersymmetric theories and models of extra dimensions. The prospects for discovering the Higgs particles at the LHC and the stu...

2018
Jonathan Engel Petr Vogel

T he search for physics beyond the standard model—our current best description of fundamental particles and the interactions between them—is a top priority at high-energy particle accelerators. But researchers are also searching for new physics in the “low-energy” environment of the nucleus through a process known as neutrinoless double-beta (0νββ) decay. This hypothetical decay would show that...

In addition to optimal conditions, invariant laws of Lorentz, parity and time reversal are imposed to find the relation between observables (spin rotation parameters) and bilinear combination of helicity amplitudes in pion-proton elastic scattering at 6.0 GeV/c. By normalizing the differential cross-section to unity, the magnitudes of helicity amplitudes and the angle between them are dete...

2008
N. H. Buttimore

Antiproton proton annihilation reactions allow unique access to the moduli and phases of nucleon electromagnetic form factors in the time like region. We present the helicity amplitudes for the unequal mass single photon reaction p p̄ → l+ l− in the s channel including the lepton mass. The relative signs of these amplitudes are determined using simple invariance properties. Helicity amplitudes f...

Journal: :CoRR 2012
Vivek Chalotra Anju Bhasin Anik Gupta Sanjeev Singh Sambyal

INTRODUCTION Protons, electrons, neutrons, neutrinos and even quarks are often featured in news of scientific discoveries. All of these, and a whole "zoo" of others, are tiny sub-atomic particles too small to be seen even with the microscopes. While molecules and atoms are the basic elements of familiar substances that we can see and feel, we have to "look" within atoms in order to learn about ...

1997
A. Widom

That a Majorana neutrino theory is different from a Dirac neutrino theory (even in the zero mass limit) is proved in two sentences. Fermion Statistics For the reactions (Dirac) e + e − → ν ¯ ν and (Majorana) e + e − → νν wherein the two final particles are presumed to have opposite helicity, in the Dirac case the neutrino and anti-neutrino are different particles so that Ψ Dirac (p 1 , λ 1 ; ¯ ...

2001
F. Krauss R. Kuhn G. Soff

The new matrix element generator AMEGIC++ is introduced, dedicated to describe multi–particle production in high energy particle collisions. It automatically generates helicity amplitudes for the processes under consideration and constructs suitable, efficient integration channels for the multi–channel phase space integration. The corresponding expressions for the amplitudes and the integrators...

1996
Hans Peter Nilles

We discuss the possible applications supersymmetric theories might nd in the eld of elementary particle physics. The supersymmetric generalization of the SU(3) SU(2) U(1) standard model is discussed in detail. Special attention has been devoted to the question of gauge coupling constant uni cation in the framework of supersymmetric grand uni ed models. * Lecture given at the conference "Gauge T...

نمودار تعداد نتایج جستجو در هر سال

با کلیک روی نمودار نتایج را به سال انتشار فیلتر کنید

function paginate(evt) { url=/search_year_filter/ var term=document.getElementById("search_meta_data").dataset.term pg=parseInt(evt.target.text) var data={ "year":filter_year, "term":term, "pgn":pg } filtered_res=post_and_fetch(data,url) window.scrollTo(0,0); } function update_search_meta(search_meta) { meta_place=document.getElementById("search_meta_data") term=search_meta.term active_pgn=search_meta.pgn num_res=search_meta.num_res num_pages=search_meta.num_pages year=search_meta.year meta_place.dataset.term=term meta_place.dataset.page=active_pgn meta_place.dataset.num_res=num_res meta_place.dataset.num_pages=num_pages meta_place.dataset.year=year document.getElementById("num_result_place").innerHTML=num_res if (year !== "unfilter"){ document.getElementById("year_filter_label").style="display:inline;" document.getElementById("year_filter_place").innerHTML=year }else { document.getElementById("year_filter_label").style="display:none;" document.getElementById("year_filter_place").innerHTML="" } } function update_pagination() { search_meta_place=document.getElementById('search_meta_data') num_pages=search_meta_place.dataset.num_pages; active_pgn=parseInt(search_meta_place.dataset.page); document.getElementById("pgn-ul").innerHTML=""; pgn_html=""; for (i = 1; i <= num_pages; i++){ if (i===active_pgn){ actv="active" }else {actv=""} pgn_li="
  • " +i+ "
  • "; pgn_html+=pgn_li; } document.getElementById("pgn-ul").innerHTML=pgn_html var pgn_links = document.querySelectorAll('.mypgn'); pgn_links.forEach(function(pgn_link) { pgn_link.addEventListener('click', paginate) }) } function post_and_fetch(data,url) { showLoading() xhr = new XMLHttpRequest(); xhr.open('POST', url, true); xhr.setRequestHeader('Content-Type', 'application/json; charset=UTF-8'); xhr.onreadystatechange = function() { if (xhr.readyState === 4 && xhr.status === 200) { var resp = xhr.responseText; resp_json=JSON.parse(resp) resp_place = document.getElementById("search_result_div") resp_place.innerHTML = resp_json['results'] search_meta = resp_json['meta'] update_search_meta(search_meta) update_pagination() hideLoading() } }; xhr.send(JSON.stringify(data)); } function unfilter() { url=/search_year_filter/ var term=document.getElementById("search_meta_data").dataset.term var data={ "year":"unfilter", "term":term, "pgn":1 } filtered_res=post_and_fetch(data,url) } function deactivate_all_bars(){ var yrchart = document.querySelectorAll('.ct-bar'); yrchart.forEach(function(bar) { bar.dataset.active = false bar.style = "stroke:#71a3c5;" }) } year_chart.on("created", function() { var yrchart = document.querySelectorAll('.ct-bar'); yrchart.forEach(function(check) { check.addEventListener('click', checkIndex); }) }); function checkIndex(event) { var yrchart = document.querySelectorAll('.ct-bar'); var year_bar = event.target if (year_bar.dataset.active == "true") { unfilter_res = unfilter() year_bar.dataset.active = false year_bar.style = "stroke:#1d2b3699;" } else { deactivate_all_bars() year_bar.dataset.active = true year_bar.style = "stroke:#e56f6f;" filter_year = chart_data['labels'][Array.from(yrchart).indexOf(year_bar)] url=/search_year_filter/ var term=document.getElementById("search_meta_data").dataset.term var data={ "year":filter_year, "term":term, "pgn":1 } filtered_res=post_and_fetch(data,url) } } function showLoading() { document.getElementById("loading").style.display = "block"; setTimeout(hideLoading, 10000); // 10 seconds } function hideLoading() { document.getElementById("loading").style.display = "none"; } -->