ScatteringResult.h
Go to the documentation of this file.
1 
9 #ifndef _atm_ScatteringResult_h_
10 #define _atm_ScatteringResult_h_
11 
12 
13 #include<vector>
14 
15 namespace utl {
16  class TabulatedFunctionErrors;
17 }
18 
19 namespace atm {
20 
32 
33  public:
36  const double angle);
38 
39  ScatteringResult(const ScatteringResult& sResult);
41 
44  { return *fScatteringFactor; }
45 
47  double GetScatteringAngle() const { return fScatteringAngle; }
48 
49  private:
52 
53  };
54 
55 }
56 
57 
58 #endif // _atm_ScatteringResult_h_
59 
60 // Configure (x)emacs for this file ...
61 // Local Variables:
62 // mode: c++
63 // compile-command: "make -C .. -k"
64 // End:
double GetScatteringAngle() const
Get calculated scattering angle.
utl::TabulatedFunctionErrors * fScatteringFactor
Class holding the output of the ScatteringResult function.
const utl::TabulatedFunctionErrors & GetScatteringFactor() const
Scattering factor.
ScatteringResult & operator=(const ScatteringResult &sResult)

, generated on Tue Sep 26 2023.