aboutsummaryrefslogtreecommitdiff
path: root/src
AgeCommit message (Expand)Author
2018-10-18fix the likelihood function to return the *negative* log likelihood of the pa...tlatorre
2018-10-18update theta0 calculation to use the radiation length in light watertlatorre
2018-10-18update fit to fit for electrons and protonstlatorre
2018-10-17fix a bug in the theta0 calculation for a pathtlatorre
2018-10-12skip PMTs which weren't hit for the fast likelihood calculationtlatorre
2018-10-06add media_qoca_d2o_20060110.cmdtlatorre
2018-10-06prune output of mcvx and mctk bankstlatorre
2018-10-05epsrel = 1e-2 to speed up fittlatorre
2018-10-03update absorption coefficients from media_qoca_d2o_20060110.cmdtlatorre
2018-10-03add \ntlatorre
2018-10-03move python scripts into utils/ directorytlatorre
2018-10-03add a script to plot fit resultstlatorre
2018-10-03make sure wavelengths are uniformly spaced since we're using interp1d()tlatorre
2018-10-02update get_quantum_efficiency() to use interp1d()tlatorre
2018-10-02update MIN_THETA0 to 0.02tlatorre
2018-10-02update charge fraction to 0.5tlatorre
2018-10-02update optics to use LETA constants for the D2O phasetlatorre
2018-10-01flag PMTs with the KPF_DIS bit settlatorre
2018-10-01fall back to old scattering rms calculation when n = 0tlatorre
2018-10-01update negative log likelihood for path coefficientstlatorre
2018-10-01loop over all normal PMTs when calculating the expected number of photonstlatorre
2018-10-01use the PMT response table to calculate the amount of reflected lighttlatorre
2018-10-01add absorption length for acrylictlatorre
2018-10-01fix a bug when computing the absorption length in H2O and D2Otlatorre
2018-09-26speed up fast likelihood calculationtlatorre
2018-09-26speed up fast likelihood calculationtlatorre
2018-09-26increase number of points in cos(theta) interpolation to 1000tlatorre
2018-09-25update indirect scattering PDF start timetlatorre
2018-09-25update likelihood calculation to use PMT_TTS macrotlatorre
2018-09-25update integration bounds in likelihood calculationtlatorre
2018-09-25increase maxeval to 20 for the "quick" minimization phasetlatorre
2018-09-21update likelihood function to include the probability of the path coefficientstlatorre
2018-09-21split up the track integral into two intervalstlatorre
2018-09-21increase MAX_PE to 10000tlatorre
2018-09-20delete unused variable distancetlatorre
2018-09-20don't include the OWL PMTs in the likelihood calculationtlatorre
2018-09-20make sure direction vector is normalized in path_eval()tlatorre
2018-09-20add particle id code to output filetlatorre
2018-09-20add git SHA1 hash to output filetlatorre
2018-09-20add time elapsed to the output filetlatorre
2018-09-20add a command line option to only fit the first eventtlatorre
2018-09-20add absorption lengths for D2O and H2O weighted by the Cerenkov spectrum and ...tlatorre
2018-09-19change output file format to YAMLtlatorre
2018-09-18stop fitting when the likelihood difference is less than 1e-2tlatorre
2018-09-18speed likelihood calculation up a bittlatorre
2018-09-18free muon_energy struct in test_muon_get_energy()tlatorre
2018-09-18fix heap overflow in interp1d()tlatorre
2018-09-18fix typotlatorre
2018-09-18update PMT TTS and dark rate from pmt_response.dattlatorre
2018-09-18fix typotlatorre