|
BOSS 8.0.0
BESIII Offline Software System
|
#include "TrackUtil/Helix.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 <float.h>#include <iostream>#include <math.h>Go to the source code of this file.
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 35 of file Reconstruction/TrackUtil/src/Helix.cxx.
| const double M_PI4 = 4. * M_PI |
Definition at line 37 of file Reconstruction/TrackUtil/src/Helix.cxx.
| const double M_PI8 = 8. * M_PI |
Definition at line 39 of file Reconstruction/TrackUtil/src/Helix.cxx.