OPAL (Object Oriented Parallel Accelerator Library)
2022.1
OPAL
src
src
Classic
Physics
Mylar.h
Go to the documentation of this file.
1
//
2
// Class Mylar
3
// Defines Mylar 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 MYLAR_H
23
#define MYLAR_H
24
25
#include "
Physics/Material.h
"
26
27
namespace
Physics
{
28
class
Mylar
:
public
Material
{
29
public
:
30
Mylar
():
31
Material
(6.702,
32
12.88,
33
1.400,
34
39.95,
35
78.7,
36
{{2.954, 3.350, 1683, 1900, 2.513e-02,
37
1.9259, 0.5550, 27.15125, 26.0665, 6.2768}})
38
{ }
39
};
40
}
41
#endif
Material.h
Physics
Definition:
Air.h:27
Physics::Material
Definition:
Material.h:28
Physics::Mylar
Definition:
Mylar.h:28
Physics::Mylar::Mylar
Mylar()
Definition:
Mylar.h:30
Generated on Thu Oct 20 2022 17:40:10 for OPAL (Object Oriented Parallel Accelerator Library) by
1.9.3