Analysis Software
Documentation for sPHENIX simulation software
|
performs space charge distortion reconstruction using tracks More...
#include <fun4all/SubsysReco.h>
#include <phparameter/PHParameterInterface.h>
#include <tpc/TpcDistortionCorrection.h>
#include <tpc/TpcClusterZCrossingCorrection.h>
#include <trackbase/ActsSurfaceMaps.h>
#include <trackbase/ActsTrackingGeometry.h>
#include <trackbase/ClusterErrorPara.h>
#include <Acts/Utilities/BinnedArray.hpp>
#include <Acts/Definitions/Algebra.hpp>
#include <Acts/Utilities/Logger.hpp>
#include <TString.h>
#include <memory>
#include <vector>
Go to the source code of this file.
Classes | |
class | TpcSpaceChargeReconstruction |
performs space charge distortion reconstruction using tracks To reconstruct the distortions dr0, drphi0 and dz0 in a given volume element, the following chisquare is minimized chisquare = sum_cluster (drphi - (drphi0 + dr0 tan alpha))**2/error**2 + sum_cluster ( dz - (dz0 + dr0 tan beta))**2/error**2 with More... | |
performs space charge distortion reconstruction using tracks
Definition in file TpcSpaceChargeReconstruction.h.