Belle II Software  release-08-01-10
MaterialScan2D::ScanParams Struct Reference

Helper struct to Store Parameters of a Scan. More...

#include <MaterialScan.h>

Collaboration diagram for MaterialScan2D::ScanParams:

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)
 

Detailed Description

Helper struct to Store Parameters of a Scan.

Definition at line 83 of file MaterialScan.h.


The documentation for this struct was generated from the following file: