1 #ifndef KATOPTRON_MEDIUM_H
2 #define KATOPTRON_MEDIUM_H
30 std::string _medium_name,
31 std::vector<double> _E,
32 std::vector<double> _nu,
37 std::string
const &name,
38 std::string _medium_name,
39 std::vector<double> _E,
40 std::vector<double> _nu,
46 std::string _medium_name,
47 std::vector<double> _E,
48 std::vector<double> _nu,
49 std::vector<double> _k,
50 std::vector<double> _beta);
53 std::string
const &name,
54 std::string _medium_name,
55 std::vector<double> _E,
56 std::vector<double> _nu,
57 std::vector<double> _k,
58 std::vector<double> _beta);
61 virtual void write(std::ostream &out)
const;
67 #endif //KATOPTRON_MEDIUM_H