All Classes Namespaces Files Functions Variables Typedefs Enumerations Enumerator Friends Macros Groups Pages
RangeP.h
Go to the documentation of this file.
1 #ifndef sbncode_rangep_HH
2 #define sbncode_rangep_HH
3 
4 namespace sbn {
5  class RangeP {
6  public:
7  float range_p;
8  int trackID;
9  };
10 
11 } // end namespace sbn
12 
13 #endif
int trackID
Definition: RangeP.h:8
float range_p
Definition: RangeP.h:7