BOSS 7.0.8
BESIII Offline Software System
|
#include <iostream>
#include <math.h>
#include <float.h>
#include "TrackUtil/Helix.h"
#include "CLHEP/Matrix/Matrix.h"
#include "GaudiKernel/StatusCode.h"
#include "GaudiKernel/IInterface.h"
#include "GaudiKernel/Kernel.h"
#include "GaudiKernel/Service.h"
#include "GaudiKernel/ISvcLocator.h"
#include "GaudiKernel/SvcFactory.h"
#include "GaudiKernel/IDataProviderSvc.h"
#include "GaudiKernel/Bootstrap.h"
#include "GaudiKernel/MsgStream.h"
#include "GaudiKernel/SmartDataPtr.h"
#include "GaudiKernel/IMessageSvc.h"
Go to the source code of this file.
Macros | |
#define | Helix Ext_Helix |
Variables | |
const double | M_PI2 = 2. * M_PI |
const double | M_PI4 = 4. * M_PI |
const double | M_PI8 = 8. * M_PI |
Definition at line 13 of file Reconstruction/TrkExtAlg/TrkExtAlg-00-00-65/src/Helix.cxx.
const double M_PI2 = 2. * M_PI |
Definition at line 41 of file Reconstruction/TrkExtAlg/TrkExtAlg-00-00-65/src/Helix.cxx.
const double M_PI4 = 4. * M_PI |
Definition at line 44 of file Reconstruction/TrkExtAlg/TrkExtAlg-00-00-65/src/Helix.cxx.
const double M_PI8 = 8. * M_PI |
Definition at line 47 of file Reconstruction/TrkExtAlg/TrkExtAlg-00-00-65/src/Helix.cxx.