Skip to content
Snippets Groups Projects

Adding KF-setup to the ca::Parameters

Merged Sergei Zharko requested to merge s.zharko/cbmroot:KF-setup-init into master
3 files
+ 33
1
Compare changes
  • Side-by-side
  • Inline
Files
3
@@ -58,7 +58,7 @@ namespace cbm::algo::kf
/// \tparam EDetID concrete index type of the det ID (can be either an enum, or an integral type)
/// \param globId Internal layer index
/// \return pair(detector ID, local ID) of the layer
template<class EDetID>
template<class EDetID = int>
std::pair<EDetID, int> GlobalToLocal(int globId) const;
/// \brief Converts external pair (detID, locID) to internal layer index
Loading