BOSS 8.0.0
BESIII Offline Software System
Loading...
Searching...
No Matches
Reconstruction/TrackUtil/include/TrackUtil/MdcTrackUtil.h
Go to the documentation of this file.
1#ifndef MDCTRACKUTIL_H
2#define MDCTRACKUTIL_H
3#include "CLHEP/Matrix/SymMatrix.h"
4#include "CLHEP/Matrix/Vector.h"
5#include "MagneticFieldSvc/IBesMagFieldSvc.h"
6#include "MdcGeomSvc/IMdcGeomSvc.h"
7
8class MdcTrackUtil {
9
10public:
14
15 int nLayerTrackPassed( const HepVector helix );
16 int nLayerTrackPassed( const double helix[5] );
17 HepVector patRecPar2BesPar( const HepVector& helixPar );
18 HepSymMatrix patRecErr2BesErr( const HepSymMatrix& err );
19
20private:
21 static MdcTrackUtil* _myself;
22
23 IMdcGeomSvc* m_mdcGeomSvc;
24 IBesMagFieldSvc* m_pIMF;
25 double Bz;
26};
27#endif
static MdcTrackUtil * instance()
int nLayerTrackPassed(const HepVector helix)
HepSymMatrix patRecErr2BesErr(const HepSymMatrix &err)
HepVector patRecPar2BesPar(const HepVector &helixPar)
int nLayerTrackPassed(const double helix[5])