Open karabowi opened 5 days ago
Thank you for using CodeRabbit. We offer it for free to the OSS community and would appreciate your support in helping us grow. If you find it useful, would you consider giving us a shout-out on your favorite social media?
Both the transport engines and FairRoot allow registering of multiple nodes with the same volume/same volume name (copy mechanism). However currently such workflow logs errors from
FairVolumeList::addVolume()
.The commit reintroduces the check for same volume names into the
FairModule::AddSensitiveVolume()
function thus preventing registration of copy volumes.Fixes the issue #1595.
Checklist: