Skip to content
Snippets Groups Projects

Fix VPChannelID initialisation

Merged David Hutchcroft requested to merge dhcroft-VPChannelIDFix into master
@@ -198,7 +198,7 @@ namespace LHCb::Detector {
private:
// default is invalid as sensor = 255 (explicitly checked in debug code paths)
unsigned int m_channelID{ static_cast<unsigned int>( Mask::all ) }; ///< VP Channel ID
unsigned int m_channelID{ static_cast<unsigned int>( Mask::sensor ) }; ///< VP Channel ID
}; // class VPChannelID
Loading