ATTPCROOT  0.3.0-alpha
A ROOT-based framework for analyzing data from active target detectors
Typedefs
AtMCFission.cxx File Reference
#include "AtMCFission.h"
#include "AtContainerManip.h"
#include "AtE12014.h"
#include "AtEvent.h"
#include "AtFissionEvent.h"
#include "AtHit.h"
#include "AtKinematics.h"
#include "AtLineChargeModel.h"
#include "AtMap.h"
#include "AtParameterDistribution.h"
#include "AtPattern.h"
#include "AtPatternEvent.h"
#include "AtPatternY.h"
#include "AtPulse.h"
#include "AtRadialChargeModel.h"
#include "AtSimpleSimulation.h"
#include "AtStudentDistribution.h"
#include "AtUniformDistribution.h"
#include "AtVectorUtil.h"
#include <FairLogger.h>
#include <Math/AxisAngle.h>
#include <Math/Functor.h>
#include <Math/Vector4D.h>
#include <Math/VectorUtil.h>
#include <TClonesArray.h>
#include <TMath.h>
#include <Fit/FitConfig.h>
#include <Fit/FitResult.h>
#include <Fit/Fitter.h>
#include <algorithm>
#include <cassert>
#include <cmath>
#include <limits>
#include <map>
#include <memory>
#include <string>
#include <vector>
Include dependency graph for AtMCFission.cxx:

Go to the source code of this file.

Typedefs

using Polar3D = ROOT::Math::Polar3DVector
 
using XYZPoint = ROOT::Math::XYZPoint
 
using XYZVector = ROOT::Math::XYZVector
 
using PxPyPzEVector = ROOT::Math::PxPyPzEVector
 

Typedef Documentation

◆ Polar3D

using Polar3D = ROOT::Math::Polar3DVector

Definition at line 45 of file AtMCFission.cxx.

◆ PxPyPzEVector

using PxPyPzEVector = ROOT::Math::PxPyPzEVector

Definition at line 48 of file AtMCFission.cxx.

◆ XYZPoint

using XYZPoint = ROOT::Math::XYZPoint

Definition at line 46 of file AtMCFission.cxx.

◆ XYZVector

using XYZVector = ROOT::Math::XYZVector

Definition at line 47 of file AtMCFission.cxx.