Public Member Functions | Public Attributes | List of all members
osc::OscCalculatorGeneral::Priv Struct Reference

Public Member Functions

 Priv ()
 

Public Attributes

double c13
 
double s13
 
std::complex< double > phase
 
ComplexMat atmos
 
ComplexMat react
 
ComplexMat solar
 
ComplexMat pmns
 
bool dirty
 

Detailed Description

Definition at line 32 of file OscCalculatorGeneral.cxx.

Constructor & Destructor Documentation

osc::OscCalculatorGeneral::Priv::Priv ( )
inline

Definition at line 34 of file OscCalculatorGeneral.cxx.

34  :
38  pmns(kZeroMat),
39  dirty(true)
40  {
41  }
const ublas::zero_matrix< val_t, alloc_t > kZeroMat(kNumFlavours, kNumFlavours)
const ublas::identity_matrix< val_t, alloc_t > kIdentity(kNumFlavours)

Member Data Documentation

ComplexMat osc::OscCalculatorGeneral::Priv::atmos

Definition at line 46 of file OscCalculatorGeneral.cxx.

double osc::OscCalculatorGeneral::Priv::c13

Definition at line 43 of file OscCalculatorGeneral.cxx.

bool osc::OscCalculatorGeneral::Priv::dirty

Definition at line 49 of file OscCalculatorGeneral.cxx.

std::complex<double> osc::OscCalculatorGeneral::Priv::phase

Definition at line 44 of file OscCalculatorGeneral.cxx.

ComplexMat osc::OscCalculatorGeneral::Priv::pmns

Definition at line 47 of file OscCalculatorGeneral.cxx.

ComplexMat osc::OscCalculatorGeneral::Priv::react

Definition at line 46 of file OscCalculatorGeneral.cxx.

double osc::OscCalculatorGeneral::Priv::s13

Definition at line 43 of file OscCalculatorGeneral.cxx.

ComplexMat osc::OscCalculatorGeneral::Priv::solar

Definition at line 46 of file OscCalculatorGeneral.cxx.


The documentation for this struct was generated from the following file: