|
BOSS 8.0.0
BESIII Offline Software System
|
#include "TrkReco/TRunge.h"#include "TrkReco/TMDCWire.h"#include "TrkReco/TRungeFitter.h"#include "TrkReco/TTrack.h"#include <float.h>#include <string.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"Go to the source code of this file.
Macros | |
| #define | PGROW -0.20 |
| #define | PSHRNK -0.25 |
| #define | FCOR 0.06666666 |
| #define | SAFETY 0.9 |
| #define | ERRCON 6.0e-4 |
| #define | TINY 1.0e-30 |
Variables | |
| const double | default_stepSize = 1.5 |
| const double | default_stepSize0 = 1.5 |
| const double | default_stepSizeMax = 5 |
| const double | default_stepSizeMin = 0.001 |
| const double | EPS = 1.0e-6 |
| const double | default_maxflightlength = 1000 |
| #define ERRCON 6.0e-4 |
Definition at line 1062 of file TRunge.cxx.
Referenced by TRunge::Propagate_QC().
| #define FCOR 0.06666666 |
Definition at line 1060 of file TRunge.cxx.
Referenced by TRunge::Propagate_QC().
| #define PGROW -0.20 |
Definition at line 1058 of file TRunge.cxx.
Referenced by TRunge::Propagate_QC().
| #define PSHRNK -0.25 |
Definition at line 1059 of file TRunge.cxx.
Referenced by TRunge::Propagate_QC().
| #define SAFETY 0.9 |
Definition at line 1061 of file TRunge.cxx.
Referenced by TRunge::Propagate_QC().
| #define TINY 1.0e-30 |
Definition at line 1112 of file TRunge.cxx.
Referenced by EvtPolInt::ratint().
| const double default_maxflightlength = 1000 |
Definition at line 44 of file TRunge.cxx.
Referenced by TRunge::MaxFlightLength(), TRunge::TRunge(), TRunge::TRunge(), TRunge::TRunge(), and TRunge::TRunge().
| const double default_stepSize = 1.5 |
Definition at line 37 of file TRunge.cxx.
Referenced by TRunge::TRunge(), TRunge::TRunge(), TRunge::TRunge(), and TRunge::TRunge().
| const double default_stepSize0 = 1.5 |
Definition at line 38 of file TRunge.cxx.
Referenced by TRunge::Fly_SC().
| const double default_stepSizeMax = 5 |
Definition at line 39 of file TRunge.cxx.
Referenced by TRunge::TRunge(), TRunge::TRunge(), TRunge::TRunge(), and TRunge::TRunge().
| const double default_stepSizeMin = 0.001 |
Definition at line 40 of file TRunge.cxx.
Referenced by TRunge::TRunge(), TRunge::TRunge(), TRunge::TRunge(), and TRunge::TRunge().
| const double EPS = 1.0e-6 |
Definition at line 42 of file TRunge.cxx.
Referenced by TRunge::TRunge(), TRunge::TRunge(), TRunge::TRunge(), and TRunge::TRunge().