Class Reference for E1039 Core & Analysis Software
 All Classes Namespaces Files Functions Variables Typedefs Enumerations Enumerator Friends Macros Pages
PHG4TrackStatusDecode.h
Go to the documentation of this file.
1 #ifndef PHG4TrackStatusDecode_h
2 #define PHG4TrackStatusDecode_h
3 
4 #include <string>
5 
6 namespace PHG4TrackStatusDecode
7 {
8  std::string GetTrackStatus(const int istatus);
9 }
10 
11 #endif
std::string GetTrackStatus(const int istatus)