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
16a75a91
Commit
16a75a91
authored
Nov 13, 2015
by
Daniel Hynds
Browse files
updated comments
Former-commit-id: 22faa750a648307d58b54682ed893791b13ada6b
parent
180c0154
Changes
1
Hide whitespace changes
Inline
Side-by-side
branches/trunk/algorithms/Alignment.C
View file @
16a75a91
...
...
@@ -130,6 +130,11 @@ void MinimiseResiduals(Int_t &npar, Double_t *grad, Double_t &result, Double_t *
}
}
// ==================================================================
// The finalise function - effectively the brains of the alignment!
// ==================================================================
void
Alignment
::
finalise
(){
// Make the fitting object
...
...
@@ -184,7 +189,6 @@ void Alignment::finalise(){
return
;
}
// Loop over all planes. For each plane, set the plane alignment parameters which will be varied, and
// then minimise the track chi2 (sum of biased residuals). This means that tracks are refitted with
// each minimisation step.
...
...
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