BOSS 8.0.0
BESIII Offline Software System
Loading...
Searching...
No Matches
Circle2D.h
Go to the documentation of this file.
1#ifdef CIRCEL_H
2# define CIRCEL_H
3#endif
4
5#include "HoughHit.h"
6#include "HoughTrack.h"
7
8class Circle2D {
9public:
12
13private:
14 double _circleR;
15 double _circleX;
16 double _circleY;
17 double _disToCir;
18
19 double _d0;
20 double _phi0;
21 double _omega;
22 double _z0;
23 double _tanl;
24 double _q;
25 std::vector<const HoughHit*> _hitOnCir;
26}