OPAL (Object Oriented Parallel Accelerator Library)  2.2.0
OPAL
Titanium.h
Go to the documentation of this file.
1 #ifndef TITANIUM_H
2 #define TITANIUM_H
3 
4 #include "Physics/Material.h"
5 
6 #include <cmath>
7 
8 namespace Physics {
9  class Titanium: public Material {
10  public:
12  Material(22,
13  47.8,
14  4.54,
15  16.16,
16  233.0,
17  {{5.489, 5.260e3, 6.511e2, 8.930e-3}})
18  { }
19  };
20 }
21 #endif