Class Propagator๏
-
class Propagator๏
Neutrino oscillation probability calculator.
This class is used to propagate neutrinos over some baseline and calculate the probability that they will oscillate to another flavour. A Propagator can be configured using the Setters by assigning parameters (neutrino masses and mixing matrix elements). You can assign a matter solver (a derivative of BaseMatterSolver) to deal with matter effects using setMatterSolver(). calculateProbs() can then be used to calculate energy dependent oscillation probabilities.
(The specifics of this interface may change in the future)