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"
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_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 252 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 95 of file Utils.h.
References OscProb::PMNS_Decay::SetAlpha3(), and SetNominalPars().
Referenced by GetModel().
OscProb::PMNS_Deco * GetDeco | ( | bool | is_nominal | ) |
Definition at line 50 of file Utils.h.
References OscProb::PMNS_Deco::SetGamma(), and SetNominalPars().
Referenced by GetModel().
OscProb::PMNS_Fast * GetFast | ( | bool | is_nominal | ) |
Definition at line 32 of file Utils.h.
References SetNominalPars().
Referenced by GetModel().
OscProb::PMNS_Iter * GetIter | ( | bool | is_nominal | ) |
Definition at line 41 of file Utils.h.
References SetNominalPars().
Referenced by GetModel().
vector< string > GetListOfModels | ( | ) |
OscProb::PMNS_LIV * GetLIV | ( | bool | is_nominal | ) |
Definition at line 144 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 |
||
) |
OscProb::PMNS_NSI * GetNSI | ( | bool | is_nominal | ) |
Definition at line 108 of file Utils.h.
References OscProb::PMNS_NSI::SetEps(), and SetNominalPars().
Referenced by GetModel().
OscProb::PMNS_NUNM * GetNUNM | ( | bool | is_nominal | ) |
Definition at line 168 of file Utils.h.
References OscProb::PMNS_NUNM::SetAlpha(), and SetNominalPars().
Referenced by GetModel().
OscProb::PMNS_OQS * GetOQS | ( | bool | is_nominal | ) |
Definition at line 64 of file Utils.h.
References OscProb::PMNS_OQS::SetDecoAngle(), OscProb::PMNS_OQS::SetDecoElement(), and SetNominalPars().
Referenced by GetModel().
OscProb::PMNS_SNSI * GetSNSI | ( | bool | is_nominal | ) |
Definition at line 126 of file Utils.h.
References OscProb::PMNS_NSI::SetEps(), and SetNominalPars().
Referenced by GetModel().
OscProb::PMNS_Sterile * GetSterile | ( | bool | is_nominal | ) |
Definition at line 79 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 221 of file Utils.h.
References OscProb::PMNS_Base::AvgProb(), OscProb::PMNS_Base::SetIsNuBar(), and SetTestPath().
void SetNominalPars | ( | OscProb::PMNS_Base * | p | ) |
Definition at line 19 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(), GetSNSI(), and GetSterile().
void SetTestPath | ( | OscProb::PMNS_Base * | p | ) |
Definition at line 212 of file Utils.h.
References OscProb::PMNS_Base::AddPath(), and OscProb::PMNS_Base::SetPath().
Referenced by CheckProb(), and SaveTestFile().