Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
fix(sim): Check for multiple SensitiveVolumes with same name
Both the transport engines and FairRoot allows for registering multiple nodes with the same volume/same volume name (copy mechanism). However currently such workflow logs errors in `FairVolumeList::addVolume()`. The commit reintroduces the check for same volume names in the `FairModule::AddSensitiveVolume()` function thus preventing registration of copy volumes. Fixes the issue FairRootGroup#1595.
- Loading branch information