ATTPCROOT
0.3.0-alpha
A ROOT-based framework for analyzing data from active target detectors
|
#include "AtEDistortionModel.h"
#include <FairLogger.h>
#include <Math/Point2D.h>
#include <Math/Point2Dfwd.h>
#include <Math/Point3D.h>
#include <Math/Point3Dfwd.h>
#include <Math/Vector2D.h>
#include <Math/Vector2Dfwd.h>
#include <Math/Vector3D.h>
#include <Math/Vector3Dfwd.h>
#include "TMath.h"
#include <cassert>
#include <iostream>
#include <memory>
Go to the source code of this file.
Typedefs | |
using | XYZPoint = ROOT::Math::XYZPoint |
using | XYZVector = ROOT::Math::XYZVector |
using | XYPoint = ROOT::Math::XYPoint |
using | XYVector = ROOT::Math::XYVector |
Functions | |
std::ostream & | operator<< (std::ostream &os, const EFieldMapRef &t) |
bool | operator< (const EFieldMapRef &l, const EFieldMapRef &r) |
bool | operator== (const EFieldMapRef &l, const EFieldMapRef &r) |
using XYPoint = ROOT::Math::XYPoint |
Definition at line 22 of file AtEDistortionModel.cxx.
using XYVector = ROOT::Math::XYVector |
Definition at line 23 of file AtEDistortionModel.cxx.
using XYZPoint = ROOT::Math::XYZPoint |
Definition at line 20 of file AtEDistortionModel.cxx.
using XYZVector = ROOT::Math::XYZVector |
Definition at line 21 of file AtEDistortionModel.cxx.
bool operator< | ( | const EFieldMapRef & | l, |
const EFieldMapRef & | r | ||
) |
Definition at line 178 of file AtEDistortionModel.cxx.
std::ostream& operator<< | ( | std::ostream & | os, |
const EFieldMapRef & | t | ||
) |
Definition at line 172 of file AtEDistortionModel.cxx.
bool operator== | ( | const EFieldMapRef & | l, |
const EFieldMapRef & | r | ||
) |
Definition at line 183 of file AtEDistortionModel.cxx.