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
e204bf36
Commit
e204bf36
authored
Nov 02, 2017
by
Simon Spannagel
Browse files
Slightly improve output
parent
8910f18b
Changes
2
Hide whitespace changes
Inline
Side-by-side
src/algorithms/Alignment.cpp
View file @
e204bf36
...
...
@@ -296,6 +296,7 @@ void Alignment::finalise() {
}
det
=
0
;
LOG_PROGRESS
(
STATUS
,
"alignment_track"
)
<<
"Alignment finished, "
<<
nIterations
<<
" iteration."
;
// Now list the new alignment parameters
for
(
auto
&
detector
:
get_detectors
())
{
string
detectorID
=
detector
->
name
();
...
...
src/core/Analysis.cpp
View file @
e204bf36
...
...
@@ -411,6 +411,7 @@ void Analysis::initialiseAll() {
void
Analysis
::
finaliseAll
()
{
// Loop over all algorithms and finalise them
LOG
(
STATUS
)
<<
"===================| Finalising algorithms |==================="
;
for
(
auto
&
algorithm
:
m_algorithms
)
{
// Set init module section header
std
::
string
old_section_name
=
Log
::
getSection
();
...
...
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