From d87fa85e0b064206509f4e544d8156072d901e3e Mon Sep 17 00:00:00 2001 From: astrojhgu Date: Sat, 8 Jan 2011 17:08:54 +0000 Subject: git-svn-id: file:///home/svn/opt_utilities@161 ed2142bd-67ad-457f-ba7c-d818d4011675 --- vmodels/beta1d.hpp | 7 +++++++ vmodels/bl.hpp | 7 +++++++ vmodels/bpl.hpp | 7 +++++++ vmodels/bremss.hpp | 7 +++++++ vmodels/constant.hpp | 7 +++++++ vmodels/gauss1d.hpp | 6 ++++++ vmodels/lin1d.hpp | 7 +++++++ vmodels/nbeta1d.hpp | 7 +++++++ vmodels/nfw.hpp | 7 +++++++ vmodels/poly1d.hpp | 7 +++++++ vmodels/powerlaw.hpp | 7 +++++++ 11 files changed, 76 insertions(+) (limited to 'vmodels') 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 -- cgit v1.2.2