QwAnalysis
|
#include <iostream>
#include <cmath>
#include <string>
#include <vector>
#include <fstream>
#include <TVector3.h>
#include <TRotation.h>
#include "QwUnits.h"
#include "QwOptions.h"
#include "QwInterpolator.h"
#include "QwParameterFile.h"
Go to the source code of this file.
Data Structures | |
class | QwInterpolator< value_t, value_n > |
A multi-dimensional grid of values with interpolation methods. More... | |
class | QwMagneticField |
Magnetic field map object. More... | |