OPAL (Object Oriented Parallel Accelerator Library)  2.2.0
OPAL
Beryllium.h
Go to the documentation of this file.
1 #ifndef BERYLLIUM_H
2 #define BERYLLIUM_H
3 
4 #include "Physics/Material.h"
5 
6 namespace Physics {
7  class Beryllium: public Material {
8  public:
10  Material(4,
11  9.012,
12  1.848,
13  65.19,
14  63.7,
15  {{2.590, 9.660e2, 1.538e2, 3.475e-2}})
16  { }
17  };
18 }
19 #endif