icecube / retro

reverse table reco
Apache License 2.0
1 stars 7 forks source link

DOM QEs #4

Open philippeller opened 6 years ago

philippeller commented 6 years ago

Currently they're set to 1.0 for photon level tests. Will need to set them to the actual DOM's QE from GCD file in the future

jllanfranchi commented 6 years ago

In PR #6 , I converted the histo-generation script to just output a "raw data" pickle file and we'll then have a separate script to generate the histos.

The raw data has (per DOM) photon time, wavelength, coszen, and weight (where weight includes DOM wavelength acceptance, Cherenkov spectrum, and DOM angular acceptance effects). Also in that file is the total number of simulations so that can be divided out later.

So the (yet-to-be-written) script that generates the histos can then apply the DOM-specific quantum efficiencies contained in the GCD file (i.e., rde[string_idx, dom_idx] * 0.25).