Skip to content
Snippets Groups Projects

Fix path for Ecal and Hcal

Merged Chenjia Zhang requested to merge Detector_Calo_cj into master
All threads resolved!
1 file
+ 2
2
Compare changes
  • Side-by-side
  • Inline
@@ -74,8 +74,8 @@ namespace LHCb::Detector::Calo {
} // namespace detail
namespace DeCalorimeterLocation {
inline const std::string Ecal = "/world/DownstreamRegion/Ecal";
inline const std::string Hcal = "/world/DownstreamRegion/Hcal";
inline const std::string Ecal = "/world/DownstreamRegion/Ecal:DetElement-Info-IOV";
inline const std::string Hcal = "/world/DownstreamRegion/Hcal:DetElement-Info-IOV";
} // namespace DeCalorimeterLocation
template <typename ObjectType>
Loading