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
3ffa8e37
Commit
3ffa8e37
authored
Jun 03, 2021
by
Jens Kroeger
Browse files
Cluster: update doxygen in header
parent
e05c99f2
Pipeline
#2680530
passed with stages
in 19 minutes and 51 seconds
Changes
1
Pipelines
1
Hide whitespace changes
Inline
Side-by-side
src/objects/Cluster.hpp
View file @
3ffa8e37
...
...
@@ -67,14 +67,15 @@ namespace corryvreckan {
/**
* @brief Retrieve the seed pixel of the cluster.
*
* The seed pixel is defined as the one with the highest charge. In case all pixels have
zero
charge
,
return
the
*
pixel with the earliest timestamp.
.
* The seed pixel is defined as the one with the highest charge. In case all pixels have
the same
charge return
a
*
random pixel
.
*
* @return Seed pixel of the cluster
*/
const
Pixel
*
getSeedPixel
()
const
;
/**
* @brief Retrieve the earliest pixel of the cluster.
* @brief Retrieve the earliest pixel of the cluster. In case all pixels have the same timstamp return a random
* pixel.
*
* @return Earliest pixel of the cluster
*/
...
...
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