|
BOSS 8.0.0
BESIII Offline Software System
|
#include <float.h>#include <iostream>#include <math.h>#include "CLHEP/Matrix/Matrix.h"#include "GaudiKernel/Bootstrap.h"#include "GaudiKernel/IDataProviderSvc.h"#include "GaudiKernel/IInterface.h"#include "GaudiKernel/IMessageSvc.h"#include "GaudiKernel/ISvcLocator.h"#include "GaudiKernel/Kernel.h"#include "GaudiKernel/MsgStream.h"#include "GaudiKernel/Service.h"#include "GaudiKernel/SmartDataPtr.h"#include "GaudiKernel/StatusCode.h"#include "KalFitAlg/helix/Helix.h"Go to the source code of this file.
Namespaces | |
| namespace | KalmanFit |
Variables | |
| const double | M_PI2 = 2. * M_PI |
| const double | M_PI4 = 4. * M_PI |
| const double | M_PI8 = 8. * M_PI |
| const double M_PI2 = 2. * M_PI |
Definition at line 34 of file Reconstruction/KalFitAlg/src/helix/Helix.cxx.
| const double M_PI4 = 4. * M_PI |
Definition at line 36 of file Reconstruction/KalFitAlg/src/helix/Helix.cxx.
| const double M_PI8 = 8. * M_PI |
Definition at line 38 of file Reconstruction/KalFitAlg/src/helix/Helix.cxx.