GamR  0.0.0
GammaROOT
Loading...
Searching...
No Matches
PopulationParameter.hh
Go to the documentation of this file.
1
13
14#ifndef POPPAR_HH
15#define POPPAR_HH
16
17#include <vector>
18
19namespace GamR {
20namespace AngDist {
21
26private:
27 std::vector<double> Pm;
28
29public:
30 PopulationParameter(double j); /* no alignment */
31 PopulationParameter(double j, double sigmaj); /* assuming oblate alignment and
32 Gaussian distribution */
33
34 std::vector<double> GetPm() { return Pm; }
35};
36} /* namespace AngDist */
37} /* namespace GamR */
38
39#endif /* POPPAR_HH */
Definition Gain.cc:19