Belle II Software
release-08-01-10
|
Helper struct to Store Parameters of a Scan. More...
#include <MaterialScan.h>
Public Member Functions | |
ScanParams () | |
Default Constructor. | |
Public Attributes | |
int | nU |
Number of rays along u coordinate. | |
int | nV |
Number of rays along v coordinate. | |
double | minU |
Minimum u value to scan. | |
double | maxU |
Maximum u value to scan. | |
double | minV |
Minimum v value to scan. | |
double | maxV |
Maximum v value to scan. | |
double | maxDepth |
Maximum depth of the scan. | |
std::vector< std::string > | ignoredMaterials |
Names of ignored Materials. | |
bool | splitByMaterials |
If true, split output by Materials (otherwise by region) | |
Helper struct to Store Parameters of a Scan.
Definition at line 83 of file MaterialScan.h.