ATTPCROOT  0.3.0-alpha
A ROOT-based framework for analyzing data from active target detectors
Typedefs | Variables
AtRadialChargeModel.cxx File Reference
#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>
Include dependency graph for AtRadialChargeModel.cxx:

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
 

Typedef Documentation

◆ XYPoint

using XYPoint = ROOT::Math::XYPoint

Definition at line 26 of file AtRadialChargeModel.cxx.

◆ XYVector

using XYVector = ROOT::Math::XYVector

Definition at line 27 of file AtRadialChargeModel.cxx.

◆ XYZPoint

using XYZPoint = ROOT::Math::XYZPoint

Definition at line 24 of file AtRadialChargeModel.cxx.

◆ XYZVector

using XYZVector = ROOT::Math::XYZVector

Definition at line 25 of file AtRadialChargeModel.cxx.

Variable Documentation

◆ c

constexpr auto c = 29979.2
constexpr

Definition at line 20 of file AtRadialChargeModel.cxx.

◆ c2

constexpr auto c2 = c * c
constexpr

Definition at line 21 of file AtRadialChargeModel.cxx.

◆ me

constexpr auto me = 0.511e6
constexpr

Definition at line 22 of file AtRadialChargeModel.cxx.