diff options
Diffstat (limited to 'vmodels')
-rw-r--r-- | vmodels/beta1d.hpp | 7 | ||||
-rw-r--r-- | vmodels/bl.hpp | 7 | ||||
-rw-r--r-- | vmodels/bpl.hpp | 7 | ||||
-rw-r--r-- | vmodels/bremss.hpp | 7 | ||||
-rw-r--r-- | vmodels/constant.hpp | 7 | ||||
-rw-r--r-- | vmodels/gauss1d.hpp | 6 | ||||
-rw-r--r-- | vmodels/lin1d.hpp | 7 | ||||
-rw-r--r-- | vmodels/nbeta1d.hpp | 7 | ||||
-rw-r--r-- | vmodels/nfw.hpp | 7 | ||||
-rw-r--r-- | vmodels/poly1d.hpp | 7 | ||||
-rw-r--r-- | vmodels/powerlaw.hpp | 7 |
11 files changed, 76 insertions, 0 deletions
diff --git a/vmodels/beta1d.hpp b/vmodels/beta1d.hpp index 42be3fd..8d4d714 100644 --- a/vmodels/beta1d.hpp +++ b/vmodels/beta1d.hpp @@ -1,3 +1,10 @@ +/** + \file beta1d.hpp + \brief 1d beta model + \author Junhua Gu + */ + + #ifndef VBETA_MODEL_H_ #define VBETA_MODEL_H_ #define OPT_HEADER diff --git a/vmodels/bl.hpp b/vmodels/bl.hpp index 84d6ca5..dc2a0da 100644 --- a/vmodels/bl.hpp +++ b/vmodels/bl.hpp @@ -1,3 +1,10 @@ +/** + \file bl.hpp + \brief broken linear + \author Junhua Gu + */ + + #ifndef BROKEN_LINE_MODEL_H_ #define BROKEN_LINE_MODEL_H_ #define OPT_HEADER diff --git a/vmodels/bpl.hpp b/vmodels/bpl.hpp index e99efe3..5f60ae4 100644 --- a/vmodels/bpl.hpp +++ b/vmodels/bpl.hpp @@ -1,3 +1,10 @@ +/** + \file bpl.hpp + \brief broken power law + \author Junhua Gu + */ + + #ifndef BROKEN_POWER_LAW_MODEL_H_ #define BROKEN_POWER_LAW_MODEL_H_ #define OPT_HEADER diff --git a/vmodels/bremss.hpp b/vmodels/bremss.hpp index 12e1f71..6d9f317 100644 --- a/vmodels/bremss.hpp +++ b/vmodels/bremss.hpp @@ -1,3 +1,10 @@ +/** + \file bremss.hpp + \brief bremss emission + \author Junhua Gu + */ + + #ifndef BREMSS_MODEL_H_ #define BREMSS_MODEL_H_ #define OPT_HEADER diff --git a/vmodels/constant.hpp b/vmodels/constant.hpp index c4044b0..888ef8e 100644 --- a/vmodels/constant.hpp +++ b/vmodels/constant.hpp @@ -1,3 +1,10 @@ +/** + \file constant.hpp + \brief constant model + \author Junhua Gu + */ + + #ifndef VCONSTANT_MODEL_H_ #define VCONSTANT_MODEL_H_ #define OPT_HEADER diff --git a/vmodels/gauss1d.hpp b/vmodels/gauss1d.hpp index 670247d..ecfa81c 100644 --- a/vmodels/gauss1d.hpp +++ b/vmodels/gauss1d.hpp @@ -1,3 +1,9 @@ +/** + \file gauss1d.hpp + \brief Gauss model + \author Junhua Gu + */ + #ifndef GAUSS_MODEL_H_ #define GAUSS_MODEL_H_ #define OPT_HEADER diff --git a/vmodels/lin1d.hpp b/vmodels/lin1d.hpp index 8ca8074..d58c589 100644 --- a/vmodels/lin1d.hpp +++ b/vmodels/lin1d.hpp @@ -1,3 +1,10 @@ +/** + \file lin1d.hpp + \brief linear + \author Junhua Gu + */ + + #ifndef VLINEAR_MODEL_H_ #define VLINEAR_MODEL_H_ #define OPT_HEADER diff --git a/vmodels/nbeta1d.hpp b/vmodels/nbeta1d.hpp index b98d179..cbf0bc2 100644 --- a/vmodels/nbeta1d.hpp +++ b/vmodels/nbeta1d.hpp @@ -1,3 +1,10 @@ +/** + \file nbeta1d.hpp + \brief 1d density beta model + \author Junhua Gu + */ + + #ifndef VNBETA_MODEL_H_ #define VNBETA_MODEL_H_ #define OPT_HEADER diff --git a/vmodels/nfw.hpp b/vmodels/nfw.hpp index 3e4264f..a46ed87 100644 --- a/vmodels/nfw.hpp +++ b/vmodels/nfw.hpp @@ -1,3 +1,10 @@ +/** + \file nfw.hpp + \brief NFW model + \author Junhua Gu + */ + + #ifndef NFW_MODEL_H_ #define NFW_MODEL_H_ #define OPT_HEADER diff --git a/vmodels/poly1d.hpp b/vmodels/poly1d.hpp index adaf03b..113ef83 100644 --- a/vmodels/poly1d.hpp +++ b/vmodels/poly1d.hpp @@ -1,3 +1,10 @@ +/** + \file poly1d.hpp + \brief 1d polynomial + \author Junhua Gu + */ + + #ifndef POLY_MODEL_H_ #define POLY_MODEL_H_ #define OPT_HEADER diff --git a/vmodels/powerlaw.hpp b/vmodels/powerlaw.hpp index 1f05301..c30dbb6 100644 --- a/vmodels/powerlaw.hpp +++ b/vmodels/powerlaw.hpp @@ -1,3 +1,10 @@ +/** + \file powerlaw.hpp + \brief power law model + \author Junhua Gu + */ + + #ifndef POWER_LAW_MODEL_H_ #define POWER_LAW_MODEL_H_ #define OPT_HEADER |