OscProb
|
Go to the source code of this file.
Functions | |
void | SetNominalPars (OscProb::PMNS_Base *p) |
OscProb::PMNS_Fast * | GetFast (bool is_nominal) |
OscProb::PMNS_Iter * | GetIter (bool is_nominal) |
OscProb::PMNS_Deco * | GetDeco (bool is_nominal) |
OscProb::PMNS_Sterile * | GetSterile (bool is_nominal) |
OscProb::PMNS_Decay * | GetDecay (bool is_nominal) |
OscProb::PMNS_NSI * | GetNSI (bool is_nominal) |
OscProb::PMNS_SNSI * | GetSNSI (bool is_nominal) |
OscProb::PMNS_LIV * | GetLIV (bool is_nominal) |
OscProb::PMNS_NUNM * | GetNUNM (bool is_nominal) |
OscProb::PMNS_Base * | GetModel (string model, bool is_nominal=false) |
vector< string > | GetListOfModels () |
void | SetTestPath (OscProb::PMNS_Base *p) |
void | SaveTestFile (OscProb::PMNS_Base *p, TString filename) |
int | CheckProb (OscProb::PMNS_Base *p, TString filename) |
int CheckProb | ( | OscProb::PMNS_Base * | p, |
TString | filename | ||
) |
Definition at line 226 of file Utils.h.
References OscProb::PMNS_Base::AvgProb(), Color::FAILED, Color::PASSED, OscProb::PMNS_Base::SetIsNuBar(), and SetTestPath().
OscProb::PMNS_Decay * GetDecay | ( | bool | is_nominal | ) |
Definition at line 68 of file Utils.h.
References OscProb::PMNS_Decay::SetAlpha3(), and SetNominalPars().
OscProb::PMNS_Deco * GetDeco | ( | bool | is_nominal | ) |
Definition at line 38 of file Utils.h.
References OscProb::PMNS_Deco::SetGamma(), and SetNominalPars().
OscProb::PMNS_Fast * GetFast | ( | bool | is_nominal | ) |
Definition at line 20 of file Utils.h.
References SetNominalPars().
OscProb::PMNS_Iter * GetIter | ( | bool | is_nominal | ) |
Definition at line 29 of file Utils.h.
References SetNominalPars().
vector< string > GetListOfModels | ( | ) |
OscProb::PMNS_LIV * GetLIV | ( | bool | is_nominal | ) |
Definition at line 117 of file Utils.h.
References OscProb::PMNS_LIV::SetaT(), OscProb::PMNS_LIV::SetcT(), and SetNominalPars().
OscProb::PMNS_Base * GetModel | ( | string | model, |
bool | is_nominal = false |
||
) |
OscProb::PMNS_NSI * GetNSI | ( | bool | is_nominal | ) |
Definition at line 81 of file Utils.h.
References OscProb::PMNS_NSI::SetEps(), and SetNominalPars().
OscProb::PMNS_NUNM * GetNUNM | ( | bool | is_nominal | ) |
Definition at line 141 of file Utils.h.
References OscProb::PMNS_NUNM::SetAlpha(), and SetNominalPars().
Referenced by GetModel().
OscProb::PMNS_SNSI * GetSNSI | ( | bool | is_nominal | ) |
Definition at line 99 of file Utils.h.
References OscProb::PMNS_NSI::SetEps(), and SetNominalPars().
OscProb::PMNS_Sterile * GetSterile | ( | bool | is_nominal | ) |
Definition at line 52 of file Utils.h.
References OscProb::PMNS_Base::SetAngle(), OscProb::PMNS_Base::SetDm(), and SetNominalPars().
void SaveTestFile | ( | OscProb::PMNS_Base * | p, |
TString | filename | ||
) |
Definition at line 195 of file Utils.h.
References OscProb::PMNS_Base::AvgProb(), OscProb::PMNS_Base::SetIsNuBar(), and SetTestPath().
void SetNominalPars | ( | OscProb::PMNS_Base * | p | ) |
Definition at line 7 of file Utils.h.
References OscProb::PMNS_Base::SetAngle(), OscProb::PMNS_Base::SetDelta(), and OscProb::PMNS_Base::SetDm().
Referenced by GetDecay(), GetDeco(), GetFast(), GetIter(), GetLIV(), GetNSI(), GetNUNM(), GetSNSI(), and GetSterile().
void SetTestPath | ( | OscProb::PMNS_Base * | p | ) |
Definition at line 186 of file Utils.h.
References OscProb::PMNS_Base::AddPath(), and OscProb::PMNS_Base::SetPath().
Referenced by CheckProb(), and SaveTestFile().