MyMarlinTPC
170316
|
#include "SimpleHelixTrackModel.h"
#include <iostream>
#include <string>
#include <cmath>
#include "marlin/Global.h"
#include <gear/BField.h>
#include <gearimpl/Vector3D.h>
#include "EVENT/LCIO.h"
#include "EVENT/TrackerHit.h"
#include "TMath.h"
Go to the source code of this file.
Namespaces | |
marlintpc | |
Functions | |
TMatrixD | marlintpc::localHelixAnalyticalJacobian (double ds, double qbyp, Vector3D &t1, Vector3D &t2, Vector3D &bc) |
Get analytical helix propagator (in constant magnetic field) More... | |