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
49536c12
Commit
49536c12
authored
4 years ago
by
Wuttke, Joachim
Committed by
Wuttke, Joachim
4 years ago
Browse files
Options
Downloads
Patches
Plain Diff
improve doxy comm
parent
585d5f3b
No related branches found
No related tags found
No related merge requests found
Changes
1
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
Device/Detector/SphericalDetector.h
+4
-4
4 additions, 4 deletions
Device/Detector/SphericalDetector.h
with
4 additions
and
4 deletions
Device/Detector/SphericalDetector.h
+
4
−
4
View file @
49536c12
...
...
@@ -20,14 +20,14 @@
class
IPixel
;
class
SphericalPixel
;
//! A
spherical
detector with
axes and resolution function
.
//! A detector with
coordinate axes along angles phi and alpha
.
//! @ingroup detector
class
SphericalDetector
:
public
IDetector2D
{
public:
SphericalDetector
();
//!
Spherical
detector
constructor using angle rang
es
//!
Returns a
detector
with given phi and alpha ax
es
.
//! @param n_phi number of phi-axis bins
//! @param phi_min low edge of first phi-bin
//! @param phi_max upper edge of last phi-bin
...
...
@@ -37,9 +37,9 @@ public:
SphericalDetector
(
size_t
n_phi
,
double
phi_min
,
double
phi_max
,
size_t
n_alpha
,
double
alpha_min
,
double
alpha_max
);
//!
Spherical
detector
constructor with quadratic angle ranges
//!
Returns a
detector
with phi and alpha axes that have equal width and binning.
//! @param n_bin number of bins per direction
//! @param width
angular width
//! @param width
full width of angular range in phi or alpha
//! @param phi central phi angle
//! @param alpha central alpha angle
SphericalDetector
(
size_t
n_bin
,
double
width
,
double
phi
,
double
alpha
);
...
...
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