نتایج جستجو برای: cosmic ray meson

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

Journal: :Journal of radiation research 2002
Danielle A H Rasolonjatovo Hiroyuki Suzuki Naoya Hirabayashi Tomoya Nunomiya Takashi Nakamura Noriaki Nakao

In this study, we aimed to measure the directly ionizing component (muons and photons) and the indirectly ionizing component (neutrons) of the cosmic-ray spectra and evaluate their dose rate contribution to the total dose rate on a ground level in Japan. Measurements were carried out in Tohoku University, Japan, from October 2000. The pulse-height spectra of the cosmic-ray photons and muons wer...

Journal: :SciPost physics 2021

We use Super-K data to place new strong limits on interactions of sub-GeV Dark Matter (DM) with nuclei, that rely the DM flux inevitably induced by cosmic-ray upscatterings. derive analogous sensitivities at Hyper-K and DUNE compare them others, e.g. JUNO. Using simplified models, we find our proposal tests genuinely parameter space, allowed both theoretical consistency other direct detection e...

2013
R. BHATTACHARYA

Study of cosmic ray became a subject of study with the invention of neutron monitor by Simpson. But recording of cosmic ray counts was started regularly from International Geophysical Year at different locations having different climatic zones over the globe. Here statistical analysis is performed to investigate the degree of response of different monitors towards cosmic ray counts. No signific...

2001
M. M. Block F. Halzen

Using an eikonal analysis, we simultaneously fit a QCD-inspired parameterization of all accelerator data on forward proton-proton and antiproton-proton scattering amplitudes, together with cosmic ray data (using Glauber theory), to predict proton–air and proton-proton cross sections at energies near √ s ≈ 30 TeV. The pair cosmic ray measurements greatly reduce the errors in the high energy prot...

1999
R. E. Lingenfelter R. Ramaty

We show that the expected composition of cosmic rays accelerated from the erosion products of fast supernova grains in the hot interstellar medium (HISM) of ejecta enriched superbubbles, where the bulk ( 85%) of Galactic supernovae occur, is consistent with the currently available cosmic ray data. In particular, we show that if the cosmic ray metals come from the sputtering of fast refractory g...

2008
Nayantara Gupta Pierre Auger

Centaurus A, the cosmic ray accelerator a few Mpc away from us is possibly one of the nearest sources of extremely high energy cosmic rays. We investigate whether the gamma ray data currently available from Centaurus A in the GeV-TeV energy band can be explained with only proton proton interactions. We show that for a single power law proton spectrum, mechanisms of γ-ray production other than p...

2008
Nayantara Gupta Pierre Auger

Centaurus A, the cosmic ray accelerator a few Mpc away from us is possibly one of the nearest sources of extremely high energy cosmic rays. We investigate whether the gamma ray data currently available from Centaurus A in the GeV-TeV energy band can be explained with only proton proton interactions. We show that for a single power law proton spectrum, mechanisms of γ-ray production other than p...

2010
Olaf Reimer

Detecting gamma-rays from discrete astronomical objects offers the potential to directly study sites of cosmic particle acceleration. Alternatively, the pervasive diffuse gamma-ray emission component caused by interactions of cosmic rays with interstellar gas and radiation fields carries information about the spatial distribution of cosmic particle accelerators and reveals details about the cha...

1999
Todor Stanev

We use the high energy predictions of a QCD-inspired parameterization of all accelerator data on forward proton-proton and antiproton-proton scattering amplitudes, along with Glauber theory, to predict proton–air cross sections at energies near √ s ≈ 30 TeV. The parameterization of the proton-proton cross section incorporates analyticity and unitarity, and demands that the asymptotic proton is ...

1998
W. Rhode T. A. Enßlin P. L. Biermann

EGRET data on the Gamma ray emission from the inner Galaxy have shown a rather flat spectrum. This spectrum extends to about 50 GeV in photon energy. It is usually assumed that these gamma-rays arise from the interactions of cosmic ray nuclei with ambient matter. Cosmic Ray particles have been observed up to 3 10 20 eV, with many arguments suggesting, that up to about 3 10 18 eV they are of Gal...

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

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

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"; } -->