|
OscProb
|
#include "colormod.h"#include "../tutorial/SetNiceStyle.C"#include "TMath.h"#include "TFile.h"#include "PMNS_OQS.h"#include "PMNS_LIV.h"#include "PMNS_Deco.h"#include "PMNS_Iter.h"#include "PMNS_NUNM.h"#include "PMNS_SNSI.h"#include "PMNS_Decay.h"#include "PMNS_Sterile.h"#include "PMNS_SiderealLIV.h"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_OQS * | GetOQS (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_SiderealLIV * | GetSiderealLIV (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 281 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 96 of file Utils.h.
References OscProb::PMNS_Decay::SetAlpha3(), and SetNominalPars().
Referenced by GetModel().
| OscProb::PMNS_Deco * GetDeco | ( | bool | is_nominal | ) |
Definition at line 51 of file Utils.h.
References OscProb::PMNS_Deco::SetGamma(), and SetNominalPars().
Referenced by GetModel().
| OscProb::PMNS_Fast * GetFast | ( | bool | is_nominal | ) |
Definition at line 33 of file Utils.h.
References SetNominalPars().
Referenced by GetModel().
| OscProb::PMNS_Iter * GetIter | ( | bool | is_nominal | ) |
Definition at line 42 of file Utils.h.
References SetNominalPars().
Referenced by GetModel().
| vector< string > GetListOfModels | ( | ) |
| OscProb::PMNS_LIV * GetLIV | ( | bool | is_nominal | ) |
Definition at line 145 of file Utils.h.
References OscProb::PMNS_LIV::SetaT(), OscProb::PMNS_LIV::SetcT(), and SetNominalPars().
Referenced by GetModel().
| OscProb::PMNS_Base * GetModel | ( | string | model, |
| bool | is_nominal = false |
||
| ) |
Definition at line 214 of file Utils.h.
References GetDecay(), GetDeco(), GetFast(), GetIter(), GetLIV(), GetNSI(), GetNUNM(), GetOQS(), GetSiderealLIV(), GetSNSI(), and GetSterile().
| OscProb::PMNS_NSI * GetNSI | ( | bool | is_nominal | ) |
Definition at line 109 of file Utils.h.
References OscProb::PMNS_NSI::SetEps(), and SetNominalPars().
Referenced by GetModel().
| OscProb::PMNS_NUNM * GetNUNM | ( | bool | is_nominal | ) |
Definition at line 196 of file Utils.h.
References OscProb::PMNS_NUNM::SetAlpha(), and SetNominalPars().
Referenced by GetModel().
| OscProb::PMNS_OQS * GetOQS | ( | bool | is_nominal | ) |
Definition at line 65 of file Utils.h.
References OscProb::PMNS_OQS::SetDecoAngle(), OscProb::PMNS_OQS::SetDecoElement(), and SetNominalPars().
Referenced by GetModel().
| OscProb::PMNS_SiderealLIV * GetSiderealLIV | ( | bool | is_nominal | ) |
Definition at line 169 of file Utils.h.
References OscProb::PMNS_SiderealLIV::SetA(), OscProb::PMNS_SiderealLIV::SetC(), OscProb::PMNS_SiderealLIV::SetColatitude(), OscProb::PMNS_SiderealLIV::SetNeutrinoDirection(), SetNominalPars(), and OscProb::PMNS_SiderealLIV::SetTimeHours().
Referenced by GetModel().
| OscProb::PMNS_SNSI * GetSNSI | ( | bool | is_nominal | ) |
Definition at line 127 of file Utils.h.
References OscProb::PMNS_NSI::SetEps(), and SetNominalPars().
Referenced by GetModel().
| OscProb::PMNS_Sterile * GetSterile | ( | bool | is_nominal | ) |
Definition at line 80 of file Utils.h.
References OscProb::PMNS_Base::SetAngle(), OscProb::PMNS_Base::SetDm(), and SetNominalPars().
Referenced by GetModel().
| void SaveTestFile | ( | OscProb::PMNS_Base * | p, |
| TString | filename | ||
| ) |
Definition at line 250 of file Utils.h.
References OscProb::PMNS_Base::AvgProb(), OscProb::PMNS_Base::SetIsNuBar(), and SetTestPath().
| void SetNominalPars | ( | OscProb::PMNS_Base * | p | ) |
Definition at line 20 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(), GetOQS(), GetSiderealLIV(), GetSNSI(), and GetSterile().
| void SetTestPath | ( | OscProb::PMNS_Base * | p | ) |
Definition at line 241 of file Utils.h.
References OscProb::PMNS_Base::AddPath(), and OscProb::PMNS_Base::SetPath().
Referenced by CheckProb(), and SaveTestFile().