#include <sys/stat.h>#include <sys/types.h>#include <stdlib.h>#include <string.h>#include "BField/BField.h"#include "TestConstants.h"Go to the source code of this file.
Functions | |
| int | GetNumPointsRect (const char *fileName) |
| int | GetNumPointsVor (const char *fileName) |
| BField * | NewBFieldRect (const char *mapFileName) |
| BField * | NewBFieldVor (const char *vorMapFileName, const char *meshFileName, const char *vorBFieldFileName) |
Variables | |
| const int | kFakeMapNum = 142 |
| const Int_t | kVorCoarseness = 0 |
|
|
Referenced by BenchmarkPerformance(). |
|
|
Referenced by BenchmarkPerformance(). |
|
|
Referenced by BenchmarkAccuracy(), and RectPerformanceTest(). |
|
||||||||||||||||
|
Referenced by BenchmarkAccuracy(), and VorPerformanceTest(). |
|
|
Definition at line 10 of file Utils.cc. Referenced by NewBFieldRect(). |
|
|
|
1.3.9.1