BornAgain  1.19.79
Open-source research software to simulate and fit neutron and x-ray reflectometry and grazing-incidence small-angle scattering
MagneticLayersBuilder.h
Go to the documentation of this file.
1 // ************************************************************************************************
2 //
3 // BornAgain: simulate and fit reflection and scattering
4 //
5 //! @file Sample/StandardSamples/MagneticLayersBuilder.h
6 //! @brief Defines class to build samples with magnetic layers
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_MAGNETICLAYERSBUILDER_H
21 #define BORNAGAIN_SAMPLE_STANDARDSAMPLES_MAGNETICLAYERSBUILDER_H
22 
23 class MultiLayer;
24 
26 
27 //! Builds sample: spheres in substrate layer with a zero magnetic field.
28 //! @ingroup standard_samples
29 
30 namespace ExemplarySamples {
31 
33 
34 } // namespace ExemplarySamples
35 
36 //! Builds sample: ambient and one magnetized layer on a non-magnetized substrate.
37 //! @ingroup standard_samples
38 
39 namespace ExemplarySamples {
40 
42 
43 } // namespace ExemplarySamples
44 
45 //! Builds sample: magnetic spheres in a magnetized layer on a non-magnetized substrate.
46 //! @ingroup standard_samples
47 
48 namespace ExemplarySamples {
49 
51 
52 } // namespace ExemplarySamples
53 
54 //! Builds sample: magnetic layer on a magnetic substrate with the fields rotated by 90°
55 //! @ingroup standard_samples
56 
57 namespace ExemplarySamples {
58 
59 MultiLayer* createSimpleMagneticRotationWithRoughness(const std::string& roughnessKey);
60 
61 } // namespace ExemplarySamples
62 
63 //! Builds sample: rotated magnetic spheres in substrate layer with a unit magnetic field.
64 //! @ingroup standard_samples
65 
66 namespace ExemplarySamples {
67 
69 
70 } // namespace ExemplarySamples
71 
72 #endif // BORNAGAIN_SAMPLE_STANDARDSAMPLES_MAGNETICLAYERSBUILDER_H
73 #endif // USER_API
Define RoughnessModels enumerator and Python wrapper.
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 * createMagneticSubstrateZeroField()
MultiLayer * createSimpleMagneticRotationWithRoughness(const std::string &roughnessKey)
MultiLayer * createSimpleMagneticLayer()
MultiLayer * createMagneticLayer()
MultiLayer * createMagneticRotation()