StEvent - Coding Style
follows official STAR coding guidelines
all classes, structs and enums start with St
- StGlobalTrack
- StBeamDirection
all member functions start with a lowercase letter
all data member start with a m (not of interest if you just want to use it)
all data member are protected or private and only accessible (if at all) through access functions. (There are a few exceptions.)