OPAL (Object Oriented Parallel Accelerator Library)  2.2.0
OPAL
Aluminum.h
Go to the documentation of this file.
1 #ifndef ALUMINUM_H
2 #define ALUMINUM_H
3 
4 #include "Physics/Material.h"
5 
6 #include <cmath>
7 
8 namespace Physics {
9  class Aluminum: public Material {
10  public:
12  Material(13,
13  26.98,
14  2.7,
15  24.01,
16  166.0,
17  {{4.739, 2.766e3, 1.645e2, 2.023e-2}})
18  { }
19  };
20 }
21 #endif