Project
Loading...
Searching...
No Matches
o2::cad::harness::ValidationOptions Struct Reference

#include <O2SolidHarness.h>

Public Attributes

double distanceTolerance = 1.e-6
 absolute agreement tolerance for distances (cm)
 
double meshBand = 1.e-2
 
double minIncidenceCosine = 1.e-2
 Floor of the incidence cosine that scales the distance allowance, so a tangent ray cannot excuse an unbounded error.
 
double stepmax = TGeoShape::Big()
 
size_t maxOffenders = 10
 

Detailed Description

nMismatchMissedSurface counts a candidate that misses a wall the reference hits, or tunnels to a farther one; such a mismatch is never explained away as mesh chording.

Definition at line 105 of file O2SolidHarness.h.

Member Data Documentation

◆ distanceTolerance

double o2::cad::harness::ValidationOptions::distanceTolerance = 1.e-6

absolute agreement tolerance for distances (cm)

Definition at line 106 of file O2SolidHarness.h.

◆ maxOffenders

size_t o2::cad::harness::ValidationOptions::maxOffenders = 10

Definition at line 111 of file O2SolidHarness.h.

◆ meshBand

double o2::cad::harness::ValidationOptions::meshBand = 1.e-2

the reference's positional uncertainty (cm): chord sagitta or model tolerance

Definition at line 107 of file O2SolidHarness.h.

◆ minIncidenceCosine

double o2::cad::harness::ValidationOptions::minIncidenceCosine = 1.e-2

Floor of the incidence cosine that scales the distance allowance, so a tangent ray cannot excuse an unbounded error.

Definition at line 109 of file O2SolidHarness.h.

◆ stepmax

double o2::cad::harness::ValidationOptions::stepmax = TGeoShape::Big()

Definition at line 110 of file O2SolidHarness.h.


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