ATTPCROOT
0.3.0-alpha
A ROOT-based framework for analyzing data from active target detectors
|
#include "AtRadialChargeModel.h"
#include "AtDigiPar.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 <cmath>
#include <memory>
#include <utility>
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 |
Variables | |
constexpr auto | c = 29979.2 |
constexpr auto | c2 = c * c |
constexpr auto | me = 0.511e6 |
using XYPoint = ROOT::Math::XYPoint |
Definition at line 26 of file AtRadialChargeModel.cxx.
using XYVector = ROOT::Math::XYVector |
Definition at line 27 of file AtRadialChargeModel.cxx.
using XYZPoint = ROOT::Math::XYZPoint |
Definition at line 24 of file AtRadialChargeModel.cxx.
using XYZVector = ROOT::Math::XYZVector |
Definition at line 25 of file AtRadialChargeModel.cxx.
|
constexpr |
Definition at line 20 of file AtRadialChargeModel.cxx.
Definition at line 21 of file AtRadialChargeModel.cxx.
|
constexpr |
Definition at line 22 of file AtRadialChargeModel.cxx.