Skip to content
Snippets Groups Projects

changes for running online

Merged Rosen Matev requested to merge rm-align-online into master
All threads resolved!
Compare and Show latest version
60 files
+ 10615
2350
Compare changes
  • Side-by-side
  • Inline
Files
60
@@ -97,7 +97,7 @@ namespace LHCb::Alignment {
DELEGATE2( ::DetDesc::localDeltaMatrix( de, globalDelta ), de.localDeltaMatrix( globalDelta ) );
}
#ifdef USE_DD4HEP
const std::string alignmentConditionName() const { return m_data.detector().name(); }
const std::string alignmentConditionName() const { return std::string( m_data.detector().path() ); }
const LHCb::Detector::DeIOV* alignmentCondition() const { return &m_data; }
#else
const std::string alignmentConditionName() const {
Loading