Project
Loading...
Searching...
No Matches
o2::cad::bench::BooleanTreeStats Struct Reference

#include <RepresentationBench.h>

Public Attributes

long long leaves = 0
 
long long nodes = 0
 TGeoCompositeShape / TGeoBoolNode pairs.
 
int depth = 0
 

Detailed Description

Walk a shape's boolean tree and count leaves, internal nodes and depth.

The structural memory number for a composite, and the control the ladder's own self-test checks: a fixture that claims 32 leaves and holds 16 is not a scaling experiment.

Definition at line 499 of file RepresentationBench.h.

Member Data Documentation

◆ depth

int o2::cad::bench::BooleanTreeStats::depth = 0

Definition at line 502 of file RepresentationBench.h.

◆ leaves

long long o2::cad::bench::BooleanTreeStats::leaves = 0

Definition at line 500 of file RepresentationBench.h.

◆ nodes

long long o2::cad::bench::BooleanTreeStats::nodes = 0

TGeoCompositeShape / TGeoBoolNode pairs.

Definition at line 501 of file RepresentationBench.h.


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