Logo ROOT  
Reference Guide
 
Loading...
Searching...
No Matches
TGeoOverlapResult Struct Reference

Definition at line 33 of file TGeoOverlapCandidate.h.

Public Attributes

Bool_t fIsOverlap = kTRUE
 matrix for second volume
 
TGeoHMatrix fMat1
 
TGeoHMatrix fMat2
 matrix for first volume
 
Double_t fMaxOverlap = 0.0
 overlap distance found
 
TString fName
 display name
 
std::vector< std::array< Double_t, 3 > > fPoints
 up to N points (e.g. 100)
 
TGeoVolumefVol1 = nullptr
 first volume
 
TGeoVolumefVol2 = nullptr
 second volume
 

#include <TGeoOverlapCandidate.h>

Member Data Documentation

◆ fIsOverlap

Bool_t TGeoOverlapResult::fIsOverlap = kTRUE

matrix for second volume

kTRUE=overlap, kFALSE=extrusion

Definition at line 39 of file TGeoOverlapCandidate.h.

◆ fMat1

TGeoHMatrix TGeoOverlapResult::fMat1

Definition at line 37 of file TGeoOverlapCandidate.h.

◆ fMat2

TGeoHMatrix TGeoOverlapResult::fMat2

matrix for first volume

Definition at line 38 of file TGeoOverlapCandidate.h.

◆ fMaxOverlap

Double_t TGeoOverlapResult::fMaxOverlap = 0.0

overlap distance found

Definition at line 40 of file TGeoOverlapCandidate.h.

◆ fName

TString TGeoOverlapResult::fName

display name

Definition at line 34 of file TGeoOverlapCandidate.h.

◆ fPoints

std::vector<std::array<Double_t, 3> > TGeoOverlapResult::fPoints

up to N points (e.g. 100)

Definition at line 41 of file TGeoOverlapCandidate.h.

◆ fVol1

TGeoVolume* TGeoOverlapResult::fVol1 = nullptr

first volume

Definition at line 35 of file TGeoOverlapCandidate.h.

◆ fVol2

TGeoVolume* TGeoOverlapResult::fVol2 = nullptr

second volume

Definition at line 36 of file TGeoOverlapCandidate.h.

Collaboration diagram for TGeoOverlapResult:
[legend]

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