#include <NCOscProb.h>
Inheritance diagram for NC::OscProb::NoOscillations:

Public Member Functions | |
| NoOscillations () | |
| virtual | ~NoOscillations () |
| virtual double | TransitionProbability (NCType::EOscMode mode, NCType::EEventType, double, double) const |
Public Attributes | |
| OSCPARS_DEFAULTCLONE | |
TransitionProbability = int(from == to)
Definition at line 170 of file NCOscProb.h.
|
|
Definition at line 173 of file NCOscProb.h. 00173 : OscPars(NCType::kNoOscillations) {};
|
|
|
Definition at line 174 of file NCOscProb.h. 00174 {};
|
|
||||||||||||||||||||
|
Implements NC::OscProb::OscPars. Definition at line 178 of file NCOscProb.h. 00182 {
00183 switch(mode){
00184 case NCType::kNuMuToNuMu:
00185 case NCType::kNuEToNuE:
00186 return 1;
00187 case NCType::kNuMuToNuTau:
00188 case NCType::kNuMuToNuE:
00189 case NCType::kNuMuToNuS:
00190 return 0;
00191 }
00192 assert(0 && "Unknown OscMode");
00193 }
|
|
|
Definition at line 176 of file NCOscProb.h. |
1.3.9.1