EIC Software
Reference for
EIC
simulation and reconstruction software on GitHub
|
#include "RKTrackRep.h"
#include <iostream>
#include <sstream>
#include <iomanip>
#include <assert.h>
#include "stdlib.h"
#include <math.h>
#include "TMath.h"
#include "TBuffer.h"
#include "TGeoManager.h"
#include "TDatabasePDG.h"
#include "GFException.h"
#include "GFFieldManager.h"
#include "GFMaterialEffects.h"
#include "GFPointPath.h"
Go to the source code of this file.
Macros | |
#define | MINSTEP 0.001 |
#define MINSTEP 0.001 |
Definition at line 42 of file RKTrackRep.cxx.
View newest version in sPHENIX GitHub at line 42 of file RKTrackRep.cxx
Referenced by RKTrackRep::estimateStep(), RKTrackRep::Extrap(), RKTrackRep::extrapolateToLine(), RKTrackRep::extrapolateToPoint(), RKTrackRep::RKutta(), and RKTrackRep::stepalong().