QwAnalysis
|
Definition of the ray-tracing bridging method for R2/R3 partial tracks. More...
#include <iostream>
#include <vector>
#include <TSystem.h>
#include <TFile.h>
#include <TTree.h>
#include <TVector3.h>
#include <TVectorD.h>
#include <TMatrixD.h>
#include <TRandom3.h>
#include <TStopwatch.h>
#include "QwOptions.h"
#include "VQwBridgingMethod.h"
#include "QwPartialTrack.h"
#include "QwMagneticField.h"
Go to the source code of this file.
Data Structures | |
class | QwRayTracer |
Definition of the ray-tracing bridging method for R2/R3 partial tracks.
Integrating the equations of motion for electrons in the QTOR. The 4'th order Runge-Kutta method is used.
The Newton-Raphson method is used to solve for `the momentum of the track.
Definition in file QwRayTracer.h.