Skip to content
Snippets Groups Projects

Update to allow Alignment to run multithreaded

Merged Wouter Hulsbergen requested to merge updatemutexlockingstrategy_June2022 into master
8 files
+ 65
40
Compare changes
  • Side-by-side
  • Inline
Files
8
@@ -167,7 +167,7 @@ namespace LHCb::Alignment {
/// object was computed around the same parameter set, and if not, correct for the difference.
void add( const Equations&, bool correctDeltaAlpha = false );
std::ostream& fillStream( std::ostream& os ) const;
std::ostream& fillStream( std::ostream& os, int verbosity=0 ) const;
const ElementContainer& elements() const { return m_elements; }
Loading