Skip to content
GitLab
Explore
Sign in
Primary navigation
Search or go to…
Project
BornAgain
Manage
Activity
Members
Labels
Plan
Issues
Issue boards
Milestones
Wiki
Code
Merge requests
Repository
Branches
Commits
Tags
Repository graph
Compare revisions
Snippets
Build
Pipelines
Jobs
Pipeline schedules
Artifacts
Deploy
Releases
Package registry
Container Registry
Model registry
Operate
Environments
Terraform modules
Monitor
Incidents
Service Desk
Analyze
Value stream analytics
Contributor analytics
CI/CD analytics
Repository analytics
Model experiments
Help
Help
Support
GitLab documentation
Compare GitLab plans
Community forum
Contribute to GitLab
Provide feedback
Terms and privacy
Keyboard shortcuts
?
Snippets
Groups
Projects
Show more breadcrumbs
mlz
BornAgain
Commits
cc91d4f5
Commit
cc91d4f5
authored
3 years ago
by
Wuttke, Joachim
Browse files
Options
Downloads
Patches
Plain Diff
mv file pair -> PolFilter
parent
4b9edd70
No related branches found
No related tags found
1 merge request
!244
Rename classes and fcts in context of polarization
Changes
3
Hide whitespace changes
Inline
Side-by-side
Showing
3 changed files
Device/Detector/IDetector.h
+1
-1
1 addition, 1 deletion
Device/Detector/IDetector.h
Device/ProDetector/PolFilter.cpp
+2
-2
2 additions, 2 deletions
Device/ProDetector/PolFilter.cpp
Device/ProDetector/PolFilter.h
+4
-4
4 additions, 4 deletions
Device/ProDetector/PolFilter.h
with
7 additions
and
7 deletions
Device/Detector/IDetector.h
+
1
−
1
View file @
cc91d4f5
...
@@ -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
;
...
...
This diff is collapsed.
Click to expand it.
Device/ProDetector/
DetectionProperties
.cpp
→
Device/ProDetector/
PolFilter
.cpp
+
2
−
2
View file @
cc91d4f5
...
@@ -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
,
...
...
This diff is collapsed.
Click to expand it.
Device/ProDetector/
DetectionProperties
.h
→
Device/ProDetector/
PolFilter
.h
+
4
−
4
View file @
cc91d4f5
...
@@ -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
This diff is collapsed.
Click to expand it.
Preview
0%
Loading
Try again
or
attach a new file
.
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Save comment
Cancel
Please
register
or
sign in
to comment