FairRoot/PandaRoot
|
#include "RKTrackRep.h"
#include <iostream>
#include <sstream>
#include <iomanip>
#include "assert.h"
#include "stdlib.h"
#include "math.h"
#include "TMath.h"
#include "TGeoManager.h"
#include "TDatabasePDG.h"
#include "GFException.h"
#include "GFFieldManager.h"
#include "GFMaterialEffects.h"
Go to the source code of this file.
Macros | |
#define | MINSTEP 0.001 |
#define MINSTEP 0.001 |
Definition at line 40 of file RKTrackRep.cxx.
Referenced by RKTrackRep::Extrap(), RKTrackRep::extrapolateToLine(), RKTrackRep::extrapolateToPoint(), RKTrackRep::RKutta(), and RKTrackRep::stepalong().