Skip to content

CbmEvent: GetIndex() function re-implimentation and constant qualifiers for getters

Sergei Zharko requested to merge s.zharko/cbmroot:CbmEvent-fix into master
  • setting const qualifier to the GetIndex and the GetStsTrackIndex functions
  • re-implimenting the GetIndex function to make it const qualified and reduce the number of access calls (from 3 to 1)

Merge request reports

Loading