#include <Parser.h>
Inheritance diagram for ASWaxPar:

Public Member Functions | |
| ASWaxPar (int n, int hs, int ls, int np, int ig, int m_edges, double a, double b, int bw, double bw_min, double bw_max) | |
| int | GetN () |
| int | GetNP () |
| int | GetIG () |
| int | GetM () |
| double | GetA () |
| double | GetB () |
| int | GetBW () |
| double | GetBWMin () |
| double | GetBWMax () |
| void | SetBW (int bw) |
| void | SetBWMin (double bw_min) |
| void | SetBWMax (double bw_max) |
Private Attributes | |
| int | N |
| int | NP |
| int | IG |
| int | m |
| double | alpha |
| double | beta |
| int | BW |
| double | BWmin |
| double | BWmax |
|
||||||||||||||||||||||||||||||||||||||||||||||||
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
1.3.9.1