Inherits testing::Test.
|
| void | SetUp () override |
| |
| void | TearDown () override |
| |
| std::shared_ptr< PartBunch_t > | makeBunch (const size_t numParticles) |
| |
| std::filesystem::path | writeXZFieldmap (const std::string &filename, double zBeginCm, double zEndCm, int nz, double rBeginCm, double rEndCm, int nr, double bzValue=1.0, double brValue=0.0) |
| |
| std::filesystem::path | outputPath (const std::string &suffix) const |
| |
| void | cleanupOutputs () const |
| |
Definition at line 28 of file TestSolenoid.cpp.
◆ cleanupOutputs()
| void SolenoidPlacementTest::cleanupOutputs |
( |
| ) |
const |
|
inlineprotected |
◆ makeBunch()
| std::shared_ptr< PartBunch_t > SolenoidPlacementTest::makeBunch |
( |
const size_t |
numParticles | ) |
|
|
inlineprotected |
◆ outputPath()
| std::filesystem::path SolenoidPlacementTest::outputPath |
( |
const std::string & |
suffix | ) |
const |
|
inlineprotected |
◆ parsePositionLine()
| static std::tuple< double, double, double > SolenoidPlacementTest::parsePositionLine |
( |
const std::string & |
line | ) |
|
|
inlinestaticprotected |
◆ SetUp()
| void SolenoidPlacementTest::SetUp |
( |
| ) |
|
|
inlineoverrideprotected |
◆ SetUpTestSuite()
| static void SolenoidPlacementTest::SetUpTestSuite |
( |
| ) |
|
|
inlinestaticprotected |
◆ splitWhitespace()
| static std::vector< std::string > SolenoidPlacementTest::splitWhitespace |
( |
const std::string & |
line | ) |
|
|
inlinestaticprotected |
◆ TearDown()
| void SolenoidPlacementTest::TearDown |
( |
| ) |
|
|
inlineoverrideprotected |
◆ TearDownTestSuite()
| static void SolenoidPlacementTest::TearDownTestSuite |
( |
| ) |
|
|
inlinestaticprotected |
◆ writeXZFieldmap()
| std::filesystem::path SolenoidPlacementTest::writeXZFieldmap |
( |
const std::string & |
filename, |
|
|
double |
zBeginCm, |
|
|
double |
zEndCm, |
|
|
int |
nz, |
|
|
double |
rBeginCm, |
|
|
double |
rEndCm, |
|
|
int |
nr, |
|
|
double |
bzValue = 1.0, |
|
|
double |
brValue = 0.0 |
|
) |
| |
|
inlineprotected |
◆ dataSink_m
| std::shared_ptr<DataSink> SolenoidPlacementTest::dataSink_m |
|
protected |
◆ fieldmapFile_
| std::filesystem::path SolenoidPlacementTest::fieldmapFile_ |
|
protected |
◆ fsCmdBase_m
◆ testStem_
| std::string SolenoidPlacementTest::testStem_ |
|
protected |
The documentation for this class was generated from the following file: