CGEM BOSS 6.6.5.g
BESIII Offline Software System
Loading...
Searching...
No Matches
KalFitHelixSeg.cxx
Go to the documentation of this file.
3#include "CLHEP/Matrix/SymMatrix.h"
4#include "CLHEP/Vector/ThreeVector.h"
6 HepSymMatrix Ea) :
7KalmanFit::Helix(pivot,a,Ea),
8hitmdc_(hit),
9a_pre_fwd_(5, 0),
10a_pre_bwd_(5, 0),
11a_filt_fwd_(5, 0),
12a_filt_bwd_(5, 0),
13Ea_pre_fwd_(5, 0),
14Ea_filt_fwd_(5, 0),
15Ea_pre_bwd_(5, 0),
16Ea_filt_bwd_(5, 0)
17{
18 lr_ =0;
19 residual_exclude_ = 0.0;
20 residual_include_ = 0.0;
21 doca_exclude_ = 0.0;
22 doca_include_ = 0.0;
23 tof_ = 0.0;
24 dt_ = 0.0;
25 dd_ = 0.0;
26}
KalFitHelixSeg(KalFitHitMdc *hit, HepPoint3D pivot, HepVector a, HepSymMatrix Ea)
Description of a Hit in Mdc.
Definition: KalFitHitMdc.h:17