Skip to content
Snippets Groups Projects
Commit cc91d4f5 authored by Wuttke, Joachim's avatar Wuttke, Joachim
Browse files

mv file pair -> PolFilter

parent 4b9edd70
No related branches found
No related tags found
1 merge request!244Rename classes and fcts in context of polarization
...@@ -21,7 +21,7 @@ ...@@ -21,7 +21,7 @@
#include "Base/Vector/Vectors3D.h" #include "Base/Vector/Vectors3D.h"
#include "Device/Coord/Axes.h" #include "Device/Coord/Axes.h"
#include "Device/Detector/SimulationAreaIterator.h" #include "Device/Detector/SimulationAreaIterator.h"
#include "Device/ProDetector/DetectionProperties.h" #include "Device/ProDetector/PolFilter.h"
class DetectorMask; class DetectorMask;
class Direction; class Direction;
......
...@@ -2,7 +2,7 @@ ...@@ -2,7 +2,7 @@
// //
// BornAgain: simulate and fit reflection and scattering // BornAgain: simulate and fit reflection and scattering
// //
//! @file Device/ProDetector/DetectionProperties.cpp //! @file Device/ProDetector/PolFilter.cpp
//! @brief Implements class DetectionProperties. //! @brief Implements class DetectionProperties.
//! //!
//! @homepage http://www.bornagainproject.org //! @homepage http://www.bornagainproject.org
...@@ -12,7 +12,7 @@ ...@@ -12,7 +12,7 @@
// //
// ************************************************************************************************ // ************************************************************************************************
#include "Device/ProDetector/DetectionProperties.h" #include "Device/ProDetector/PolFilter.h"
#include "Fit/Param/RealLimits.h" #include "Fit/Param/RealLimits.h"
PolFilter::PolFilter(kvector_t direction, double efficiency, PolFilter::PolFilter(kvector_t direction, double efficiency,
......
...@@ -2,7 +2,7 @@ ...@@ -2,7 +2,7 @@
// //
// BornAgain: simulate and fit reflection and scattering // BornAgain: simulate and fit reflection and scattering
// //
//! @file Device/ProDetector/DetectionProperties.h //! @file Device/ProDetector/PolFilter.h
//! @brief Defines class DetectionProperties. //! @brief Defines class DetectionProperties.
//! //!
//! @homepage http://www.bornagainproject.org //! @homepage http://www.bornagainproject.org
...@@ -17,8 +17,8 @@ ...@@ -17,8 +17,8 @@
#endif #endif
#ifndef USER_API #ifndef USER_API
#ifndef BORNAGAIN_DEVICE_PRODETECTOR_DETECTIONPROPERTIES_H #ifndef BORNAGAIN_DEVICE_PRODETECTOR_POLFILTER_H
#define BORNAGAIN_DEVICE_PRODETECTOR_DETECTIONPROPERTIES_H #define BORNAGAIN_DEVICE_PRODETECTOR_POLFILTER_H
#include "Param/Node/INode.h" #include "Param/Node/INode.h"
#include "Base/Vector/EigenCore.h" #include "Base/Vector/EigenCore.h"
...@@ -59,5 +59,5 @@ private: ...@@ -59,5 +59,5 @@ private:
double m_total_transmission; //!< total transmission of polarization analysis double m_total_transmission; //!< total transmission of polarization analysis
}; };
#endif // BORNAGAIN_DEVICE_PRODETECTOR_DETECTIONPROPERTIES_H #endif // BORNAGAIN_DEVICE_PRODETECTOR_POLFILTER_H
#endif // USER_API #endif // USER_API
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment