OPAL (Object Oriented Parallel Accelerator Library)  2.2.0
OPAL
GraphiteR6710.h
Go to the documentation of this file.
1 #ifndef GRAPHITER6710_H
2 #define GRAPHITER6710_H
3 
4 #include "Physics/Material.h"
5 
6 namespace Physics {
7  class GraphiteR6710: public Material {
8  public:
10  Material(6,
11  12.0107,
12  1.88,
13  42.70,
14  78.0,
15  {{2.601, 1.701e3, 1.279e3, 1.638e-2}})
16  { }
17  };
18 }
19 #endif