BornAgain  1.19.79
Open-source research software to simulate and fit neutron and x-ray reflectometry and grazing-incidence small-angle scattering
SizeDistributionModelsBuilder.h
Go to the documentation of this file.
1 // ************************************************************************************************
2 //
3 // BornAgain: simulate and fit reflection and scattering
4 //
5 //! @file Sample/StandardSamples/SizeDistributionModelsBuilder.h
6 //! @brief Defines various sample builder classes to test DA, LMA, SSCA approximations
7 //!
8 //! @homepage http://www.bornagainproject.org
9 //! @license GNU General Public License v3 or higher (see COPYING)
10 //! @copyright Forschungszentrum Jülich GmbH 2018
11 //! @authors Scientific Computing Group at MLZ (see CITATION, AUTHORS)
12 //
13 // ************************************************************************************************
14 
15 #ifdef SWIG
16 #error no need to expose this header to Swig
17 #endif
18 
19 #ifndef USER_API
20 #ifndef BORNAGAIN_SAMPLE_STANDARDSAMPLES_SIZEDISTRIBUTIONMODELSBUILDER_H
21 #define BORNAGAIN_SAMPLE_STANDARDSAMPLES_SIZEDISTRIBUTIONMODELSBUILDER_H
22 
23 class MultiLayer;
24 
25 
26 //! Creates the sample demonstrating size distribution model in decoupling approximation.
27 //! Equivalent of Examples/Python/simulation/ex03_Interferences/ApproximationDA.py
28 //! @ingroup standard_samples
29 
30 namespace ExemplarySamples {
31 
33 
34 } // namespace ExemplarySamples
35 
36 //! Creates the sample demonstrating size distribution model in local monodisperse approximation.
37 //! Equivalent of Examples/Python/simulation/ex03_Interferences/ApproximationLMA.py
38 //! @ingroup standard_samples
39 
40 namespace ExemplarySamples {
41 
43 
44 } // namespace ExemplarySamples
45 
46 //! Creates the sample demonstrating size distribution model in size space coupling approximation.
47 //! Equivalent of Examples/Python/simulation/ex03_Interferences/ApproximationSSCA.py
48 //! @ingroup standard_samples
49 
50 namespace ExemplarySamples {
51 
53 
54 } // namespace ExemplarySamples
55 
56 //! Builds sample: size spacing correlation approximation (IsGISAXS example #15).
57 //! @ingroup standard_samples
58 
59 namespace ExemplarySamples {
60 
62 
63 } // namespace ExemplarySamples
64 
65 #endif // BORNAGAIN_SAMPLE_STANDARDSAMPLES_SIZEDISTRIBUTIONMODELSBUILDER_H
66 #endif // USER_API
Our sample model: a stack of layers one below the other.
Definition: MultiLayer.h:43
Two boxes in particle composition rotated in X by 90 degrees.
MultiLayer * createSizeDistributionLMAModel()
MultiLayer * createSizeDistributionSSCAModel()
MultiLayer * createSizeDistributionDAModel()