aboutsummaryrefslogtreecommitdiff
path: root/src
AgeCommit message (Expand)Author
2018-11-14fix some compiler warningstlatorre
2018-11-14speed things up againtlatorre
2018-11-14speed things up by skipping zero valuestlatorre
2018-11-14initialize static arraystlatorre
2018-11-11update likelihood function to fit electrons!tlatorre
2018-11-04delete solid_angle_fast since it wasn't workingtlatorre
2018-10-21set default number of points to 500tlatorre
2018-10-21add a fast solid angle approximation to speed up the fast likelihood calculationtlatorre
2018-10-21speed up get_total_charge_approx() by precomputing some variablestlatorre
2018-10-21fix use of uninitialized variablestlatorre
2018-10-19don't call path_init() when doing the fast likelihood calculation to speed th...tlatorre
2018-10-19add MIN_RATIO_FAST to speed up the "fast" likelihood calculationtlatorre
2018-10-19speed up get_total_charge_approx()tlatorre
2018-10-19epsrel -> npointstlatorre
2018-10-19add interp2d() for fast bilinear 2D interpolationtlatorre
2018-10-19speed up sin_theta calculation by replacing sin(acos(cos_theta)) with sqrt(1-...tlatorre
2018-10-19update path integral to use a fixed number of pointstlatorre
2018-10-18fix a bug in get_total_charge_approx()tlatorre
2018-10-18update path_init() to check for a divide by zerotlatorre
2018-10-18make sure that the kinetic energy is zero at the last steptlatorre
2018-10-18hardcode the density when computing dE/dxtlatorre
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