ECCE @ EIC Software
 All Classes Namespaces Files Functions Variables Typedefs Enumerations Enumerator Friends Macros Groups Pages
PHField3DCartesian.cc File Reference
#include "PHField3DCartesian.h"
#include <TDirectory.h>
#include <TFile.h>
#include <TNtuple.h>
#include <Geant4/G4SystemOfUnits.hh>
#include <boost/stacktrace.hpp>
#include <boost/tuple/tuple.hpp>
#include <boost/tuple/tuple_comparison.hpp>
#include <cassert>
#include <cmath>
#include <cstdlib>
#include <iostream>
#include <iterator>
#include <map>
#include <set>
#include <utility>
+ Include dependency graph for PHField3DCartesian.cc:

Go to the source code of this file.

Typedefs

typedef boost::tuple< double,
double, double > 
trio
 

Variables

std::map< boost::tuple< double,
double, double >, boost::tuple
< double, double, double > > 
fieldmap
 
std::set< double > xvals
 
std::set< double > yvals
 
std::set< double > zvals
 

Typedef Documentation

typedef boost::tuple<double, double, double> trio

Definition at line 22 of file PHField3DCartesian.cc.

View newest version in sPHENIX GitHub at line 22 of file PHField3DCartesian.cc

Variable Documentation

std::map<boost::tuple<double, double, double>, boost::tuple<double, double, double> > fieldmap

Definition at line 23 of file PHField3DCartesian.cc.

View newest version in sPHENIX GitHub at line 23 of file PHField3DCartesian.cc

Referenced by PHActsSiliconSeeding::fieldMapName().

std::set<double> xvals

Definition at line 24 of file PHField3DCartesian.cc.

View newest version in sPHENIX GitHub at line 24 of file PHField3DCartesian.cc

Referenced by G4ScreenedCoulombClassicalKinematics::DoScreeningComputation().

std::set<double> yvals

Definition at line 25 of file PHField3DCartesian.cc.

View newest version in sPHENIX GitHub at line 25 of file PHField3DCartesian.cc

std::set<double> zvals

Definition at line 26 of file PHField3DCartesian.cc.

View newest version in sPHENIX GitHub at line 26 of file PHField3DCartesian.cc