BOSS 7.0.7
BESIII Offline Software System
|
#include "TrkExtAlg/ExtBesMagneticField.h"
#include "GaudiKernel/AlgFactory.h"
#include "GaudiKernel/MsgStream.h"
#include "GaudiKernel/SvcFactory.h"
#include "GaudiKernel/ISvcLocator.h"
#include "GaudiKernel/SmartDataPtr.h"
#include "GaudiKernel/Bootstrap.h"
#include "G4FieldManager.hh"
#include "G4MagneticField.hh"
#include "globals.hh"
#include "CLHEP/Geometry/Vector3D.h"
#include "CLHEP/Geometry/Point3D.h"
#include "CLHEP/Units/PhysicalConstants.h"
#include "G4TransportationManager.hh"
Go to the source code of this file.
Typedefs | |
typedef HepGeom::Point3D< double > | HepPoint3D |
typedef HepGeom::Vector3D< double > | HepVector3D |
typedef HepGeom::Point3D<double> HepPoint3D |
Definition at line 19 of file ExtBesMagneticField.cxx.
typedef HepGeom::Vector3D<double> HepVector3D |
Definition at line 22 of file ExtBesMagneticField.cxx.