EIC Software
Reference for
EIC
simulation and reconstruction software on GitHub
|
#include "AnnularFieldSim.h"
#include "AnalyticFieldModel.h"
#include "Rossegger.h"
#include <TCanvas.h>
#include <TFile.h>
#include <TH1.h>
#include <TH2.h>
#include <TH3.h>
#include <TLatex.h>
#include <TString.h>
#include <TStyle.h>
#include <TTree.h>
#include <TVector3.h>
#include <boost/format.hpp>
#include <cmath>
#include <iostream>
Go to the source code of this file.
Macros | |
#define | ALMOST_ZERO 0.00001 |
#define ALMOST_ZERO 0.00001 |
Definition at line 22 of file AnnularFieldSim.cc.
View newest version in sPHENIX GitHub at line 22 of file AnnularFieldSim.cc
Referenced by AnnularFieldSim::calc_unit_field(), AnnularFieldSim::fieldIntegral(), AnnularFieldSim::GetPhiIndexAndCheckBounds(), AnnularFieldSim::GetRindexAndCheckBounds(), AnnularFieldSim::GetStepDistortion(), AnnularFieldSim::GetTotalDistortion(), AnnularFieldSim::GetZindexAndCheckBounds(), AnnularFieldSim::interpolatedFieldIntegral(), and AnnularFieldSim::swimToInAnalyticSteps().