Skip to content

Commit

Permalink
Update rate_table for SNOwGLoBES 1.3.2
Browse files Browse the repository at this point in the history
Due to a bug in earlier SNOwGLoBES versions (SNOwGLoBES/snowglobes#28), snewpy wouldn’t load efficiency files for ar40kt and produce this warning:
> python/snewpy/rate_calculator.py:389: UserWarning: Efficiency not found for detector=ar40kt, channel=nue_Ar40_he. Using 100% efficiency
(Note the `_he` in the channel name!)

With snowglobes_data 1.3.2, snewpy finds the correct efficiency file. This leads to a lower efficiency and we lose some events.
This commit updates the rate_table with the new event counts.
  • Loading branch information
JostMigenda committed Apr 30, 2024
1 parent 57912bd commit 59ea5b5
Showing 1 changed file with 4 additions and 4 deletions.
8 changes: 4 additions & 4 deletions python/snewpy/test/_rate_crosscheck_table.py
Original file line number Diff line number Diff line change
@@ -1,27 +1,27 @@
#generated by "make_rate_table.py" on 2023-06-02 14:05:49.504799
rate_table= \
{('Bollig_2016', 's11.2c', 'AdiabaticMSW_IMO'): {'ar40kt': 2680.934960405018,
{('Bollig_2016', 's11.2c', 'AdiabaticMSW_IMO'): {'ar40kt': 2509.8697955822163,
'halo1': 3.7370536263087892,
'halo2': 47.30447628238974,
'icecube': 332587.17107218195,
'novaFD': 1955.8019842893325,
'novaND': 41.91004252048569,
'wc100kt30prct': 12723.21134007678},
('Bollig_2016', 's11.2c', 'AdiabaticMSW_NMO'): {'ar40kt': 2860.015571948873,
('Bollig_2016', 's11.2c', 'AdiabaticMSW_NMO'): {'ar40kt': 2696.396378383758,
'halo1': 4.261668358305819,
'halo2': 53.94516909247873,
'icecube': 320766.2999953658,
'novaFD': 1947.9479073661355,
'novaND': 41.741740872131466,
'wc100kt30prct': 12645.788228369147},
('Bollig_2016', 's27.0c', 'AdiabaticMSW_IMO'): {'ar40kt': 5465.621983231249,
('Bollig_2016', 's27.0c', 'AdiabaticMSW_IMO'): {'ar40kt': 5192.001233928208,
'halo1': 8.180298088573792,
'halo2': 103.54807707055436,
'icecube': 659449.9649827218,
'novaFD': 3638.7825760092305,
'novaND': 77.97391234305493,
'wc100kt30prct': 23596.070817047243},
('Bollig_2016', 's27.0c', 'AdiabaticMSW_NMO'): {'ar40kt': 5785.497035954946,
('Bollig_2016', 's27.0c', 'AdiabaticMSW_NMO'): {'ar40kt': 5520.903869068218,
'halo1': 9.105675711861647,
'halo2': 115.2617178716664,
'icecube': 661517.4858901916,
Expand Down

0 comments on commit 59ea5b5

Please sign in to comment.