#include "NCUtils/NCOscProb.h"#include "NCUtils/NCType.h"#include "DataUtil/OscCalc.h"#include "MessageService/MsgService.h"#include "TComplex.h"#include "TMath.h"#include <cassert>#include <cmath>Go to the source code of this file.
Defines | |
| #define | CASEMUTOALPHA(alpha) |
Functions | |
| CVSID ("$Id: NCOscProb.cxx,v 1.43 2009/05/22 13:39:28 bckhouse Exp $") | |
|
|
Value: p = umu3Sqr*u##alpha##3Sqr*sinSqrDelta31(); \
p += umu4Sqr*u##alpha##4Sqr*sinSqrDelta41(); \
p += (umuu##alpha).Re()*(sinSqrDelta31() - sinSqrDelta43() + sinSqrDelta41()); \
p *= 4; \
p += 2.*(umuu##alpha).Im()*(sin2Delta31() - sin2Delta41() + sin2Delta43()); \
return p
Referenced by NC::OscProb::FourFlavorBase::TransitionProbability(). |
|
||||||||||||
|
|
1.3.9.1