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