Main Page
Related Pages
Modules
Namespaces
Classes
Files
Examples
File List
File Members
Generator
src
Framework
Utils
PREM.h
Go to the documentation of this file.
1
//____________________________________________________________________________
2
/*!
3
4
\namespace genie::utils::prem
5
6
\brief Preliminary Earth Model
7
8
\author Costas Andreopoulos <constantinos.andreopoulos \at cern.ch>
9
University of Liverpool & STFC Rutherford Appleton Laboratory
10
11
\created August 07, 2009
12
13
\cpright Copyright (c) 2003-2020, The GENIE Collaboration
14
For the full text of the license visit http://copyright.genie-mc.org
15
*/
16
//____________________________________________________________________________
17
18
#ifndef _PREM_H_
19
#define _PREM_H_
20
21
namespace
genie
{
22
namespace
utils
{
23
24
namespace
prem
25
{
26
//
27
// the earth density profile as given by the Preliminary Earth Model
28
// by Adam Dziewonski, Earth Structure, Global,
29
// in The Encyclopedia of Solid Earth Geophysics, David E. James ed.
30
// (Van Nostrand Reinhold, New York, 1989) p 331.
31
//
32
double
Density
(
double
r
);
33
34
}
// prem namespace
35
}
// utils namespace
36
}
// genie namespace
37
38
#endif // _PREM_H_
genie
THE MAIN GENIE PROJECT NAMESPACE
Definition:
AlgCmp.h:25
utils
Definition:
utils.py:1
genie::utils::prem::Density
double Density(double r)
Definition:
PREM.cxx:18
plot_model.r
r
Definition:
plot_model.py:57
Generated by
1.8.11