Skip to content
GitLab
Projects
Groups
Snippets
/
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Sign in
Toggle navigation
Menu
Open sidebar
Corryvreckan
Corryvreckan
Commits
29ae5762
Commit
29ae5762
authored
Mar 23, 2020
by
Jin Zhang
Browse files
format
parent
ce9aaa1a
Changes
3
Hide whitespace changes
Inline
Side-by-side
src/core/detector/Detector.hpp
View file @
29ae5762
...
...
@@ -59,7 +59,7 @@ namespace corryvreckan {
/**
* @brief Detector interface in the reconstruction chain
*
* Contains the detector with common properties such as type, name, coordinate
* Contains the detector with common properties such as type, name, coordinate
* etc.
*/
class
Detector
{
...
...
src/core/detector/PlanarDetector.cpp
View file @
29ae5762
...
...
@@ -27,7 +27,7 @@ PlanarDetector::PlanarDetector(const Configuration& config) : Detector(config) {
// Set detector position and direction from configuration file
SetPostionAndOrientation
(
config
);
// intialize transform
// intialize transform
this
->
initialise
();
// Auxiliary devices don't have: number_of_pixels, pixel_pitch, spatial_resolution, mask_file, region-of-interest
...
...
src/core/detector/PlanarDetector.hpp
View file @
29ae5762
...
...
@@ -179,7 +179,7 @@ namespace corryvreckan {
// Different in Planar/Disk Detector
void
configureDetector
(
Configuration
&
config
)
const
override
;
// Config position, orientation, mode of detector
// Config position, orientation, mode of detector
// Different in Planar/Disk Detector
void
configurePosAndOrientation
(
Configuration
&
config
)
const
override
;
...
...
Write
Preview
Supports
Markdown
0%
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!
Cancel
Please
register
or
sign in
to comment