QwAnalysis
QwRayTracer.h File Reference

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"
+ Include dependency graph for QwRayTracer.h:
+ This graph shows which files directly or indirectly include this file:

Go to the source code of this file.

Data Structures

class  QwRayTracer
 

Detailed Description

Definition of the ray-tracing bridging method for R2/R3 partial tracks.

Author
Jie Pan jpan@.nosp@m.jlab.nosp@m..org
Wouter Deconinck wdcon.nosp@m.inc@.nosp@m.mit.e.nosp@m.du
Date
Thu Nov 26 11:44:51 CST 2009

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.