TimeData.h
Go to the documentation of this file.
1 #ifndef _MdGeometryFitterAG_TimeData_h_
2 #define _MdGeometryFitterAG_TimeData_h_
3 
4 #include <TVector3.h>
5 
6 namespace MdGeometryFitterAG {
7 
8  class TimeData {
9  public:
10  int id;
11  TVector3 pos;
12  double time;
13  double sigma;
14  };
15 
16 }
17 
18 #endif

, generated on Tue Sep 26 2023.