Jpp  17.1.1
the software that should make you happy
 All Classes Namespaces Files Functions Variables Typedefs Enumerations Enumerator Friends Macros Pages
Public Types | Public Member Functions | Static Public Member Functions | Public Attributes | List of all members
JOSCPROB::JOscParametersGrid Struct Reference

Data structure for oscillation parameter grids. More...

#include <JOscParametersGrid.hh>

Inheritance diagram for JOSCPROB::JOscParametersGrid:
JOSCPROB::JOscParametersInterface< JGrid< double > > JIO::JSerialisable

Public Types

typedef JGrid< double > JGrid_t
 
typedef
JOscParametersInterface
< JGrid_t
JOscParameters_t
 
typedef
JOscParameters_t::JParameter_t 
JParameter_t
 
typedef
JOscParameters_t::argument_type 
argument_type
 

Public Member Functions

 JOscParametersGrid ()
 Default constructor. More...
 
 JOscParametersGrid (const JGrid_t &dM21sq, const JGrid_t &dM31sq, const JGrid_t &deltaCP, const JGrid_t &sinsqTh12, const JGrid_t &sinsqTh13, const JGrid_t &sinsqTh23)
 Constructor. More...
 
template<class... Args>
 JOscParametersGrid (const std::string &name, const JGrid_t &value, const Args &...args)
 Constructor. More...
 
 JOscParametersGrid (const bool useIO)
 Constructor. More...
 
bool is_valid () const override
 Check validity of oscillation parameter grids. More...
 
void set (const std::string &name, const JGrid< double > &value)
 Set value for a given oscillation parameter. More...
 
void set (const std::string &name, const JGrid< double > &value, const Args &...args)
 Set value for given list of oscillation parameters. More...
 
JOscParameters_tjoin (const JOscParameters_t &parameters)
 Join the given oscillation parameters with these oscillation parameters. More...
 
const JOscParameters_tgetOscParameters () const
 Get oscillation parameters. More...
 
void setOscParameters (const JOscParameters_t &parameters)
 Set oscillation parameters. More...
 
virtual unsigned int size () const
 Get size of this oscillation parameters set. More...
 
virtual bool contains (const JOscParameters_t &parameters) const
 Check if this oscillations parameter set contains the given oscillation parameters. More...
 
JReaderread (JReader &in) override
 Binary stream input of oscillation parameters. More...
 
JWriterwrite (JWriter &out) const override
 Binary stream output of oscillation parameters. More...
 
JProperties getProperties (const JEquationParameters &equation=JOscParameters_t::getEquationParameters())
 Get properties of this class. More...
 
JProperties getProperties (const JEquationParameters &equation=JOscParameters_t::getEquationParameters()) const
 Get properties of this class. More...
 
void setProperties (const JProperties &properties)
 Set properties of this class. More...
 

Static Public Member Functions

static JEquationParametersgetEquationParameters ()
 Get equation parameters. More...
 
static void setEquationParameters (const JEquationParameters &equation)
 Set equation parameters. More...
 

Public Attributes

JParameter_t dM21sq
 Squared mass difference between the first and second neutrino mass eigenstates [eV2]. More...
 
JParameter_t dM31sq
 Squared mass difference between the first and third neutrino mass eigenstates [eV2]. More...
 
JParameter_t deltaCP
 PMNS phase angle [pi * rad]. More...
 
JParameter_t sinsqTh12
 Squared sine of the PMNS mixing angle between the first and second neutrino mass eigenstates [-]. More...
 
JParameter_t sinsqTh13
 Squared sine of the PMNS mixing angle between the first and third neutrino mass eigenstates [-]. More...
 
JParameter_t sinsqTh23
 Squared sine of the PMNS mixing angle between the second and third neutrino mass eigenstates [-]. More...
 

Detailed Description

Data structure for oscillation parameter grids.

Definition at line 27 of file JOscParametersGrid.hh.

Member Typedef Documentation

Definition at line 30 of file JOscParametersGrid.hh.

Definition at line 31 of file JOscParametersGrid.hh.

Definition at line 32 of file JOscParametersGrid.hh.

Definition at line 33 of file JOscParametersGrid.hh.

Constructor & Destructor Documentation

JOSCPROB::JOscParametersGrid::JOscParametersGrid ( )
inline

Default constructor.

Definition at line 39 of file JOscParametersGrid.hh.

39  :
41  {}
JOscParametersInterface< JGrid_t > JOscParameters_t
JOSCPROB::JOscParametersGrid::JOscParametersGrid ( const JGrid_t dM21sq,
const JGrid_t dM31sq,
const JGrid_t deltaCP,
const JGrid_t sinsqTh12,
const JGrid_t sinsqTh13,
const JGrid_t sinsqTh23 
)
inline

Constructor.

Parameters
dM21sqSquared mass difference between the first and second neutrino mass eigenstates [eV2]
dM31sqSquared mass difference between the first and third neutrino mass eigenstates [eV2]
deltaCPPMNS phase angle [pi rad]
sinsqTh12Squared sine of the PMNS mixing angle between the first and second neutrino mass eigenstates [-]
sinsqTh13Squared sine of the PMNS mixing angle between the first and third neutrino mass eigenstates [-]
sinsqTh23Squared sine of the PMNS mixing angle between the second and third neutrino mass eigenstates [-]

Definition at line 54 of file JOscParametersGrid.hh.

59  :
61  dM31sq,
62  deltaCP,
63  sinsqTh12,
64  sinsqTh13,
65  sinsqTh23)
66  {
67  if (!is_valid()) {
68  THROW(JLANG::JValueOutOfRange, "JOscParametersGrid::JOscParametersGrid(...): Invalid parameters " << *this);
69  }
70  }
JParameter_t sinsqTh12
Squared sine of the PMNS mixing angle between the first and second neutrino mass eigenstates [-]...
#define THROW(JException_t, A)
Marco for throwing exception with std::ostream compatible message.
Definition: JException.hh:696
JParameter_t dM21sq
Squared mass difference between the first and second neutrino mass eigenstates [eV2].
JParameter_t sinsqTh13
Squared sine of the PMNS mixing angle between the first and third neutrino mass eigenstates [-]...
bool is_valid() const override
Check validity of oscillation parameter grids.
JOscParametersInterface< JGrid_t > JOscParameters_t
JParameter_t dM31sq
Squared mass difference between the first and third neutrino mass eigenstates [eV2].
JParameter_t sinsqTh23
Squared sine of the PMNS mixing angle between the second and third neutrino mass eigenstates [-]...
Exception for accessing a value in a collection that is outside of its range.
Definition: JException.hh:162
JParameter_t deltaCP
PMNS phase angle [pi * rad].
template<class... Args>
JOSCPROB::JOscParametersGrid::JOscParametersGrid ( const std::string &  name,
const JGrid_t value,
const Args &...  args 
)
inline

Constructor.

Parameters
nameparameter name
valueparameter value
argsremaining pairs of parameter names and values

Definition at line 81 of file JOscParametersGrid.hh.

83  :
84  JOscParameters_t(name, value, args...)
85  {
86  if (!is_valid()) {
87  THROW(JLANG::JValueOutOfRange, "JOscParametersGrid::JOscParametersGrid(...): Invalid parameters " << *this);
88  }
89  }
#define THROW(JException_t, A)
Marco for throwing exception with std::ostream compatible message.
Definition: JException.hh:696
then echo Enter input within $TIMEOUT_S seconds echo n User name
Definition: JCookie.sh:42
bool is_valid() const override
Check validity of oscillation parameter grids.
JOscParametersInterface< JGrid_t > JOscParameters_t
Exception for accessing a value in a collection that is outside of its range.
Definition: JException.hh:162
JOSCPROB::JOscParametersGrid::JOscParametersGrid ( const bool  useIO)
inline

Constructor.

Values taken from the NuFIT 5.1 three-flavour global analysis best fit values in:
https://arxiv.org/abs/2111.03086?context=hep-ex
including the Super-Kamiokande atmospheric data.

Parameters
useIOtoggle inverted ordering

Definition at line 101 of file JOscParametersGrid.hh.

101  :
102  JOscParameters_t( make_grid( 7.42e-5 ),
103  make_grid(useIO ? -2.490e-3 + 7.42e-5 : 2.510e-3 ),
104  make_grid(useIO ? 1.544 : 1.278 ),
105  make_grid( 0.304 ),
106  make_grid(useIO ? 0.02241 : 0.02246 ),
107  make_grid(useIO ? 0.570 : 0.450) )
108  {}
JOscParametersInterface< JGrid_t > JOscParameters_t
JGrid< JAbscissa_t > make_grid(const int nx, const JAbscissa_t Xmin, const JAbscissa_t Xmax)
Helper method for JGrid.
Definition: JGrid.hh:209

Member Function Documentation

bool JOSCPROB::JOscParametersGrid::is_valid ( ) const
inlineoverridevirtual

Check validity of oscillation parameter grids.

Returns
true if valid; else false

Implements JOSCPROB::JOscParametersInterface< JGrid< double > >.

Definition at line 116 of file JOscParametersGrid.hh.

117  {
118  if ((this->sinsqTh12.isDefined() && this->sinsqTh12.getValue().getXmin() < 0.0) ||
119  (this->sinsqTh13.isDefined() && this->sinsqTh13.getValue().getXmin() < 0.0) ||
120  (this->sinsqTh23.isDefined() && this->sinsqTh23.getValue().getXmin() < 0.0)) {
121  return false;
122  }
123 
124  return true;
125  }
JParameter_t sinsqTh12
Squared sine of the PMNS mixing angle between the first and second neutrino mass eigenstates [-]...
JParameter_t sinsqTh13
Squared sine of the PMNS mixing angle between the first and third neutrino mass eigenstates [-]...
const bool isDefined() const
Get status of parameter.
Definition: JParameter.hh:136
JParameter_t sinsqTh23
Squared sine of the PMNS mixing angle between the second and third neutrino mass eigenstates [-]...
const T & getValue() const
Get value of parameter.
Definition: JParameter.hh:80
void JOSCPROB::JOscParametersInterface< JGrid< double > >::set ( const std::string &  name,
const JGrid< double > &  value 
)
inlineinherited

Set value for a given oscillation parameter.

Parameters
nameparameter name
valueparameter value

Definition at line 108 of file JOscParametersInterface.hh.

110  {
111  JProperties properties = this->getProperties();
112 
113  JProperties::iterator i = properties.find(name);
114 
115  if (i != properties.end()) {
116 
117  i->second.setValue(JParameter_t(value));
118 
119  } else {
120 
121  THROW(JValueOutOfRange,
122  "template<class T> JOscParametersInterface<T>::set(const std::string&, const T&): " <<
123  "Invalid oscillation parameter name " << name << "; Valid options:\n" << JLANG::get_keys(properties));
124  }
125  }
#define THROW(JException_t, A)
Marco for throwing exception with std::ostream compatible message.
Definition: JException.hh:696
then echo Enter input within $TIMEOUT_S seconds echo n User name
Definition: JCookie.sh:42
Utility class to parse parameter values.
Definition: JProperties.hh:496
JProperties getProperties(const JEquationParameters &equation=JOscParameters_t::getEquationParameters())
Get properties of this class.
void setValue(const std::string &key, const T &value)
Set value.
const array_type< JKey_t > & get_keys(const std::map< JKey_t, JValue_t, JComparator_t, JAllocator_t > &data)
Method to create array of keys of map.
Definition: JVectorize.hh:139
void JOSCPROB::JOscParametersInterface< JGrid< double > >::set ( const std::string &  name,
const JGrid< double > &  value,
const Args &...  args 
)
inlineinherited

Set value for given list of oscillation parameters.

Parameters
nameparameter name
valueparameter value
argsremaining pairs of parameter names and values

Definition at line 136 of file JOscParametersInterface.hh.

139  {
140  set(name, value);
141  set(args...);
142  }
then echo Enter input within $TIMEOUT_S seconds echo n User name
Definition: JCookie.sh:42
void set(const std::string &name, const JGrid< double > &value)
Set value for a given oscillation parameter.
JOscParameters_t& JOSCPROB::JOscParametersInterface< JGrid< double > >::join ( const JOscParameters_t parameters)
inlineinherited

Join the given oscillation parameters with these oscillation parameters.

Parameters
parametersoscillation parameters

Definition at line 150 of file JOscParametersInterface.hh.

151  {
152  if (parameters.dM21sq.isDefined()) { this->dM21sq = parameters.dM21sq; }
153  if (parameters.dM31sq.isDefined()) { this->dM31sq = parameters.dM31sq; }
154  if (parameters.deltaCP.isDefined()) { this->deltaCP = parameters.deltaCP; }
155  if (parameters.sinsqTh12.isDefined()) { this->sinsqTh12 = parameters.sinsqTh12; }
156  if (parameters.sinsqTh13.isDefined()) { this->sinsqTh13 = parameters.sinsqTh13; }
157  if (parameters.sinsqTh23.isDefined()) { this->sinsqTh23 = parameters.sinsqTh23; }
158 
159  return *this;
160  }
JParameter_t sinsqTh12
Squared sine of the PMNS mixing angle between the first and second neutrino mass eigenstates [-]...
JParameter_t dM21sq
Squared mass difference between the first and second neutrino mass eigenstates [eV2].
*fatal Wrong number of arguments esac JCookie sh typeset Z DETECTOR typeset Z SOURCE_RUN typeset Z TARGET_RUN set_variable PARAMETERS_FILE $WORKDIR parameters
Definition: diff-Tuna.sh:38
JParameter_t sinsqTh13
Squared sine of the PMNS mixing angle between the first and third neutrino mass eigenstates [-]...
JParameter_t dM31sq
Squared mass difference between the first and third neutrino mass eigenstates [eV2].
JParameter_t sinsqTh23
Squared sine of the PMNS mixing angle between the second and third neutrino mass eigenstates [-]...
JParameter_t deltaCP
PMNS phase angle [pi * rad].
const JOscParameters_t& JOSCPROB::JOscParametersInterface< JGrid< double > >::getOscParameters ( ) const
inlineinherited

Get oscillation parameters.

Returns
oscillation parameters

Definition at line 168 of file JOscParametersInterface.hh.

169  {
170  return static_cast<const JOscParameters_t&>(*this);
171  }
JOscParametersInterface< JGrid< double > > JOscParameters_t
void JOSCPROB::JOscParametersInterface< JGrid< double > >::setOscParameters ( const JOscParameters_t parameters)
inlineinherited

Set oscillation parameters.

Parameters
parametersoscillation parameters

Definition at line 179 of file JOscParametersInterface.hh.

180  {
181  static_cast<JOscParameters_t&>(*this) = parameters;
182  }
*fatal Wrong number of arguments esac JCookie sh typeset Z DETECTOR typeset Z SOURCE_RUN typeset Z TARGET_RUN set_variable PARAMETERS_FILE $WORKDIR parameters
Definition: diff-Tuna.sh:38
JOscParametersInterface< JGrid< double > > JOscParameters_t
virtual unsigned int JOSCPROB::JOscParametersInterface< JGrid< double > >::size ( ) const
inlinevirtualinherited

Get size of this oscillation parameters set.

Returns
size (= number of defined parameters)

Definition at line 198 of file JOscParametersInterface.hh.

199  {
200  return ((unsigned int) this->dM21sq.isDefined() +
201  (unsigned int) this->dM31sq.isDefined() +
202  (unsigned int) this->deltaCP.isDefined() +
203  (unsigned int) this->sinsqTh12.isDefined() +
204  (unsigned int) this->sinsqTh13.isDefined() +
205  (unsigned int) this->sinsqTh23.isDefined());
206  }
JParameter_t sinsqTh12
Squared sine of the PMNS mixing angle between the first and second neutrino mass eigenstates [-]...
JParameter_t dM21sq
Squared mass difference between the first and second neutrino mass eigenstates [eV2].
JParameter_t sinsqTh13
Squared sine of the PMNS mixing angle between the first and third neutrino mass eigenstates [-]...
const bool isDefined() const
Get status of parameter.
Definition: JParameter.hh:136
JParameter_t dM31sq
Squared mass difference between the first and third neutrino mass eigenstates [eV2].
JParameter_t sinsqTh23
Squared sine of the PMNS mixing angle between the second and third neutrino mass eigenstates [-]...
JParameter_t deltaCP
PMNS phase angle [pi * rad].
virtual bool JOSCPROB::JOscParametersInterface< JGrid< double > >::contains ( const JOscParameters_t parameters) const
inlinevirtualinherited

Check if this oscillations parameter set contains the given oscillation parameters.

Parameters
parametersoscillation parameters
Returns
true if all given oscillation parameters
are also defined in this oscillation parameters set

Definition at line 216 of file JOscParametersInterface.hh.

217  {
218  if ( (parameters.dM21sq.isDefined() && !this->dM21sq.isDefined()) ||
219  (parameters.dM31sq.isDefined() && !this->dM31sq.isDefined()) ||
220  (parameters.deltaCP.isDefined() && !this->deltaCP.isDefined()) ||
221  (parameters.sinsqTh12.isDefined() && !this->sinsqTh12.isDefined()) ||
222  (parameters.sinsqTh13.isDefined() && !this->sinsqTh13.isDefined()) ||
223  (parameters.sinsqTh23.isDefined() && !this->sinsqTh23.isDefined()) ) {
224  return false;
225  } else {
226  return true;
227  }
228  }
JParameter_t sinsqTh12
Squared sine of the PMNS mixing angle between the first and second neutrino mass eigenstates [-]...
JParameter_t dM21sq
Squared mass difference between the first and second neutrino mass eigenstates [eV2].
*fatal Wrong number of arguments esac JCookie sh typeset Z DETECTOR typeset Z SOURCE_RUN typeset Z TARGET_RUN set_variable PARAMETERS_FILE $WORKDIR parameters
Definition: diff-Tuna.sh:38
JParameter_t sinsqTh13
Squared sine of the PMNS mixing angle between the first and third neutrino mass eigenstates [-]...
const bool isDefined() const
Get status of parameter.
Definition: JParameter.hh:136
JParameter_t dM31sq
Squared mass difference between the first and third neutrino mass eigenstates [eV2].
JParameter_t sinsqTh23
Squared sine of the PMNS mixing angle between the second and third neutrino mass eigenstates [-]...
JParameter_t deltaCP
PMNS phase angle [pi * rad].
JReader& JOSCPROB::JOscParametersInterface< JGrid< double > >::read ( JReader in)
inlineoverridevirtualinherited

Binary stream input of oscillation parameters.

Parameters
ininput stream
Returns
input stream

Implements JIO::JSerialisable.

Definition at line 269 of file JOscParametersInterface.hh.

270  {
271  JProperties properties = getProperties();
272 
273  for (JProperties::iterator i = properties.begin(); i != properties.end(); ++i) {
274 
275  bool is_defined;
276  T value;
277 
278  if ((in >> is_defined >> value) && is_defined) {
279 
280  JParameter_t& parameter = i->second.getValue<JParameter_t>();
281 
282  parameter.setValue(value);
283  }
284  }
285 
286  return in;
287  }
Utility class to parse parameter values.
Definition: JProperties.hh:496
JProperties getProperties(const JEquationParameters &equation=JOscParameters_t::getEquationParameters())
Get properties of this class.
do set_variable OUTPUT_DIRECTORY $WORKDIR T
void setValue(const argument_type &value)
Set value.
Definition: JParameter.hh:102
const T & getValue() const
Get value of parameter.
Definition: JParameter.hh:80
then fatal Wrong number of arguments fi set_variable DETECTOR $argv[1] set_variable INPUT_FILE $argv[2] eval JPrintDetector a $DETECTOR O IDENTIFIER eval JPrintDetector a $DETECTOR O SUMMARY JAcoustics sh $DETECTOR_ID source JAcousticsToolkit sh CHECK_EXIT_CODE typeset A EMITTERS get_tripods $WORKDIR tripod txt EMITTERS get_transmitters $WORKDIR transmitter txt EMITTERS for EMITTER in
Definition: JCanberra.sh:46
JWriter& JOSCPROB::JOscParametersInterface< JGrid< double > >::write ( JWriter out) const
inlineoverridevirtualinherited

Binary stream output of oscillation parameters.

Parameters
outoutput stream
Returns
output stream

Implements JIO::JSerialisable.

Definition at line 296 of file JOscParametersInterface.hh.

297  {
298  const JProperties properties = getProperties();
299 
300  for (JProperties::const_iterator i = properties.cbegin(); i != properties.cend(); ++i) {
301 
302  const JParameter_t& parameter = i->second.getValue<JParameter_t>();
303 
304  out << parameter.isDefined() << parameter.getValue();
305  }
306 
307  return out;
308  }
Utility class to parse parameter values.
Definition: JProperties.hh:496
const bool isDefined() const
Get status of parameter.
Definition: JParameter.hh:136
JProperties getProperties(const JEquationParameters &equation=JOscParameters_t::getEquationParameters())
Get properties of this class.
const T & getValue() const
Get value of parameter.
Definition: JParameter.hh:80
static JEquationParameters& JOSCPROB::JOscParametersInterface< JGrid< double > >::getEquationParameters ( )
inlinestaticinherited

Get equation parameters.

Returns
equation parameters

Definition at line 316 of file JOscParametersInterface.hh.

317  {
318  static JEquationParameters equation("=", "\n\r;,", "./", "#");
319 
320  return equation;
321  }
Simple data structure to support I/O of equations (see class JLANG::JEquation).
static void JOSCPROB::JOscParametersInterface< JGrid< double > >::setEquationParameters ( const JEquationParameters equation)
inlinestaticinherited

Set equation parameters.

Parameters
equationequation parameters

Definition at line 329 of file JOscParametersInterface.hh.

330  {
331  getEquationParameters() = equation;
332  }
static JEquationParameters & getEquationParameters()
Get equation parameters.
JProperties JOSCPROB::JOscParametersInterface< JGrid< double > >::getProperties ( const JEquationParameters equation = JOscParameters_t::getEquationParameters())
inlineinherited

Get properties of this class.

Parameters
equationequation parameters

Definition at line 340 of file JOscParametersInterface.hh.

341  {
342  return JOscParametersHelper(*this, equation);
343  }
JProperties JOSCPROB::JOscParametersInterface< JGrid< double > >::getProperties ( const JEquationParameters equation = JOscParameters_t::getEquationParameters()) const
inlineinherited

Get properties of this class.

Parameters
equationequation parameters

Definition at line 351 of file JOscParametersInterface.hh.

352  {
353  return JOscParametersHelper(*this, equation);
354  }
void JOSCPROB::JOscParametersInterface< JGrid< double > >::setProperties ( const JProperties properties)
inlineinherited

Set properties of this class.

Parameters
propertiesproperties

Definition at line 362 of file JOscParametersInterface.hh.

363  {
364  this->dM21sq = properties.getValue<JParameter_t>("dM21sq");
365  this->dM31sq = properties.getValue<JParameter_t>("dM31sq");
366  this->deltaCP = properties.getValue<JParameter_t>("deltaCP");
367  this->sinsqTh12 = properties.getValue<JParameter_t>("sinsqTh12");
368  this->sinsqTh13 = properties.getValue<JParameter_t>("sinsqTh13");
369  this->sinsqTh23 = properties.getValue<JParameter_t>("sinsqTh23");
370  }
JParameter_t sinsqTh12
Squared sine of the PMNS mixing angle between the first and second neutrino mass eigenstates [-]...
JParameter_t dM21sq
Squared mass difference between the first and second neutrino mass eigenstates [eV2].
JParameter_t sinsqTh13
Squared sine of the PMNS mixing angle between the first and third neutrino mass eigenstates [-]...
const T & getValue(const std::string &key) const
Get value.
Definition: JProperties.hh:974
JParameter_t dM31sq
Squared mass difference between the first and third neutrino mass eigenstates [eV2].
JParameter_t sinsqTh23
Squared sine of the PMNS mixing angle between the second and third neutrino mass eigenstates [-]...
JParameter_t deltaCP
PMNS phase angle [pi * rad].

Member Data Documentation

JParameter_t JOSCPROB::JOscParametersInterface< JGrid< double > >::dM21sq
inherited

Squared mass difference between the first and second neutrino mass eigenstates [eV2].

Definition at line 373 of file JOscParametersInterface.hh.

JParameter_t JOSCPROB::JOscParametersInterface< JGrid< double > >::dM31sq
inherited

Squared mass difference between the first and third neutrino mass eigenstates [eV2].

Definition at line 374 of file JOscParametersInterface.hh.

JParameter_t JOSCPROB::JOscParametersInterface< JGrid< double > >::deltaCP
inherited

PMNS phase angle [pi * rad].

Definition at line 375 of file JOscParametersInterface.hh.

JParameter_t JOSCPROB::JOscParametersInterface< JGrid< double > >::sinsqTh12
inherited

Squared sine of the PMNS mixing angle between the first and second neutrino mass eigenstates [-].

Definition at line 376 of file JOscParametersInterface.hh.

JParameter_t JOSCPROB::JOscParametersInterface< JGrid< double > >::sinsqTh13
inherited

Squared sine of the PMNS mixing angle between the first and third neutrino mass eigenstates [-].

Definition at line 377 of file JOscParametersInterface.hh.

JParameter_t JOSCPROB::JOscParametersInterface< JGrid< double > >::sinsqTh23
inherited

Squared sine of the PMNS mixing angle between the second and third neutrino mass eigenstates [-].

Definition at line 378 of file JOscParametersInterface.hh.


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