CbmEvent: GetIndex() function re-implimentation and constant qualifiers for getters
- 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)