OPAL (Object Oriented Parallel Accelerator Library)
2021.1.99
OPAL
src
src
Classic
Physics
Molybdenum.h
Go to the documentation of this file.
1
//
2
// Class Molybdenum
3
// Defines Molybdenum as a material for particle-matter interactions
4
//
5
// Data taken from Standard Atomic Weight 2019 (https://www.qmul.ac.uk/sbcs/iupac/AtWt/),
6
// atomic properties from PDG database (https://pdg.lbl.gov/2020/AtomicNuclearProperties)
7
// and fit coefficients from ICRU Report 49.
8
//
9
// Copyright (c) 2019 - 2021, Paul Scherrer Institut, Villigen PSI, Switzerland
10
// All rights reserved
11
//
12
// This file is part of OPAL.
13
//
14
// OPAL is free software: you can redistribute it and/or modify
15
// it under the terms of the GNU General Public License as published by
16
// the Free Software Foundation, either version 3 of the License, or
17
// (at your option) any later version.
18
//
19
// You should have received a copy of the GNU General Public License
20
// along with OPAL. If not, see <https://www.gnu.org/licenses/>.
21
//
22
#ifndef MOLYBDENUM_H
23
#define MOLYBDENUM_H
24
25
#include "
Physics/Material.h
"
26
27
#include <cmath>
28
29
namespace
Physics
{
30
class
Molybdenum
:
public
Material
{
31
public
:
32
Molybdenum
():
33
Material
(42,
34
95.95,
35
10.22,
36
9.80,
37
424.0,
38
{{6.424, 7.248, 9.545e3, 4.802e2, 5.376e-3,
39
9.276, 0.418, 157.1, 8.038, 1.29}})
40
{ }
41
};
42
}
43
#endif
Material.h
Physics
Definition:
Air.h:27
Physics::Material
Definition:
Material.h:28
Physics::Molybdenum
Definition:
Molybdenum.h:30
Physics::Molybdenum::Molybdenum
Molybdenum()
Definition:
Molybdenum.h:32
Generated on Wed Aug 25 2021 16:41:03 for OPAL (Object Oriented Parallel Accelerator Library) by
1.9.1